Hi again, being curious I tried the same with Karaf 2.3.1. As spring/3.2.3.RELEASE is not available in the standard features repository, camel-cxf seems to be content with using spring/3.1.4.RELEASE. I wonder why using Karaf 2.3.2 it tries to install spring/3.2.3.RELEASE even though spring/3.1.4.RELEASE already active and fullfilling the version requirement (see first mail) ?
So what could be a workaround to get camel-cxf running in Karaf 2.3.2 ? Thanks and Regards, Michael P.S.: sorry for the bad formatting of the initial mail - I don't know how it turned out like this using gmail web client ?! 2013/7/24 Michael Täschner <[email protected]> > Hi, > > I am trying to install camel-cxf feature in plain Karaf 2.3.2 container > via camel feature repository. This results in error: > >> Error executing command: URL > [mvn:org.springframework/org.springframework.core/3.2.3.RELEASE] could not > be resolved. > > I looked at the spring repositories and see the artifacts are rather > located under: mvn:org.springframework/spring-core/3.2.3.RELEASE (using > repos declared by spring: " > http://maven.springframework.org/release/org/springframework/" , " > http://repo.springsource.org/release/org/springframework/"). Strangely > enough the Spring Enterprise Bundle Repository (EBR) uses the > "org.springframework.core" notation as declared in the karaf feature but > the repository where it is hosted is not accessible currently: " > http://repository.springsource.com/maven/bundles/release" > > So my questions are: > - the spring/3.0.7 and spring/3.1.4 use the > org.springframework/spring-core notation and bundles can be resolved. Is it > a bug that for spring/3.2.3 the > org.springframework/org.springframework.core notation is used ? > - camel requires camel-spring feature which requires bundle spring with > version="[3.1,3.3)" - why does the same error message as above occur if I > install spring/3.1.4.RELEASE via karaf console before trying to install > camel-cxf again ? > > Thanks and Regards, > Michael >
