-
Feb 3rd, 2011, 05:20 PM
#1
unable to find ip namespace
When I attempt to run my app inside of tomcat I get the following error:
Unable to locate Spring NamespaceHandler for XML schema namespace [http://www.springframework.org/schema/integration/ip]
The offending integrationContext.xml has the following:
xmlns:int="http://www.springframework.org/schema/integration"
xmlns:int-ip="http://www.springframework.org/schema/integration/ip"
xsi:schemaLocation="http://www.springframework.org/schema/integration
http://www.springframework.org/schem...ntegration.xsd
http://www.springframework.org/schema/integration/ip
http://www.springframework.org/schem...gration-ip.xsd ">
The spring-integration-ip-2.0.1.RELEASE.jar is in the WebContent/lib directory and the app has no problem locating the spring-integration.xsd. Does anyone have any suggestions as to what can be going on?
Thanks
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
-
Forum Rules