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.
