After wrestling with the Maven repository, I've finally downloaded the snapshot project for spring-integration-amqp-2.0 and after a lengthy dependency download, everything is now in my STS.
My issue is the sample test shows an error in the EchoSample-context.xml:
When I tried creating a new project that uses that adapter, I also get the same message. But oddly both projects work. It appears the error is only a warning in the XML file. But it's quite annoying to see that red mark whenever I see my projects.Code:cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'amqp:outbound-channel-adapter'.
I've checked the spring.schemas and it's there. Take note I didn't change anything in the project. It's 100% the same as the one I checkout from Maven
Any ideas? Am I getting this error because this is just a 2.0.0.BUILD-SNAPSHOT? I know it's not yet officially out.
I've looked at the following URL: http://forum.springsource.org/showthread.php?t=47899 but it didn't solve my issue


Reply With Quote
I'm hoping it will be out of the sandbox soon.