Hi Sergey, CC: Christian In current Karaf 3.0.0-SNAPSHOT, while using feature:repo-add dcxf 1.4-SNAPSHOT, the following error happened,
karaf@root()> feature:repo-add dcxf 1.4-SNAPSHOT Adding feature url dcxf Error executing command: invalid URI: dcxf Then, while using URL to add this repo, command executing is successful, karaf@root()> feature:repo-add mvn:org.apache.cxf.dosgi/cxf-dosgi/1.4-SNAPSHOT/xml/features Adding feature url mvn:org.apache.cxf.dosgi/cxf-dosgi/1.4-SNAPSHOT/xml/features karaf@root()> feature:repo-list Repository | URL -------------------------------------------------------------------------- standard-3.0.0-SNAPSHOT | mvn:org.apache.karaf.features/standard/3.0.0-SNAPSHOT/xml/features enterprise-3.0.0-SNAPSHOT | mvn:org.apache.karaf.features/enterprise/3.0.0-SNAPSHOT/xml/features spring-3.0.0-SNAPSHOT | mvn:org.apache.karaf.features/spring/3.0.0-SNAPSHOT/xml/features dcxf-1.4-SNAPSHOT | mvn:org.apache.cxf.dosgi/cxf-dosgi/1.4-SNAPSHOT/xml/features So, whether current dcxf does not still support repo name adding way or not? Thanks --Tang
