Hi Willem

That is not working. Can't even access that url in a browser.



willem.jiang wrote:
> 
> 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/spring
>>                                              
>> http://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
> 
> 

-- 
View this message in context: 
http://old.nabble.com/How-to-use-offline-Camel-Spring-schema--%28Camel-2.3%29-tp28767115p28767432.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to