We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ac7edd commit be01643Copy full SHA for be01643
framework/events/src/main/resources/META-INF.cloudstack.core/spring-framework-event-core-context.xml
@@ -26,7 +26,8 @@
26
http://www.springframework.org/schema/context
27
http://www.springframework.org/schema/context/spring-context.xsd"
28
>
29
- <bean id="EventDistributorImpl" class="org.apache.cloudstack.framework.events.EventDistributorImpl">
+ <bean id="eventDistributor"
30
+ class="org.apache.cloudstack.framework.events.EventDistributorImpl" >
31
<property name="eventBusses"
32
value="#{eventBussesRegistry.registered}" />
33
</bean>
0 commit comments