Re: Strange behavior of Camel-Bindy and windows

2011-08-05 Thread Achim Nierbeck
Hi Jon, thanx, but this didn't help but found that I had the readLock set to file lock in my uri. uri="file://target/conf-dir?filter=#myAntFilter&move=.done&delay=2000&readLock=fileLock" I thought this wouldn't matter. Btw. it also did prevent me from converting it into a string like you sug

Re: Strange behavior of Camel-Bindy and windows

2011-08-05 Thread Jon Anstey
Hi Achim, This could be a Windows only problem occurring... but you could try putting a before the unmarshal to see if loading the file content into memory will workaround this. Cheers, Jon On Fri, Aug 5, 2011 at 12:11 PM, Achim Nierbeck wrote: > Hi > > I do have a very strange behavior with >

Strange behavior of Camel-Bindy and windows

2011-08-05 Thread Achim Nierbeck
Hi I do have a very strange behavior with camel 2.8 and the camel-bindy module on my windows machine. My camel route is quite straight forward