Hi Guillaume,
When dropped into the deploy/ folder, the deployer is adding Karaf JAAS Config and OSGI Blueprint
Services imports, as paste below:
Imported Packages (accord-jaas-module.xml - from webconsole)
org.apache.aries.blueprint,version=0.2.0.incubating from org.apache.aries.blueprint (7)
org.apache.aries.blueprint.ext,version=0.2.0.incubating from org.apache.aries.blueprint (7)
org.apache.camel,version=2.5.0 from org.apache.camel.camel-core (183)
org.apache.camel.spi,version=2.5.0 from org.apache.camel.camel-core (183)
org.apache.karaf.jaas.config,version=2.1.2 from org.apache.karaf.jaas.config (8)
org.apache.karaf.jaas.config.impl,version=2.1.2 from org.apache.karaf.jaas.config (8)
org.osgi.service.blueprint.container,version=1.0.1 from org.apache.aries.blueprint (7)
But when the blueprint file is processed from within my bundle, in the OSGI-INF/blueprint/
folder, only the OSGI Blueprint Service were added:
Imported Packages (org.neociclo.accord.server.server-core bundle - from webconsole)
javax.security.auth,version=0.0.0 from org.apache.felix.framework (0)
javax.security.auth.callback,version=0.0.0 from org.apache.felix.framework (0)
javax.security.auth.login,version=0.0.0 from org.apache.felix.framework (0)
javax.security.auth.spi,version=0.0.0 from org.apache.felix.framework (0)
org.osgi.service.blueprint,version=1.0.1 from org.apache.aries.blueprint (7)
Best regards,
--
Rafael Marins
On Dec 28, 2010, at 8:15 AM, Guillaume Nodet wrote:
> It's certainly a missing import package. When drpped into the deploy
> folder, the deployer will automatically add the required import
> packages.
|