Hi Mika, I am trying to get the CXF working on Websphere 7 or 8.5. I had the same problem you were having "loading constraint violation: loader "com/ibm/ws/classloader/CompoundClassLoader@d79a47d7" previously initiated loading for a different type with name "org/w3c/dom/DOMConfiguration" defined by loader "com/ibm/oti/vm/BootstrapClassLoader@284d10b1"" .
Compared your jars with mine and found out that you were using the xmlbean-2.5.0 jar and i was using xbean.x.x.xjar both these jars has the component org/w3c/dom/DOMConfiguration and this causes that above problem. So what i did is i removed the package (org/w3c/dom/DOMConfiguration) from Xbean.x.x.x.jar or xmlbean2.5.0.jar and it worked... Also it worked with having these saaj-api and saaj-impl .jars.. But i dont want to manually delete that package (org/w3c/dom/DOMConfiguration) from xbean.x.x.x.jar.. Is there any other way to get around this problem? -- View this message in context: http://cxf.547215.n5.nabble.com/CXF-Websphere-7-not-working-tp5518441p5720348.html Sent from the cxf-user mailing list archive at Nabble.com.
