> On May 27, 2016, at 9:02 AM, nicolasduminil > <[email protected]> wrote: > > Okay, problem was solved by removing another dependency to 2.7.8 that was > forgotten. Now everything works properly. > > But just for my understanding: why did I have to use CXF libraries and I > couldn't simply use JAX-WS comming with Java 7/8 ?
In theory, it should work with the JAX-WS in the JDK. Since it doesn’t, you may have hit a bug or something there. No idea. However, you came to the CXF list and we certainly do not support the JAX-WS impl in the JDK. From our perspective, we just need to make sure it works OK with CXF and if not, fix any CXF bug that might be exposed. If you want it working with the JDK JAX-WS, you would need to go to the jax-ws community at Oracle and report it there. -- Daniel Kulp [email protected] - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com
