https://wsit.dev.java.net/issues/show_bug.cgi?id=749User vivekp changed the following:
What |Old value |New value
================================================================================
Assigned to|vivekp |kumarjayanti
--------------------------------------------------------------------------------
------- Additional comments from
vivekp@... Tue Dec 4 18:12:52 +0000 2007 -------
Looks like a different version of SAAJ implementation is in your classpath.
SEVERE: WSRM2006: Unexpected Exception in RMClientPipe.process.
java.lang.NoClassDefFoundError: javax/xml/soap/SOAPFault
at javax.xml.ws.soap.SOAPFaultException.<init>
(SOAPFaultException.java:43)
at com.sun.xml.ws.security.secconv.WSSCPlugin.sendRequest
(WSSCPlugin.java:321)
I think there is some error condition either because of the endpoint sending
back some request or due to some error in Metro SecureConversation Pipe that has
to do with MTOM, but due to this NoClassDefFound error it is masked. When you
change the encoding to text this error is probably not happening. So first we
have to get past NoClassDefFoundError.
The NoClassDefFound error for SOAPFault which is part of SAAJ API is weired
because the SAAJ API is packaged part of webservices-api.jar.
Please let us know,
what version or WSIT or Metro you are using?
What is the JDK version?
I am assigning this bug to SAAJ to see what might be causing the NoClassDefFound
error for one of the API class.
---------------------------------------------------------------------
To unsubscribe, e-mail:
issues-unsubscribe@...
For additional commands, e-mail:
issues-help@...