exception - SOAP request exceptionjava.lang.ClassCastException -
exception - SOAP request exceptionjava.lang.ClassCastException -
i using ejb3 , hibernate running on jboss4.2.2.ga jdk1.5
i have several soap web services , when deploy ear server, 1 time deployment done , comes request web services next exception. btw can't figure out why when test on local server there not error messages, wierd..
any help appreciated, in advance guys.
error [org.jboss.ws.core.jaxws.soapfaulthelperjaxws] soap request exception
java.lang.classcastexception: com.sun.xml.messaging.saaj.soap.ver1_1.envelope1_1impl[org.jboss.wsf.stack.jbws.requesthandlerimpl] error processing web service request
org.jboss.ws.wsexception: java.lang.classcastexception: com.sun.xml.messaging.saaj.soap.ver1_1.message1_1impl[org.apache.catalina.core.containerbase.[jboss.web].[localhost].[/myproject].[catalogservice]] servlet.service() servlet catalogservice threw exception
java.lang.classcastexception: com.sun.xml.messaging.saaj.soap.ver1_1.message1_1impl
the problem there different version of saaj in web appliation. did include saaj*.jar files accidentally using cxf web service facet? delete them , should ok.
exception soap jboss
Comments
Post a Comment