The camel-spring-2.3.0.xsd is published into the apache camel web sit.But the camel-spring.xsd is not updated with the latest camel-spring-2.3.0.xsd. You can work around this issue by doing the below change .
ankelee wrote:
<beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:camel="http://camel.apache.org/schema/spring" xmlns:jee="http://www.springframework.org/schema/jee"xsi:schemaLocation=" http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd http://camel.apache.org/schema/springhttp://camel.apache.org/schema/spring/camel-spring.xsd
*** change the upper line to *** http://camel.apache.org/schema/spring/camel-spring.2.3.0.xsd
http://www.springframework.org/schema/jee
http://www.springframework.org/schema/jee/spring-jee-2.0.xsd
">
My XML files look like this at the moment. What to do to use the local 2.3
schemas in the jar?
Willem
