Re: CXF 3.8 throwing java.lang.NoClassDefFoundError: javax/ws/rs/client/ClientException

2017-08-10 Thread Sergey Beryozkin
I can't think of anything but making sure both jars use the same version Sergey On 10/08/17 21:39, sbalustar wrote: We are also using some other jar , which is using javax.rs.ws 2.0-m10 . But cxf 3.1.8 is not compatible with javax.rs.ws 2.0-m10. what could be the solution? -- View this

Re: CXF 3.8 throwing java.lang.NoClassDefFoundError: javax/ws/rs/client/ClientException

2017-08-10 Thread sbalustar
We are also using some other jar , which is using javax.rs.ws 2.0-m10 . But cxf 3.1.8 is not compatible with javax.rs.ws 2.0-m10. what could be the solution? -- View this message in context:

CXF 3.8 throwing java.lang.NoClassDefFoundError: javax/ws/rs/client/ClientException

2017-08-10 Thread sbalustar
I am migrating my cxf version from 2.7.7 tp 3.1.8. Earlier i used javax rs ws 2.0-m10 version , but with cxf that version is not working and uodated to 2.0.1 . Later on i am facing this issue. Caused by java.lang.ClassNotFoundException: javax.ws.rs.client.ClientException at