I think you guys are correct. Even though the webconsole shows cxf 3.1.0.SNAPSHOT as installed and active, when I do a features:list -i no version of cxf is in there. I do not even see a 3.1.0.SNAPSHOT on Maven central now that 3.1 was released. Is there another maven repo for 3.1.0.SNAPSHOT
On 2015-05-28 10:31, Morgan Hautman wrote: > I thinks I found your problem :) > > You have installed "3.1.1.SNAPSHOT" but you need to install "3.1.0.SNAPSHOT" > since this is the version range it requires "[3.1.0.SNAPSHOT,3.1.0.SNAPSHOT]" > > Regards > Morgan > > 28/05/2015 15:20, [email protected] wrote: > >> When I look at what version of cxf I have installed through the web console >> I see. >> >> Apache CXF JAX-RS Clientorg.apache.cxf.cxf-rt-rs-client [1] 3.1.0.SNAPSHOT >> >> Active >> >> * >> * >> * >> * >> >> 106 >> >> Apache CXF JAX-RS Extensions: >> Providersorg.apache.cxf.cxf-rt-rs-extension-providers [2] 3.1.0.SNAPSHOT >> >> Active >> >> * >> * >> * >> * >> >> 107 >> >> Apache CXF JAX-RS Extensions: >> Searchorg.apache.cxf.cxf-rt-rs-extension-search [3] 3.1.0.SNAPSHOT >> >> Active >> >> * >> * >> * >> * >> >> 108 >> >> Apache CXF JAX-RS Service >> Descriptionorg.apache.cxf.cxf-rt-rs-service-description [4] 3.1.0.SNAPSHOT >> >> Active >> >> * >> * >> * >> * >> >> 109 >> >> Apache CXF Runtime HTTP Transportorg.apache.cxf.cxf-rt-transports-http [5] >> 3.1.0.SNAPSHOT >> >> Active >> >> When I do a feature:list | grep 'cxf' I see >> >> cxf-jaxws | 3.1.1.SNAPSHOT | | | cxf-3.1.1-SNAPSHOT | >> >> The problem is when I try to install my plugin I get this error >> >> karaf@root()> feature:install cfif-cta >> Error executing command: Unable to resolve root: missing requirement [root] >> osgi.identity; osgi.identity=cxf-jaxrs; type=karaf.feature; >> version="[3.1.0.SNAPSHOT,3.1.0.SNAPSHOT]"; >> filter:="(&(osgi.identity=cxf-jaxrs)(type=karaf.feature)(version>=3.1.0.SNAPSHOT)(version<=3.1.0.SNAPSHOT))" >> >> Does anyone know where my versioning is going wrong Links: ------ [1] http://cta-solr.dev-aitecd.us.gov:8080/system/console/bundles/105 [2] http://cta-solr.dev-aitecd.us.gov:8080/system/console/bundles/106 [3] http://cta-solr.dev-aitecd.us.gov:8080/system/console/bundles/107 [4] http://cta-solr.dev-aitecd.us.gov:8080/system/console/bundles/108 [5] http://cta-solr.dev-aitecd.us.gov:8080/system/console/bundles/109
