Hi Freeman, thanks for your reply, now I see, indeed the camel-spring.xsd & camel-spring-v2.8.xsd are both there:
http://repo1.maven.org/maven2/org/apache/camel/camel-spring/2.8.0/camel-spring-2.8.0.jar looking at spring itself, it seems it is done in a similar fashion: http://repo1.maven.org/maven2/org/springframework/spring-beans/3.0.5.RELEASE/spring-beans-3.0.5.RELEASE.jar that's the file META-INF/spring.schemas which maps each given namespace to the corresponding xsd file inside jar itself, like the following entry inside META-INF/spring.schemas: http\://www.springframework.org/schema/beans/spring-beans.xsd=org/springframework/beans/factory/xml/spring-beans-3.0.xsd just as the last question, as I'm curious and in the case you know it already, do you know where exactly in camel-spring's code that "mapping magic" happens? Regards, Babak -- View this message in context: http://camel.465427.n5.nabble.com/What-is-the-correct-camel-s-schemaLocation-tp4730506p4730612.html Sent from the Camel - Users mailing list archive at Nabble.com.