Could anybody help me figure out what the problem is. I am receiving the following errors. Build is done with Maven 2.0.9
10:46:39,593 ERROR [ws]:253 - Servlet.service() for servlet ws threw exception
java.lang.NoClassDefFoundError: com/sun/org/apache/xml/internal/security/Init
at com.sun.xml.wss.impl.SecurableSoapMessage.<clinit> (SecurableSoapMessa
ge.java:94)
at com.sun.xml.wss.ProcessingContext.setSOAPMessage(P rocessingContext.ja
va:217)
at com.sun.xml.wss.impl.misc.XWSSProcessor2_0Impl.cre ateProcessingContex
t(XWSSProcessor2_0Impl.java:151)
at org.springframework.ws.soap.security.xwss.XwsSecur ityInterceptor.vali
dateMessage(XwsSecurityInterceptor.java:159)
at org.springframework.ws.soap.security.AbstractWsSec urityInterceptor.ha
ndleRequest(AbstractWsSecurityInterceptor.java:104 )
at org.springframework.ws.server.MessageDispatcher.di spatch(MessageDispa
tcher.java:213)
at org.springframework.ws.server.MessageDispatcher.re ceive(MessageDispat
cher.java:168)
at org.springframework.ws.transport.support.WebServic eMessageReceiverObj


Reply With Quote