-
1. Re: File Binding
trohovsky Jun 25, 2014 10:59 AM (in response to jcoders)Hi Rajat,
the version of SY you are using contains Camel 2.10.0. As the file component documentation says, the idempotentKey parameter is present since the version 2.11. Camel is upgraded to the version 2.12.2 in the 2.0 ([SWITCHYARD-1943] Upgrade Camel to 2.12.2 - JBoss Issue Tracker). See SwitchYard 2.0.0.Alpha2 Now Available for the details where to download 2.0 runtime/tooling.
Tomas
-
2. Re: File Binding
jcoders Jun 25, 2014 12:07 PM (in response to trohovsky)Thank you for the prompt reply.So in the current version of sy that i have its not possible to read a file - after the first read only if it has changed ?
-
3. Re: File Binding
trohovsky Jun 26, 2014 1:31 PM (in response to jcoders)Hy Rajat,
I am not a Camel expert, but you may workaround that by implementing your own idempotent repository. See vijayp's comment from Feb 11, 2010 in http://camel.465427.n5.nabble.com/Identifying-and-processing-changed-file-when-noop-true-td478672.html
Tomas