Re: upgrade to opencmis 0.12.0 causes JAXB errors

2014-10-02 Thread Florian Müller
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

upgrade to opencmis 0.12.0 causes JAXB errors

2014-10-02 Thread Lucas, Mike
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