Dinesh created CXF-5991:
---------------------------
Summary: ClassCastException: com.ctc.wst x.stax.WstxInputFactory
cannot be cast to javax.xml.stream.XMLInputFactory
Key: CXF-5991
URL: https://issues.apache.org/jira/browse/CXF-5991
Project: CXF
Issue Type: Bug
Components: JAX-WS Runtime
Affects Versions: 2.3
Environment: Weblogic12.1.3, Jdk1.7 and CXF2.3 and Windows env
Reporter: Dinesh
Priority: Blocker
Fix For: Invalid
Hi,
When trying to deploy the CXF2.3 service on weblogic 12.1.3 and jdk1.7 so
causing thje below issue.
weblogic.management.DeploymentException:
com.sun.xml.ws.transport.http.servlet.WSServletException: WSSERVLET11: failed
to parse runtime descriptor: java.lang.ClassCastException:
com.ctc.wstx.stax.WstxInputFactory cannot be cast to
javax.xml.stream.XMLInputFactory
After going through few forum site not got exact solution. After doing any
changes in application like in weblogic.mxl class loader false or removing anb
suggested jar from project getting the below error:
weblogic.management.DeploymentException:
com.sun.xml.ws.transport.http.servlet.WSServletException: WSSERVLET11: failed
to parse runtime descriptor: invalid element
"{http://www.springframework.org/schema/beans}beans" in runtime descriptor
(line 4)
Please share yopur input on
Note: Same Project is working fine on weblogic 12C and jdk1.6 . But not on
latest version of weblogic 12.1.3 and jdk1.7
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)