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

2021-05-07 Thread Mark Hoffmann
Hi Lars,obviously the implementations want to have different Jaxb implementations. com.sun.xml vs the glassfish one. Maybe choosing just the obe from the Jax-Ws stuff is your candidate.This is why we use EMF for that 😉Mark Hoffmann M.A. Dipl.-Betriebswirt (FH) CEO/CTO Phone: +49 3641 384 910 0

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

2021-05-07 Thread Lars Vogel
Hi Mark, thanks. The additional fragment was indeed necessary. I added it and now it complains about the JaxB configuration. Caused by: jakarta.xml.bind.JAXBException: return is not a valid property on class com.example.rcpclient.handlers.jaxws.SayHelloResponse at org.glassfish.jaxb.runtime.v2.ru