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