ops4j / org.ops4j.pax.cdi

Contexts and Dependency Injection for OSGi
Apache License 2.0
34 stars 26 forks source link

It does not work to intercept the events start and stop the bundles. [PAXCDI-196] #244

Closed ops4j-issues closed 8 years ago

ops4j-issues commented 9 years ago

Artem created PAXCDI-196

Does not work BundleEventBridge (does not start).
Need add in BeanBundleImpl launch BundleEventBridge.
But org.ops4j.pax.cdi.sample1.BundleEventObserver.bundleStarted(@Observes @BundleStarted BundleCdiEvent event) or bundleStopped(@Observes @BundleStopped BundleCdiEvent event) not work.


Affects: 1.0.0.RC1 Votes: 0, Watches: 1


Referenced issues

duplicates:

ops4j-issues commented 9 years ago

Artem commented

Sorry for my English.

ops4j-issues commented 9 years ago

Artem commented

pull request https://github.com/ops4j/org.ops4j.pax.cdi/pull/21

ops4j-issues commented 8 years ago

Harald Wellmann commented

It's not obvious how to synchronize bundle and cdi lifecycle events.

The PR does not include any tests.