Re: GenericFileOperationFailedException - Cannot rename file

2011-02-04 Thread Nilesh Soni
Hi, I have tried using Camel 2.5 as well as 2.6 also. Both are giving me the same problem. On Fri, Feb 4, 2011 at 2:39 PM, Claus Ibsen wrote: > Hi > > Can you post on the Camel user forum, when its related to help or > issues using Camel. > > And try with Camel 2.6. Usually the issue on window

Re: GenericFileOperationFailedException - Cannot rename file

2011-02-04 Thread Nilesh Soni
Hi, On Fri, Feb 4, 2011 at 2:39 PM, Claus Ibsen wrote: > Hi > > Can you post on the Camel user forum, when its related to help or > issues using Camel. > > And try with Camel 2.6. Usually the issue on windows is that the file > stream is "locked" somewhere. And you need to close that before it

Re: GenericFileOperationFailedException - Cannot rename file

2011-02-04 Thread Claus Ibsen
Hi Can you post on the Camel user forum, when its related to help or issues using Camel. And try with Camel 2.6. Usually the issue on windows is that the file stream is "locked" somewhere. And you need to close that before it can rename the file. And sometimes its because windows is "slow" at det