Tomohisa Igarashi created CAMEL-11825:
-----------------------------------------
Summary: [example] etl - unable to resolve dependency on karaf
Key: CAMEL-11825
URL: https://issues.apache.org/jira/browse/CAMEL-11825
Project: Camel
Issue Type: Sub-task
Reporter: Tomohisa Igarashi
{code}
karaf@root()> feature:repo-add camel 2.20.0-SNAPSHOT
Adding feature url
mvn:org.apache.camel.karaf/apache-camel/2.20.0-SNAPSHOT/xml/features
karaf@root()> feature:install camel
karaf@root()> feature:repo-add
mvn:org.apache.camel.example/camel-example-etl/2.20.0-SNAPSHOT/xml/features
Adding feature url
mvn:org.apache.camel.example/camel-example-etl/2.20.0-SNAPSHOT/xml/features
karaf@root()> feature:install camel-example-etl
Error executing command: Unable to resolve root: missing requirement [root]
osgi.identity; osgi.identity=camel-example-etl; type=karaf.feature;
version="[2.20.0.SNAPSHOT,2.20.0.SNAPSHOT]";
filter:="(&(osgi.identity=camel-example-etl)(type=karaf.feature)(version>=2.20.0.SNAPSHOT)(version<=2.20.0.SNAPSHOT))"
[caused by: Unable to resolve camel-example-etl/2.20.0.SNAPSHOT: missing
requirement [camel-example-etl/2.20.0.SNAPSHOT] osgi.identity;
osgi.identity=camel-example-etl; type=osgi.bundle;
version="[2.20.0.SNAPSHOT,2.20.0.SNAPSHOT]"; resolution:=mandatory [caused by:
Unable to resolve camel-example-etl/2.20.0.SNAPSHOT: missing requirement
[camel-example-etl/2.20.0.SNAPSHOT] osgi.wiring.package;
filter:="(&(osgi.wiring.package=org.apache.openjpa.enhance)(version>=2.4.0)(!(version>=3.0.0)))"
[caused by: Unable to resolve org.apache.openjpa/2.4.2: missing requirement
[org.apache.openjpa/2.4.2] osgi.wiring.package;
filter:="(osgi.wiring.package=org.apache.commons.dbcp)"]]]
{code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)