Java 6 JAXB/JAXP/SAAJ 参考实现与 Xerces 冲突

发布于 2024-10-13 07:02:22 字数 121 浏览 2 评论 0原文

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

£烟消云散 2024-10-20 07:02:22

我在使用 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文