I’m trying to run the Camel OSGi blueprint example using karaf2.2.5, camel 2.9.0 and cxf 2.6.0.
I followed the instructions here: http://camel.apache.org/cxf-example-osgi-blueprint.html http://camel.apache.org/cxf-example-osgi-blueprint.html jdk 1.6.0_25-b06 Fresh install of karaf. Copied jar.properties.cxf to jre.properties. Restart. I ran the commands in this sequence features:addurl mvn:org.apache.cxf.karaf/apache-cxf/2.6.0/xml/features features:addUrl mvn:org.apache.camel.karaf/apache-camel/2.9.0/xml/features features:install war features:install cxf features:install camel-jaxb features:install camel-blueprint features:install camel-cxf When I installed the war, I noticed (in the webconsole) that apache-cxf v2.5.1 had been added as a repo (as well as 2.6.0). Is there a dependency? All then goes well until features:install camel-cxf which fails with: Error executing command: Could not start bundle mvn:org.ops4j.pax.web/pax-web-extender-whiteboard/1.0.7 in feature(s) cxf-war-java5-2.5.1: Activator start error in bundle org.ops4j.pax.web.pax-web-extender-whiteboard [173]. Looks like it’s trying to load a pax-web-extender-whiteboard V1.0.7 from a cxf 2.5.1 jar. V1.0.8 is already installed. Should I raise a jira? -- View this message in context: http://camel.465427.n5.nabble.com/karaf-2-2-5-cxf-2-6-0-and-camel-2-9-0-install-problem-tp5675060.html Sent from the Camel - Users mailing list archive at Nabble.com.