Re: Karaf + SOAP + JDK 21

2023-11-05 Thread Grzegorz Grzybek
Also mind that Karaf exports "javax.xml.ws.soap" system package in etc/jre.properties, so adding a bundle which exports the same could be confusing... In the version of CXF I use, "cxf-specs" features has: mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.jaxws-api-2.2/2.9.0 which

Re: Karaf + SOAP + JDK 21

2023-11-05 Thread Grzegorz Grzybek
Hmm I see KARAF_HOME/lib/endorsed/org.apache.karaf.specs.java.xml.ws-4.4.4.jar library, but it contains only javax.xml.ws.spi package (and javax.xml.soap) In my work I maintain custom Karaf distro (Fuse Karaf), which in addition has this library:

Re: Karaf + SOAP + JDK 21

2023-11-05 Thread Steven Huypens
Hi Mark, It looks like my bundles import the package "javax.xml.ws.soap" from 'mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.jaxws-api-2.3/2.3_2' which is in the feature "cxf-specs". Kind regards, Steven On Mon, Nov 6, 2023 at 7:44 AM Mark Derricutt wrote: > On 6/11/23 7:21 pm,

Re: Karaf + SOAP + JDK 21

2023-11-05 Thread Mark Derricutt
On 6/11/23 7:21 pm, Grzegorz Grzybek wrote: But "smx3.system" bundle looks like something from you, not from Karaf... It is, but there's a wiring dependency on osgi.wiring.package=javax.xml.ws.soap>=0.0.0 there, which is no longer being satisfied. Note I've not currently moved out

Re: Karaf + SOAP + JDK 21

2023-11-05 Thread Grzegorz Grzybek
Hello But "smx3.system" bundle looks like something from you, not from Karaf... regards Grzegorz Grzybek pon., 6 lis 2023 o 07:17 Mark Derricutt napisał(a): > Hi Jean-Baptiste, > > This is what I have in my feature file: > > mvn:org.apache.cxf.karaf/apache-cxf/3.5.5/xml/features > >

Re: Karaf + SOAP + JDK 21

2023-11-05 Thread Mark Derricutt
Hi Jean-Baptiste, This is what I have in my feature file: mvn:org.apache.cxf.karaf/apache-cxf/3.5.5/xml/features version="${project.version}">cxf-core   cxf-jaxws   cxf-databinding-jaxb This gives me the following outputL smx3  | org.osgi.framework.BundleException: Unable to resolve

Re: Karaf + SOAP + JDK 21

2023-11-05 Thread Jean-Baptiste Onofré
Hi Which CXF version are you using ? I guess it’s about CXF support. I will check on main. Regards JB Le dim. 5 nov. 2023 à 20:31, Mark Derricutt a écrit : > Anyone got Karaf 4.4.4 and SOAP working under JDk 21? > > I've been trying to update our project from Java 8, and just getting hit >

Karaf + SOAP + JDK 21

2023-11-05 Thread Mark Derricutt
Anyone got Karaf 4.4.4 and SOAP working under JDk 21? I've been trying to update our project from Java 8, and just getting hit with the lack of javax.ws.* classes being a part of the JDK from 9 onward. Even the stock Karaf SOAP example doesn't seem to work for me - I'm guessing I just need

Re: Releases preparation

2023-11-05 Thread Steinar Bang
> Jean-Baptiste Onofré : > You might have seen I was pretty quiet recently. We have been hit by > Ciaran storm. I don’t have electricity and Internet connection at > home. As we have important damages on the house, we decided to rent a > new house for a few days. Wow! I've seen the news but

Re: Releases preparation

2023-11-05 Thread Serge Huber
Wow JB glad you're ok ! I for one fully understand that this work is not your priority and thanks for sharing this update. Please take the time you need for what is truly urgent :) Cheers, Serge... On Sun, Nov 5, 2023 at 7:35 AM Jean-Baptiste Onofré wrote: > Hi guys > > You might have seen

Releases preparation

2023-11-05 Thread Jean-Baptiste Onofré
Hi guys You might have seen I was pretty quiet recently. We have been hit by Ciaran storm. I don’t have electricity and Internet connection at home. As we have important damages on the house, we decided to rent a new house for a few days. I will be back online tonight and I will resume Karaf