Skip to content

Commit be01643

Browse files
committed
bean-def
1 parent 7ac7edd commit be01643

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

framework/events/src/main/resources/META-INF.cloudstack.core/spring-framework-event-core-context.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
http://www.springframework.org/schema/context
2727
http://www.springframework.org/schema/context/spring-context.xsd"
2828
>
29-
<bean id="EventDistributorImpl" class="org.apache.cloudstack.framework.events.EventDistributorImpl">
29+
<bean id="eventDistributor"
30+
class="org.apache.cloudstack.framework.events.EventDistributorImpl" >
3031
<property name="eventBusses"
3132
value="#{eventBussesRegistry.registered}" />
3233
</bean>

0 commit comments

Comments
 (0)