Hi everyone, Just developed a small OSGi bundle, and made it remotely available as a WebService using iPojo and dosgi singlebundle 1.2. Everything works fine when the runtime platform (felix) is populated manually with osgi-compendium and dosgi singlebundle (cf dosgi samples). I try to automate the building of a minimal runtime platform by automatically following the dependencies of my top-levels osgi bundles. I'm using maven-dependency-bundle for that, goal .
Running this on a pom depending on dosgi singlebundle imports all the bundles already packaged inside dosgi singlebundle. This ultimately breaks the runtime, which does not start correctly. Is there a way to repackage dosgi singlebundle so that it does not import dependencies on the packages it already include ? Just tried with 1.3 snapshot and still the same issue. Thanks Emmanuel -- View this message in context: http://cxf.547215.n5.nabble.com/DOSGi-singlebundle-jar-exposing-dependencies-tp3413919p3413919.html Sent from the cxf-user mailing list archive at Nabble.com.
