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
