RE: [SPAM] Re: [SPAM] Re: Wiring issues with camel-cxf 3.14.2 and CXF 3.4.5 on Karaf 4.3.6

2022-04-12 Thread Siano, Stephan
Hi JB, Yes, I am sure that it's the wiring. Actually I only used the feature resolver to get the initial (working) setup with CXF 3.4.0. Then I uninstalled the CXF 3.4.0 bundles via bundle:uninstall and installed the CXF 3.4.5 bundles via fileinstaller from the deploy directory. I have

Re: [SPAM] Re: Wiring issues with camel-cxf 3.14.2 and CXF 3.4.5 on Karaf 4.3.6

2022-04-12 Thread Jean-Baptiste Onofré
Hi Stephan, Are you sure it's the wiring ? Is it not the feature resolver ? Anyway, [3.4,3.5) looks more flexible to me. I propose to do the change. Regards JB On Tue, Apr 12, 2022 at 3:52 PM Siano, Stephan wrote: > > Hi Jean-Baptiste, > > Well the issue is that karaf 4.3.6 does not wire

RE: [SPAM] Re: Wiring issues with camel-cxf 3.14.2 and CXF 3.4.5 on Karaf 4.3.6

2022-04-12 Thread Siano, Stephan
Hi Jean-Baptiste, Well the issue is that karaf 4.3.6 does not wire package org.apache.cxf version 3.4.5 with an import package of org.apache.cxf with version range [3.4,3.4]. I also tried the vanilla karaf 4.3.6: If I install camel-cxf via the feature resolver, it will install CXF 3.4.0 with

Re: Wiring issues with camel-cxf 3.14.2 and CXF 3.4.5 on Karaf 4.3.6

2022-04-12 Thread Jean-Baptiste Onofré
Hi Stephan, About the version range, [3.4,3.4] includes 3.4.5, so it's normal that it wires. [3.4.4,3.4.4] will exclude 3.4.5, but it will include 3.4.4.x. filter:="(&(osgi.wiring.package=org.apache.cxf)(version>=3.4.0)(version<=3.4.0))" will actually exclude 3.4.5 (but again, it could include

Wiring issues with camel-cxf 3.14.2 and CXF 3.4.5 on Karaf 4.3.6

2022-04-12 Thread Siano, Stephan
Hi, I am trying to install camel-cxf 3.14.2 together with CXF 3.4.5 on a custom distribution of Karaf 4.3.6, but the camel-cxf and camel-cxf-transport bundles do not wire. The problem is that the CXF packages are imported by the camel-cxf bundles with an import range of [3.4,3.4] which does