You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Xilai Dai (Jira)" <ji...@apache.org> on 2020/09/30 02:04:00 UTC

[jira] [Created] (CAMEL-15596) camel-jacksonxml feature install failed due to stax2 version

Xilai Dai created CAMEL-15596:
---------------------------------

             Summary: camel-jacksonxml feature install failed due to stax2 version
                 Key: CAMEL-15596
                 URL: https://issues.apache.org/jira/browse/CAMEL-15596
             Project: Camel
          Issue Type: Bug
          Components: osgi
    Affects Versions: 2.25.2, 2.24.2
            Reporter: Xilai Dai


Start karaf 4.2.9 OSGi container, execute:

karaf@root()> feature:repo-add camel 2.25.2
karaf@root()> feature:install camel-jacksonxml
{code}
Error executing command: Unable to resolve root: missing requirement [root] osgi.identity; osgi.identity=camel-jacksonxml; type=karaf.feature; version="[2.25.2,2.25.2]"; filter:="(&(osgi.identity=camel-jacksonxml)(type=karaf.feature)(version>=2.25.2)(version<=2.25.2))" [caused by: Unable to resolve camel-jacksonxml/2.25.2: missing requirement [camel-jacksonxml/2.25.2] osgi.identity; osgi.identity=org.apache.camel.camel-jacksonxml; type=osgi.bundle; version="[2.25.2,2.25.2]"; resolution:=mandatory [caused by: Unable to resolve org.apache.camel.camel-jacksonxml/2.25.2: missing requirement [org.apache.camel.camel-jacksonxml/2.25.2] osgi.wiring.package; filter:="(&(osgi.wiring.package=com.fasterxml.jackson.dataformat.xml)(version>=2.3.0)(!(version>=3.0.0)))" [caused by: Unable to resolve com.fasterxml.jackson.dataformat.jackson-dataformat-xml/2.9.10: missing requirement [com.fasterxml.jackson.dataformat.jackson-dataformat-xml/2.9.10] osgi.wiring.package; filter:="(&(osgi.wiring.package=org.codehaus.stax2)(version>=4.2.0)(!(version>=5.0.0)))"]]]
 {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)