Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/spring/15.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
spring集成出站网关sax解析异常_Spring - Fatal编程技术网

spring集成出站网关sax解析异常

spring集成出站网关sax解析异常,spring,Spring,我在org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException中嵌套了一个异常:来自类路径资源[META-INF/spring/integration/spring integration context.xml]的xml文档中的第198行无效;嵌套异常为org.xml.sax.saxpasseeption;行号:198;栏目号:88;cvc复杂类型.2.4.c:匹配的通配符是严格的,但找不到元素“int ws:ou

我在org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException中嵌套了一个异常:来自类路径资源[META-INF/spring/integration/spring integration context.xml]的xml文档中的第198行无效;嵌套异常为org.xml.sax.saxpasseeption;行号:198;栏目号:88;cvc复杂类型.2.4.c:匹配的通配符是严格的,但找不到元素“int ws:outbound gateway”的声明: org.xml.sax.SAXParseException;行号:198;栏目号:88;cvc复杂类型.2.4.c:匹配的通配符是严格的,但找不到元素“int ws:outbound gateway”的声明

xml文件看起来像

我还添加了相关的XSD。任何线索。

都有助于:

<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:context="http://www.springframework.org/schema/context"
xsi:schemaLocation="http://www.springframework.org/schema/context     http://www.springframework.org/schema/context/spring-context-4.3.xsd >