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. <branko.husa...@wood.cz.invalid> wrote: > 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 until > camel app is shut down. Here is my RouteBuilder configuration: > > > > > .from("file:Routes/target/test/resources/citi/deposits/?include=CAMT54_WOOD\d{12}.xml > > &move=.done/${file:name.noext}-${date:now:yyyyMMddHHmmssSSS}.${file:ext} > > > &moveFailed=.error/${file:name.noext}-${date:now:yyyyMMddHHmmssSSS}.${file:ext} > > &charset=utf-8") > > .routeId("*someRouteId*") > > .unmarshal(citiSimpleTransferTradeDataFormat) > .to("mock:result"); > > > > I have tried to use delay, but file doesn’t unlock, readLock=none but > nothing helps. > > > > Please Can you give me tip what to do? Thank you > > > > Best Regards > > > > Branko Husarik > > > > > > *Braňko Husárik* > Calypso Developer > IT Development > email: branko.husa...@wood.cz > m: +420 606 022 474 > > WOOD & Company > Palladium, nám. Republiky 1079/1a > 110 00 Prague 1, Czech Republic > wood.com > > > > > > > > > > ------------------------------ > DISCLAIMER WOOD & Company Financial Services, a.s. and its branches are > authorized and regulated by the CNB as Home State regulator and in Poland > by the KNF, in Slovakia by the NBS, in Italy by the CONSOB and in the UK by > the FCA as Host State regulators. For further information about WOOD & Co., > its investment services, financial instruments and associated risks, > safeguard client assets (incl. compensation schemes) and contractual > relationship please see our website at www.wood.com under section > Corporate Governance. Unless otherwise stated, this transmission is neither > an offer nor the solicitation of an offer to sell or purchase any > investment. All estimates, opinions and other information contained herein > are subject to change without notice and are provided in good faith but > without legal responsibility or liability. Opinion may be personal to the > author and may not reflect the opinions of WOOD & Co. Communications from > sales persons, sales traders or traders should not be regarded as > investment research and may contain opinions or trading ideas which are > different from WOOD & Co. investment research opinions. This e-mail and any > attachments are confidential and may be privileged or otherwise protected > from disclosure. If you are not a named addressee you must not use, > disclose, distribute, copy, print or rely on this e-mail and any of its > attachments. Please notify the sender that you have received this email by > mistake by replying to the email, and then delete the email and any copies > of it. Although WOOD & Co. routinely screens e-mails for viruses, > addressees should scan this e-mail and any attachments for viruses. WOOD & > Co. makes no representation or warranty as to the absence of viruses in > this e-mail or any attachments. Please note that to ensure regulatory > compliance and for the protection of our clients and business, we may > monitor and read e-mails sent to and from our server(s). > -- Claus Ibsen ----------------- @davsclaus Camel in Action 2: https://www.manning.com/ibsen2