请帮助我们解决以下问题。
当我们通过Maven命令(mvn clean package
)构建界面时,我们面临的问题如下。
你可以试着帮忙解决这个问题吗?
了java.lang.RuntimeException: org.mule.api.config.ConfigurationException:配置问题: 无法从URL位置导入bean定义 [类路径:共config.xml中] 违规资源:URL [文件:C:/AnypointStudio/projectname/src/test/munit/new-test-suite.xml]; 嵌套异常是 org.springframework.beans.factory.parsing.BeanDefinitionParsingException: 配置问题:无法找到命名空间的NamespaceHandler [http://www.mulesoft.org/schema/mule/spring-security] 违规资源:类路径资源[common-config.xml](org.mule.api.lifecycle.InitialisationException) 在org.mule.munit.runner.mule.SuiteRunner。(SuiteRunner.java:59) 在org.mule.munit.runner.mule.SuiteRunner。(SuiteRunner.java:45) 在org.mule.munit.remote.RemoteRunner.runTestSuite(RemoteRunner.java:75) 在org.mule.munit.remote.RemoteRunner.run(RemoteRunner.java:55) 在org.mule.munit.remote.RemoteRunner.main(RemoteRunner.java:39) 引起:org.mule.api.config.ConfigurationException:配置问题:无法从URL导入bean定义 地点 违规资源:URL [file:/ C:Projectname / new-test-suite.xml];嵌套异常是 org.springframework.beans.factory.parsing.BeanDefinitionParsingException: 配置问题:无法找到命名空间的NamespaceHandler
答案 0 :(得分:0)
我通过在pom.xml中添加jersey依赖来获得解决方案
感谢你的时间,谁来研究问题