关于CXF接口调用问题问题

使用CXF生成的接口,在tomcat下部署访问一切正常,但是打成war包部署在weblogic之后,客户端访问报如下错误,
javax.xml.ws.soap.SOAPFaultException: com.sun.org.apache.xerces.internal.dom.ElementNSImpl cannot be cast to org.apache.xerces.dom.ElementNSImpl
请问是什么原因
哪位大神指点下,在线等