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: [email protected] For additional commands, e-mail: [email protected]

