Hi,
Deployed my CXF war into websphere 6.1. It's mostly working except fault
processing. I am getting
java.lang.NoSuchMethodError: javax/xml/soap/Detail.addDetailEntry
I guess websphere has an older version of saaj. so I copied both
saaj-api-1.3 jar and saaj-impl-1.3.jar to
$WebSphere_HOME/java/jre/lib/endorsed. But it does not work. It's
complaining about
java.lang.NoClassDefFoundError:
com.sun.xml.messaging.saaj.soap.SOAPDocumentImpl
which is right there in saaj-impl-1.3.jar.
Any idea please?
Thanks
Tong
--
View this message in context:
http://www.nabble.com/Deploy-into-websphere-6.1-tp16575072p16575072.html
Sent from the cxf-user mailing list archive at Nabble.com.