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 <http://cta-solr.dev-aitecd.us.gov:8080/system/console/bundles/105>
        3.1.0.SNAPSHOT          Active  

 *
 *
 *
 *

106     
Apache CXF JAX-RS Extensions: Providersorg.apache.cxf.cxf-rt-rs-extension-providers <http://cta-solr.dev-aitecd.us.gov:8080/system/console/bundles/106>
        3.1.0.SNAPSHOT          Active  

 *
 *
 *
 *

107     
Apache CXF JAX-RS Extensions: Searchorg.apache.cxf.cxf-rt-rs-extension-search <http://cta-solr.dev-aitecd.us.gov:8080/system/console/bundles/107>
        3.1.0.SNAPSHOT          Active  

 *
 *
 *
 *

108     
Apache CXF JAX-RS Service Descriptionorg.apache.cxf.cxf-rt-rs-service-description <http://cta-solr.dev-aitecd.us.gov:8080/system/console/bundles/108>
        3.1.0.SNAPSHOT          Active  

 *
 *
 *
 *

109     
Apache CXF Runtime HTTP Transportorg.apache.cxf.cxf-rt-transports-http <http://cta-solr.dev-aitecd.us.gov:8080/system/console/bundles/109>
        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


Reply via email to