You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@karaf.apache.org by Raman Gupta <ro...@gmail.com> on 2011/10/20 01:06:45 UTC

camel-spring fails to install on Karaf 2.2.4

Installing camel-spring fails on Karaf 2.2.4. Following the
documentation "Quick Start, Deploy a Sample Application" but using
Camel 2.8.1 instead of 2.7.0 (note that 2.7.0 fails with the same error):

features:addurl mvn:org.apache.camel/camel-example-osgi/2.8.1/xml/features
features:install camel-example-osgi

results in:

Error executing command: Could not start bundle
mvn:org.apache.camel/camel-spring/2.8.1 in feature(s)
camel-spring-2.8.1: Unable to resolve module
org.apache.camel.camel-spring [200.0] because it is exposed to package
'org.springframework.core' from org.springframework.core [79.0] and
org.springframework.core [93.0] via two dependency chains.






Chain 1:



  org.apache.camel.camel-spring [200.0]



    import:
(&(package=org.springframework.core)(version>=3.0.0)(!(version>=4.0.0)))



     |



    export: package=org.springframework.core



  org.springframework.core [79.0]







Chain 2:



  org.apache.camel.camel-spring [200.0]



    import:
(&(package=org.apache.camel.view)(version>=2.8.1)(!(version>=2.8.2)))



     |



    export: package=org.apache.camel.view;
uses:=org.springframework.jmx.export.annotation


  org.apache.camel.camel-core [191.0]



    import:
(&(package=org.springframework.jmx.export.annotation)(version>=3.0.0)(!(version>=4.0.0)))



     |



    export: package=org.springframework.jmx.export.annotation;
uses:=org.springframework.aop.target


  org.springframework.context [98.0]



    import:
(&(package=org.springframework.aop.target)(version>=3.0.6)(!(version>=3.0.7)))



     |



    export: package=org.springframework.aop.target;
uses:=org.springframework.core


  org.springframework.aop [97.0]



    import:
(&(package=org.springframework.core)(version>=3.0.6)(!(version>=3.0.7)))



     |



    export: package=org.springframework.core



  org.springframework.core [93.0]