I have a component listener implemented that retrieves some custom application configuration from components as they are started via an extension mbean. Because componentevent provides access to the mbeanimpl, which gives me the extension mbean name, its really great, because I can easily lookup my extension mbean and invoke my methods -- sadly, I just discovered that the componentlistener does not appear to receive events for servicemix components deployed against the lwcontainer. Is there an alternative approach to accomplish the same thing? I thought about just having the components fire off a messageexchange containing the extra data as they start, but I was hoping to tap into the management interfaces instead.

Thanks,

BJ

Reply via email to