Hi all,
I'm working on a project based on servicemix that include by default all apache cxf libraries (but not used by core) and i tried to deploy a CMIS client based on openCMIS (based on jax-ws). Then it wasn't possible to have jax-ws libraries and apache cxf one (due to class loader ? i don't think so) because when the openCMIS client try to create a web service client it was based on a CXF libraries instead of jaxws one... I removed all unsed CXF libraries and everything work fine. I don't know if there is a way to correct this.... Erwan
