Results 1 to 3 of 3

Thread: NamespaceHandler

  1. #1
    Join Date
    Jan 2009
    Posts
    20

    Default NamespaceHandler

    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.

  2. #2
    Join Date
    May 2007
    Location
    Netherlands
    Posts
    614

    Default

    I'm not sure what you're doing exactly. We didn't release 1.0.2 yet and Spring 1.0.2 is definitely not compatible with Spring Integration. It could be that there is a bug though, so if you can be a little more precise on the setup you can log a JIRA for it.

    The ChannelAdapterDemo works for me on the latest head, but it might be that there is a problem with the package. Did you use 1.0.1: http://www.springsource.com/download...ng Integration?

  3. #3
    Join Date
    Jan 2007
    Posts
    107

    Default

    I'm also getting the same exception but for the stream namespace when running error handling demo within eclipse from SI svn trunk. Details here.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •