Thank you JB, I will take a look.
I was following your blog entry
http://blog.nanthrax.net/?p=101
Where a full install of CXF is suggested, perhaps something changed overtime.
Best regards,
Alex soto
> On Dec 8, 2020, at 10:11 AM, Jean-Baptiste Onofre <[email protected]> wrote:
>
> Yes, that’s normal: you should not install the "meta global CXF" feature but
> prefer to use the CXF features you want to use.
>
> You can take a look on the SOAP and REST Karaf examples which use CXF:
>
> https://github.com/apache/karaf/blob/master/examples/karaf-soap-example/karaf-soap-example-features/src/main/feature/feature.xml#L35
>
> <https://github.com/apache/karaf/blob/master/examples/karaf-soap-example/karaf-soap-example-features/src/main/feature/feature.xml#L35>
>
> https://github.com/apache/karaf/blob/master/examples/karaf-rest-example/karaf-rest-example-features/src/main/feature/feature.xml#L32
>
> <https://github.com/apache/karaf/blob/master/examples/karaf-rest-example/karaf-rest-example-features/src/main/feature/feature.xml#L32>
>
> Regards
> JB
>
>> Le 7 déc. 2020 à 16:40, Alex Soto <[email protected]
>> <mailto:[email protected]>> a écrit :
>>
>> Hello,
>>
>> On a freshly downloaded Karaf 4.3.0. I am not able to install CXF 3.4.1.
>> Here is the sequence:
>>
>> karaf@root()> feature:repo-add
>> mvn:org.apache.cxf.karaf/apache-cxf/3.4.1/xml/features
>> karaf@root()> feature:install cxf
>>
>> Error:
>>
>> Error executing command: Unable to resolve root: missing requirement [root]
>> osgi.identity; osgi.identity=cxf; type=karaf.feature;
>> version="[3.4.1,3.4.1]";
>> filter:="(&(osgi.identity=cxf)(type=karaf.feature)(version>=3.4.1)(version<=3.4.1))"
>> [caused by: Unable to resolve cxf/3.4.1: missing requirement [cxf/3.4.1]
>> osgi.identity; osgi.identity=cxf-http-provider; type=karaf.feature;
>> version="[3.4.1,3.4.1]" [caused by: Unable to resolve
>> cxf-http-provider/3.4.1: missing requirement [cxf-http-provider/3.4.1]
>> cxf.http.provider [caused by: Unable to resolve cxf-http-jetty/3.4.1:
>> missing requirement [cxf-http-jetty/3.4.1] osgi.identity;
>> osgi.identity=jetty; type=karaf.feature; version="[9.0.0,11.0.0)"]]]
>>
>>
>> Any idea why?
>>
>> Best regards,
>> Alex soto
>>
>>
>>
>>
>