You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@felix.apache.org by Clement Escoffier <cl...@gmail.com> on 2013/06/02 12:22:38 UTC

FrameworkEvent.STOPPED when stopping system bundle

Hi,

I'm trying to catch the FrameworkEvent.STOPPED event from outside the OSGi framework when someone or something does a 'stop 0' (or equivalent). I've registered a FrameworkListener but I'm never notified with this event. 

From the Felix.java class, it looks like the event is fired only on a waitForStop, however, `stop 0` just stop the system bundle. Should this be also firing the FrameworkEvent.STOPPED event ? 

Regards,

Clement
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@felix.apache.org
For additional commands, e-mail: users-help@felix.apache.org