What happens if you place those JARs within your WAR (WEB-INF/lib
directory)?  Perhaps there is a precedence issue that is resulting in
the older SAAJ jar still be picked up--placing it in the WAR might fix
the issue.

Also, googling "CXF SAAJ Websphere" (without quotes) returns 366
hits--could any of them be of help for you?

Regards,
Glen

Am Dienstag, den 08.04.2008, 15:12 -0700 schrieb Tong:
> 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
> 

Reply via email to