Hello all,

I am using Felix framework 7.0.5 and am trying to create a bundle that embeds Jetty 12. Once I put the Jetty dependencies inside the bundle starting it does no longer cause ServiceEvents in the ServiceListeners I have registered on the BundleContext. The bundle does not instantiate anything Jetty related yet (well, it did but I removed all code that did anything with Jetty), only the dependencies are in the POM and they are embedded in the bundle with <Embed-Dependency>*;scope=compile|runtime</Embed-Dependency> which causes the Jetty jars to appear inside the packaged bundle.

When I remove the <Embed-Dependency/> the ServiceEvents occur as expected. But I need the Jetty dependencies in the bundle.

Any ideas?

Kind regards,

Silvio


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

Reply via email to