[equinox-dev] OSGi and javax.jws.WebService with Java 11

2021-05-06 Thread Lars Vogel
Hi, I'm trying to migrate an RCP client to Java 11. All good so far only the webservice which was part of Java 8 refused to start with an sun.xml.internal.ws.spi.ProviderImpl exception. Exception: Caused by: javax.xml.ws.WebServiceException: Provider com.sun.xml.internal.ws.spi.ProviderImpl not f

Re: [equinox-dev] OSGi and javax.jws.WebService with Java 11

2021-05-06 Thread Mark Hoffmann
:00) An: Equinox development mailing list Betreff: [equinox-dev] OSGi and javax.jws.WebService with Java 11 Hi,I'm trying to migrate an RCP client to Java 11. All good so far onlythe webservice which was part of Java 8 refused to start with ansun.xml.internal.ws.spi.Provide

Re: [equinox-dev] OSGi and javax.jws.WebService with Java 11

2021-05-06 Thread Gunnar Wagenknecht
Hi Lars, The stack trace above leads me to hypothesis that the Java ServiceLoader pattern is used. There are multiple ways to make it work but both require providing proper OSGi metadata, i.e. the Maven PDE/M2E stuff is not sophisticated enough to provide good OSGi metadata out of the box. IMO

Re: [equinox-dev] OSGi and javax.jws.WebService with Java 11

2021-05-06 Thread Christoph Läubrich
> the Maven PDE/M2E stuff is not sophisticated enough to provide good OSGi metadata out of the box > IMO it can only be used for "simple" jars (not doing any fancy class loading stuff) the user can always tweak the BND instructions, it should even possible to supply fragment-host headers there

Re: [equinox-dev] OSGi and javax.jws.WebService with Java 11

2021-05-06 Thread Lars Vogel
> USt-Id DE310002614 > > > Ursprüngliche Nachricht > Von: Lars Vogel > Datum: 06.05.21 15:15 (GMT+01:00) > An: Equinox development mailing list > Betreff: [equinox-dev] OSGi and javax.jws.WebService with Java 11 > > Hi, > > I'm try

Re: [equinox-dev] OSGi and javax.jws.WebService with Java 11

2021-05-06 Thread Mark Hoffmann
9> USt-Id DE310002614>>> Ursprüngliche Nachricht > Von: Lars Vogel > Datum: 06.05.21 15:15 (GMT+01:00)> An: Equinox development mailing list > Betreff: [equinox-dev] OSGi and javax.jws.WebService with Java 11>> Hi,>> I'm trying

Re: [equinox-dev] OSGi and javax.jws.WebService with Java 11

2021-05-07 Thread Lars Vogel
07745 Jena > Germany > > Geschäftsführer/CEO > Mark Hoffmann > Jürgen Albert > > Jena HRB 513025 > Steuernummer 162/107/05779 > USt-Id DE310002614 > > > Ursprüngliche Nachricht ---- > Von: Lars Vogel > Datum: 06.05.21 18:02 (GMT+01:00) > An: Equi

Re: [equinox-dev] OSGi and javax.jws.WebService with Java 11

2021-05-07 Thread Mark Hoffmann
Nachricht Von: Lars Vogel Datum: 07.05.21 12:44 (GMT+01:00) An: Equinox development mailing list Betreff: Re: [equinox-dev] OSGi and javax.jws.WebService with Java 11 Hi Mark,thanks. The additional fragment was indeed necessary. I added it andnow it complains about the JaxB

Re: [equinox-dev] OSGi and javax.jws.WebService with Java 11

2021-05-18 Thread Lars Vogel
ena > Germany > > Geschäftsführer/CEO > Mark Hoffmann > Jürgen Albert > > Jena HRB 513025 > Steuernummer 162/107/05779 > USt-Id DE310002614 > > > ---- Ursprüngliche Nachricht ---- > Von: Lars Vogel > Datum: 07.05.21 12:44 (GMT+01:00) > An: Equino