Hey guys

I was looking at a Camel issue this morning.

https://issues.apache.org/jira/browse/CAMEL-9458

It appears that camel-ignite doesn't install properly in Karaf.  Looking at
it further, it seems that Ignite's OSGi module doesn't install in Karaf,
directly.  I've copied the output from that ticket here for reference

*karaf*@root()> feature:repo-add ignite 1.5.0.final

Adding feature url
mvn:org.apache.ignite/ignite-osgi-karaf/1.5.0.final/xml/features

*karaf*@root()> feature:install ignite-core

Error executing command: Unable to resolve root: missing requirement [root]
osgi.identity; osgi.identity=ignite-core; type=karaf.feature;
version="[1.5.0.final,1.5.0.final]";
filter:="(&(osgi.identity=ignite-core)(type=karaf.feature)(version>=1.5.0.final)(version<=1.5.0.final))"
[caused by: Unable to resolve ignite-core/1.5.0.final: missing requirement
[ignite-core/1.5.0.final] osgi.identity;
osgi.identity=org.apache.ignite.ignite-core; type=osgi.bundle;
version="[1.5.0.final,1.5.0.final]"; resolution:=mandatory [caused by:
Unable to resolve org.apache.ignite.ignite-core/1.5.0.final: missing
requirement [org.apache.ignite.ignite-core/1.5.0.final]
osgi.wiring.package; filter:="(osgi.wiring.package=sun.nio.ch)"]]


So I was wondering, is your OSGi manifest valid?


John

Reply via email to