You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bundle lifecycle events (org.osgi.framework.BundleEvent) shall be observable by CDI beans as CDI events.
This covers the following from RFP 146:
CDI025 - The specification SHOULD provide activation and de-activation callbacks similar to the BundleActivator methods to CDI beans in an OSGi Framework.
I've fixed the test. The problem was ordering. If bundle is started before pax-cdi, you'll get notified, but without actual event (STARTED, STOPPED) - because the event will be artificial event from org.osgi.util.tracker.AbstractTracked#trackInitial()
Harald Wellmann created PAXCDI-6
Bundle lifecycle events (
org.osgi.framework.BundleEvent
) shall be observable by CDI beans as CDI events.This covers the following from RFP 146:
CDI025 - The specification SHOULD provide activation and de-activation callbacks similar to the BundleActivator
methods to CDI beans in an OSGi Framework.
Fixed in: 1.0.0
Votes: 1, Watches: 3
Referenced issues
is duplicated by:
The text was updated successfully, but these errors were encountered: