Loading CamelContext from Spring XML file.

2012-09-10 Thread gsehgal
Hi, I have a simple XML file: 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.spri

Re: Loading Camel Context from Spring XML

2012-09-10 Thread gsehgal
Hi, I did that now my XML looks like: Though even now the routes are not started, I am usingCamel version: 2.9.2 and spring version : 3.0.6. That should be fine right? Regards, -- View this message in context:

Re: Loading Camel Context from Spring XML

2012-09-10 Thread gsehgal
it worked. You have to specify a "//" after "file:" otherwise it was not able to resolve the path. Thanks for your help. -- View this message in context: http://camel.465427.n5.nabble.com/Loading-Camel-Context-from-Spring-XML-tp5719025p5719032.html Sent from the Camel - Users mailing list arc