mathieuancelin / weld-osgi

This project aims to provide an OSGi integration for Weld. This project is no longer updated, see https://github.com/weld/core for updates
https://github.com/weld/core
12 stars 10 forks source link

OSGi BundleEvent.STARTING & BundleEvent.STOPPING events seems to be not fired in the extension activator #33

Closed arcane86 closed 13 years ago

arcane86 commented 13 years ago

In the extension activator CDI-OSGi forward OSGi bundle events to Bean Bundle using CDI events. But it seems that it never receives STARTING and STOPPING events. OSGi doc (http://www.osgi.org/javadoc/r4v42/org/osgi/framework/Bundle.html#start(int)) shows that these events should be fired.

arcane86 commented 13 years ago

All OSGi bundle are now correctly aknowledge by CDI-OSGi.