gpt4 book ai didi

java - 将 xerces 与 JBOSS EAP 7.1 一起使用时,XSD 1.1 验证失败

转载 作者:行者123 更新时间:2023-12-01 19:06:40 26 4
gpt4 key购买 nike

我的Web应用程序部署在JBOSS EAP 7.1服务器中并使用jdk 1.8。我需要使用以下 xerces 依赖项根据 XSD 1.1 验证我的 XML:

<dependency>
<groupId>org.opengis.cite.xerces</groupId>
<artifactId>xercesImpl-xsd11</artifactId>
<version>2.12-beta-r1667115</version>
</dependency>

我的验证代码在独立运行时工作正常。但是,当我在 JBOSS 服务器上部署 Web 应用程序时,相同的代码在以下行失败。

SchemaFactory factory = SchemaFactory.newInstance("http://www.w3.org/XML/XMLSchema/v1.1");

我收到以下错误:

javax.xml.validation.SchemaFactoryConfigurationError: Provider for class javax.xml.validation.SchemaFactory cannot be created

如何使用 xerces 在 JBOSS EAP 7.1 中验证我的 XSD 1.1 版本?

最佳答案

尝试使用this constructor ,它采用工厂的类名。工厂的类是“org.apache.xerces.jaxp.validation.XMLSchema11Factory”,您还需要类路径上的“xercesImpl-xsd11-2.12-beta-r1667115.jar”。

关于java - 将 xerces 与 JBOSS EAP 7.1 一起使用时,XSD 1.1 验证失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59541377/

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