You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "bounkong khamphousone (JIRA)" <ji...@apache.org> on 2013/09/03 18:20:52 UTC

[jira] [Updated] (CAMEL-6703) Folder is not open

     [ https://issues.apache.org/jira/browse/CAMEL-6703?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

bounkong khamphousone updated CAMEL-6703:
-----------------------------------------

    Attachment: MailConsumer.java
    
> 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
>              Labels: bug, closeFolder, pop3
>         Attachments: MailConsumer.java
>
>
> 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