java.lang.ClassCastException:weblogic.xml.jaxp.RegistryDocumentBuilderFactory cannot be cast to javax.xml.parsers.DocumentBuilderFactory
================================
©Copyright 蕃薯耀 2018年5月16日
http://fanshuyao.iteye.com/
一、问题描述
weblogic10 整合cxf 启动时报错:
java.lang.ClassCastException:weblogic.xml.jaxp.RegistryDocumentBuilderFactory cannot be cast to javax.xml.parsers.DocumentBuilderFactory
报错原因:
Jar包冲突:xml-apis-1.0.b2.jar
二、解决方案
将xml-apis-xxx.jar删除
================================
©Copyright 蕃薯耀 2018年5月16日
http://fanshuyao.iteye.com/