RE: Unmarshall locks file even after route is finished

2024-09-16 Thread Branko Husarik, Wood & Co.
on of Camel is 4.6.0, Windows 10. Thank you Baňko -Původní zpráva- Od: Claus Ibsen Odesláno: Monday, September 16, 2024 11:10 AM Komu: users@camel.apache.org Předmět: Re: Unmarshall locks file even after route is finished Hi Try without the unarmshal, and if that works, then look at

Re: Unmarshall locks file even after route is finished

2024-09-16 Thread Claus Ibsen
Hi Try without the unarmshal, and if that works, then look at your custom unmarhal code and see if you close input streams and whatnot. And are you using windows ? What camel version do you use? On Mon, Sep 16, 2024 at 10:45 AM Branko Husarik, Wood & Co. wrote: > Hello, > > > > I'm not sure if

Unmarshall locks file even after route is finished

2024-09-16 Thread Branko Husarik, Wood & Co.
Hello, I'm not sure if I face some sort of bug when proceeding file. I am trying to load xml file do unmarshalling and save file to .done subfolder. The file is successfully saved to .done, but the original file cannot be removed, which throws an exception. File is locked in file system too unt