开发者

Java 6 JAXB/JAXP/SAAJ reference implemetation conflict with Xerces

开发者 https://www.devze.com 2023-02-05 16:38 出处:网络
Can there be conflict between the JAXB/JAXP/SAAJ reference implementation in Java 6 and Xerces 2.x referenced by a WAR in a standard Java EE container like Tomcat and if so how given the classes have

Can there be conflict between the JAXB/JAXP/SAAJ reference implementation in Java 6 and Xerces 2.x referenced by a WAR in a standard Java EE container like Tomcat and if so how given the classes have the same name, but are i开发者_开发问答n different namespaces?


I had a problem with JAXP/SAAJ and Tomcat. I think I had to put the SAAJ jar in the Tomcat endorsed directory to override the existing one, due to a conflict with another class which had the same package and class name

0

精彩评论

暂无评论...
验证码 换一张
取 消