Hi What version of Camel are you using?
And you should enabled idempotent=true, as that is what you intend to use. On Mon, Aug 15, 2011 at 5:05 PM, AlexRWD <[email protected]> wrote: > Hello! > I have following route: > from("file://" + issuerProfileFromPath + > "?noop=true&delete=false&recursive=true&idempotent=false&idempotentRepository=#fileLastModifiedRepository").to("file://" > + appDirectory + "/" + > ConfigurationManager.getString("signingportal.issuer.profiles.destination")); > > In "from" I pointed camel to folder. This folder also has its subfolders. > But as you can see I added idempotentRepository. > My problem is that IdempotentRepository doesn`t invocating for subfolders > and its files. > Will be pleased if anyone will help me to solve this problem. > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Idempotent-Repository-and-recursive-true-tp4701263p4701263.html > Sent from the Camel - Users mailing list archive at Nabble.com. > -- Claus Ibsen ----------------- FuseSource Email: [email protected] Web: http://fusesource.com Twitter: davsclaus, fusenews Blog: http://davsclaus.blogspot.com/ Author of Camel in Action: http://www.manning.com/ibsen/
