我尝试使用spring集成运行一些测试,并且遇到了这个奇怪的错误。
它告诉我,我无法在服务激活器上拥有input-channel
,但我之前已经多次这样做了,并在the documentation中&#&# 39; s遍布整个地方。
这是我的命名空间配置。
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:int="http://www.springframework.org/schema/integration"
xmlns:file="http://www.springframework.org/schema/integration/file"
xmlns:feed="http://www.springframework.org/schema/integration/feed"
xmlns:jms="http://www.springframework.org/schema/integration/jms"
xsi:schemaLocation="http://www.springframework.org/schema/integration/feed http://www.springframework.org/schema/integration/feed/spring-integration-feed.xsd
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
http://www.springframework.org/schema/integration http://www.springframework.org/schema/integration/spring-integration.xsd
http://www.springframework.org/schema/integration/file http://www.springframework.org/schema/integration/file/spring-integration-file.xsd
http://www.springframework.org/schema/integration/jms http://www.springframework.org/schema/integration/jms/spring-integration-jms.xsd">
答案 0 :(得分:1)
如果您的IDE,那就是问题。看起来像Eclipse。
尝试为项目打开Spring Nature。
或者只是不同意它并继续发展。
如果你不对,运行时会正确告诉你。
另一方面,考虑从XML配置转向支持Java DSL和/或Annotation支持。
是的,尝试升级到最新的version - 2.0.0.RC1
已经非常老了。