Java 6 JAXB/JAXP/SAAJ 参考实现与 Xerces 冲突
Java 6 中的 JAXB/JAXP/SAAJ 参考实现与标准 Java EE 容器(如 Tomcat)中的 WAR 引用的 Xerces 2.x 之间是否存在冲突,如果是,如何让这些类具有相同的名称,但位于不同的命名空间中?
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 in different namespaces?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我在使用 JAXP/SAAJ 和 Tomcat 时遇到了问题。我想我必须将 SAAJ jar 放在 Tomcat 认可的目录中以覆盖现有的目录,因为与具有相同包和类名的另一个类发生冲突
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