Re: Camel 2.0 - pass uri reference using variable ${my_Uri}

2009-05-05 Thread Charles Moulliard
Many thanks Claus, Based on the link provided and feedback received from Costin Leau, here is what I have done to resolve the issue : To work with the following uri : file://d:/temp/data/?move=d:/temp/done/${file.name} in your camel route and define it in a property file, here is what you have

Re: Camel 2.0 - pass uri reference using variable ${my_Uri}

2009-05-05 Thread Claus Ibsen
Hi Last time we checked it required Spring 3.0 as Spring 2.5 did not support the property placeholders in custom namespace handlers. There is a ticket in Camel JIRA that has a link to the ticket in Spring JIRA. However if you define you endpoints with the then you can use property placeholders.

Camel 2.0 - pass uri reference using variable ${my_Uri}

2009-05-05 Thread Charles Moulliard
Hi, I would like to know if something is planned to support uri declaration for Camel routes using variable like by example : ${my_Uri} e.g. file and osgix:cm-properties like this file://c:/temp/data/?move=c:/temp/done/${file:name} (2) queuingservice:queue:in (