I have a CXF 2.2.4 application running fine in WebSphere 6.1.0.29 on Ubuntu. 
Using the Application Server Specific Configuration Guide in WebSphere on
Ubuntu I simply create a shared library with a classpath value pointing to
wsdl4j-1.6.2.jar and add that shared library to a new "application first"
class loader at the server configuration level.  I restart the server and
all runs fine.

I do the exact same steps with WebSphere 6.1.0.29 on AIX and I get saaj
exceptions.

I then tried adding saaj-imp, saaj-api and jaxp-ri to the shared library and
it gives me a classnotfound exception for StAXResult.

I then add jaxp-api to the shared library and it gives me 

java.lang.ClassCastException:
com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl
incompatible with javax.xml.parsers.DocumentBuilderFactory 

This runs great on WebSphere with Ubuntu, I'm struggling to find a
difference in the two.

Any help would be appreciated.
-- 
View this message in context: 
http://old.nabble.com/What-is-so-different-about-CXF-with-WebSphere-6.1-on-AIX--tp27459210p27459210.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to