Hi Michael,
OpenCMIS 0.12.0 now determines und uses the default JAX-WS
implementation in its environment.
In your case it detected CXF. It seems to collide with a JAXB
implementation in your classpath.
You can either resolve this classloading issue (is there a JAXB
implementation in your classpat
I have 2 opencmis dependencies in my java projects' maven poms,
chemistry-opencmis-client-bindings and chemistry-opencmis-client-impl. When I
change these from version 0.11.0 to 0.12.0, I get a LinkageError with the below
stack trace.
Changing back to 0.11.0 immediately makes the problem go awa