Hello everyone,

In my camel-context file i would use a local XSD schema.

Today my camel-context start with:

<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";
       xsi:schemaLocation="
                http://www.springframework.org/schema/beans 
                http://www.springframework.org/schema/beans/spring-beans-4.0.xsd
                http://camel.apache.org/schema/spring 
                http://camel.apache.org/schema/spring/camel-spring-2.14.1.xsd";>

I tried to copy XSD files into follow folders but i don't have success:

 - Into META-INF
 - Into META-INF/spring
 - Into project root
.....

Can you help me?

Note: i am using camel with a standalone JAR

Best Regards



--
View this message in context: 
http://camel.465427.n5.nabble.com/Local-XSD-Schema-into-CamelContext-File-tp5767414.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to