天天看点

java.lang.ClassCastException:weblogic.xml.jaxp.RegistryDocumentBuilderFactory cannot be cast to javax.xml.parsers.DocumentBuilderFactory

java.lang.ClassCastException:weblogic.xml.jaxp.RegistryDocumentBuilderFactory cannot be cast to javax.xml.parsers.DocumentBuilderFactory

================================

©Copyright 蕃薯耀 2018年5月17日

https://www.cnblogs.com/fanshuyao/

一、问题描述

weblogic10 整合cxf 启动时报错:

Java代码  

  1. 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删除

(如果你觉得文章对你有帮助,欢迎捐赠,^_^,谢谢!) 

java.lang.ClassCastException:weblogic.xml.jaxp.RegistryDocumentBuilderFactory cannot be cast to javax.xml.parsers.DocumentBuilderFactory

今天越懒,明天要做的事越多。