简体   繁体   中英

Caused by: java.lang.ClassNotFoundException: org/apache/xerces/jaxp/DocumentBuilderFactoryImpl in Weblogic 11g

I am hitting this error on weblogic 10.3.6. I tried setting the properties

javax.xml.parsers.DocumentBuilderFactory=org.apache.xerces.jaxp.DocumentBuilderFactoryImpl javax.xml.parsers.SAXParserFactory=org.apache.xerces.jaxp.SAXParserFactoryImpl

after the above change still no luck, my search for this on weblogic seems is not yielding much information for me to dig further. I understand I am stuck in this Xerces classloader hell.

Any help/direction is greatly appreciated..thanks

我现在已经过了这个问题,基本上我删除了对javax的引用,来自Jboss的tattletale工具对我理解类引用非常有帮助。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM