bounkong khamphousone created CAMEL-6703:
--------------------------------------------

             Summary: Folder is not open
                 Key: CAMEL-6703
                 URL: https://issues.apache.org/jira/browse/CAMEL-6703
             Project: Camel
          Issue Type: Bug
          Components: camel-mail
    Affects Versions: 2.10.6
            Reporter: bounkong khamphousone


I think I've found a bug in camel-mail source (MailConsumer.java)
If you define a mail endpoint which has closeFolder option to true you may 
encounter a folder is not open exception.
In fact, the delete action occured during processBatch which is set as an 
exchange's onCompletion. OnCompletion is executed in a new thread and right 
after that, we have the finally of the try-catch clause which is executed in a 
concurrent thread.
Therefore, we can then have a folder that is open at the beginning of the 
processCommit but becoming closed during the search for an email with the uid 
because the finally is executed.

Am I wrong or is it a real bug?


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to