I have a configuration problem.

The development environment and the production environment have different
directory structure.

I need a way to parametrize the directoryName with a system property.
Is there is a way ?

Example :
dev :
from("file://C:/test/docbtodocumentum/data/?include=.*(.ged)").enrich(....
prod :
from("file://d:/ftproot/docbtodocumentum/data/?include=.*(.ged)").enrich(....

Thanks in advance

Dimitri
-- 
View this message in context: 
http://old.nabble.com/File-Consumer-directoryName-problem-tp28777347p28777347.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to