Re: inProgressRepository Not clearing for items in idempotentRepository

2013-11-05 Thread skelly
I worked around this by removing the idempotent configuration and instead writing a GenericFileFilter which basically copies the idempotent repo's behavior. This is working great. -- View this message in context: http://camel.465427.n5.nabble.com/inProgressRepository-Not-clearing-for-items-in-

Re: inProgressRepository Not clearing for items in idempotentRepository

2013-11-05 Thread skelly
Thanks. I've submitted a bug: https://issues.apache.org/jira/browse/CAMEL-6936 In the meantime, do you have any alternative recommendations for my requirements? Basically, I want to consume files from an FTP server only if they are new or modified. I guess I would need to roll my own filter for

inProgressRepository Not clearing for items in idempotentRepository

2013-11-04 Thread skelly
I'm attempting to consume messages from an FTP server using an idempotent repository to ensure that I do not re-download a file unless it has been modified. Here is my (quite simple) camel configuration: http://camel.apa