On Thu, Jun 3, 2010 at 3:16 PM, Willem Jiang <willem.ji...@gmail.com> 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 .
>

Ah we need Hadrian to upload the XSD so its up to date.


> 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
>



-- 
Claus Ibsen
Apache Camel Committer

Author of Camel in Action: http://www.manning.com/ibsen/
Open Source Integration: http://fusesource.com
Blog: http://davsclaus.blogspot.com/
Twitter: http://twitter.com/davsclaus

Reply via email to