gpt4 book ai didi

xml - : 'identifiedType' 的重复定义

转载 作者:IT老高 更新时间:2023-10-28 13:54:33 25 4
gpt4 key购买 nike

我有一个 Web 应用程序,我在其中使用 spring 3.0 和 oracle 的 XMLTYPE 相关 jar 的 com.oracle.xdb ,这又取决于 com.oracle.xml.xmlparserv2 ,我相信你们中的大多数人都知道当这些 jar 与 spring 3.0 一起使用,如下所示,

Caused by: oracle.xml.parser.schema.XSDException: Duplicated definition for: 'identifiedType'

有一些建议可以使用像 xerces 这样的不同解析器,但在我们的例子中,由于我们使用 xdb 依赖项,看起来我们无法将其更改为使用 com.oracle.xml.xmlparserv2 以外的其他解析器,它正在工作spring 2.5.6 很好,是否有任何关于 spring/oracle 何时修复此问题的信息?

最佳答案

您可以添加

,而不是修改 xmlparserv2.jar

-Djavax.xml.parsers.DocumentBuilderFactory=com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl

Click here阅读 Oracle 论坛上讨论该问题的帖子。

关于xml - : 'identifiedType' 的重复定义,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5005901/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com