I have the need to use a custom event multicaster in my application. I configured a new bean in the spring/extender application context.xml called applicationEventMulticaster that uses my custom class. This bean is only ever sent one event - when the spring extender bundle starts. My understanding is that it should be sent events whenever any spring powered bundle is started. Can someone explain why events for other bundles are not sent to this multicaster?


