Hi,
I just upgraded to RC1 and tried the examples using Maven. Whenever the stream xsd (spring-integration-stream-1.0.xsd) is included in the namespace declaration, an exception occurs:
Configuration problem: Unable to locate Spring NamespaceHandler for XML schema namespace
In my dependencies, I have the core, adapter and ws.
I noticed in the jars that this stream xsd does not exist. Any help on how to resolve this?Code:<dependencies> <dependency> <groupId>org.springframework.integration</groupId> <artifactId>org.springframework.integration</artifactId> <version>1.0.0.RC1</version> </dependency> <dependency> <groupId>org.springframework.integration</groupId> <artifactId> org.springframework.integration.adapter </artifactId> <version>1.0.0.RC1</version> </dependency> <dependency> <groupId>org.springframework.integration</groupId> <artifactId> org.springframework.integration.ws </artifactId> <version>1.0.0.RC1</version> </dependency> </dependencies>
Thanks.


Reply With Quote
