I'm wondering why this failed: karaf@root> features:chooseurl camel 2.11-SNAPSSHOT adding feature url mvn:org.apache.camel.karaf/apache-camel/2.11-SNAPSSHOT/xml/features Error executing command: URL [mvn:org.apache.camel.karaf/apache-camel/2.11-SNAPSSHOT/xml/features] could not be resolved.
but this succeed: karaf@root> features:addurl mvn:org.apache.camel.karaf/apache-camel/2.11-SNAPSHOT/xml/features karaf@root> features:listurl Loaded URI true mvn:org.apache.karaf.assemblies.features/standard/2.3.1/xml/features true mvn:org.apache.camel.karaf/apache-camel/2.11-SNAPSHOT/xml/features true mvn:org.apache.karaf.assemblies.features/enterprise/2.3.1/xml/features I'm using Karaf 2.3.1 on Mac OS 10.8.3 and Java 1.7.0_17. Camel 2.11-SNAPSHOT is in my local Maven repo. Best, Christian
