JBOSS: org.apache.xerces.jaxp.DocumentBuilderFactoryImpl cannot be cast to javax.xml.parsers.DocumentBuilderFactory

Tomcat下运行正常的应用,到JBoss下出现

org.apache.xerces.jaxp.DocumentBuilderFactoryImpl cannot be cast to  javax.xml.parsers.DocumentBuilderFactory

错误,如果可能的话,把xml-apis.jar和xml-apis-ext.jar从应用程序的lib目录中移除,原因是和JBoss的xml解析器发生冲突。

发表评论