You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2017/09/26 14:56:00 UTC

[jira] [Resolved] (CAMEL-11825) [example] etl - unable to resolve dependency on karaf

     [ https://issues.apache.org/jira/browse/CAMEL-11825?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-11825.
---------------------------------
    Resolution: Fixed
      Assignee: Claus Ibsen

Removed this old clunky example

> [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
>          Components: examples
>            Reporter: Tomohisa Igarashi
>            Assignee: Claus Ibsen
>             Fix For: 2.20.0
>
>
> {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)