I am trying to run the JMS Spring Integration out of the box using Eclipse.
I have imported the JMS examples; included all Jar files from the Spring 1.0.2 RELEASE/lib directory; and try to execute the ChannelAdapterDemo. I am getting the following error:
Exception in thread "main" org.springframework.beans.factory.parsing.BeanDefi nitionParsingException: Configuration problem: Unable to locate Spring NamespaceHandler for XML schema namespace http://www.springframework.org/schema/integration/jms Offending resource: class path resource inboundChannelAdapter.xml
The namespace is in the Xml File and the *-jms file is in the Eclipse project.
Any help would be appreciated.


Reply With Quote
