gpt4 book ai didi

java - 无法在终端中找到 XML 模式命名空间错误的 Spring NamespaceHandler

转载 作者:搜寻专家 更新时间:2023-10-31 20:20:56 27 4
gpt4 key购买 nike

在运行时,我的代码在终端上出现此错误

线程“main”中的异常 java.lang.RuntimeException:org.springframework.beans.factory.parsing.BeanDefinitionParsingException:配置问题:无法找到 XML 模式命名空间的 Spring NamespaceHandler [http://cxf.apache.org/核心]

违规资源:类路径资源 [META-INF/test.xml]

我的test.xml文件是

<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:context="http://www.springframework.org/schema/context"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:cxf="http://cxf.apache.org/core"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd
http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.0.xsd
http://cxf.apache.org/core http://cxf.apache.org/schemas/core.xsd">


<bean id="clientI"
class="LI" />
<bean id="clientL"
class="LIn" />

<cxf:bus>
<cxf:outInterceptors>
<ref bean="clientI" />
</cxf:outInterceptors>
<cxf:inInterceptors>
<ref bean="clientL" />
</cxf:inInterceptors>
</cxf:bus>
</beans>

但是,相同的代码在 Eclipse 中也能正常工作。有谁知道可能是什么问题?

最佳答案

出现此问题是因为我的类路径中不存在 cxf-bundle JAR

您可以从这里获取:http://mvnrepository.com/artifact/org.apache.cxf/cxf-bundle/2.7.6 (最新版本)。

关于java - 无法在终端中找到 XML 模式命名空间错误的 Spring NamespaceHandler,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18896272/

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