You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Dave Brosius (JIRA)" <ji...@apache.org> on 2008/06/09 23:29:00 UTC

[jira] Created: (CAMEL-599) [patch] fix concurrent mod exception when removing multiple interceptors

[patch] fix concurrent mod exception when removing multiple interceptors
------------------------------------------------------------------------

                 Key: CAMEL-599
                 URL: https://issues.apache.org/activemq/browse/CAMEL-599
             Project: Apache Camel
          Issue Type: Bug
          Components: camel-cxf
    Affects Versions: 1.3.0
            Reporter: Dave Brosius
            Priority: Minor
             Fix For: 1.4.0


AbstractDataFormatFeature has problems when deleting interceptors based on phase names when multiple interceptors are removed, due to bad collection removal while iterating, patch fixes this. unit test added.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CAMEL-599) [patch] fix concurrent mod exception when removing multiple interceptors

Posted by "Dave Brosius (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-599?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dave Brosius updated CAMEL-599:
-------------------------------

    Attachment: fix_iterative_deletes.patch

> [patch] fix concurrent mod exception when removing multiple interceptors
> ------------------------------------------------------------------------
>
>                 Key: CAMEL-599
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-599
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: camel-cxf
>    Affects Versions: 1.3.0
>            Reporter: Dave Brosius
>            Priority: Minor
>             Fix For: 1.4.0
>
>         Attachments: fix_iterative_deletes.patch
>
>
> AbstractDataFormatFeature has problems when deleting interceptors based on phase names when multiple interceptors are removed, due to bad collection removal while iterating, patch fixes this. unit test added.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CAMEL-599) [patch] fix concurrent mod exception when removing multiple interceptors

Posted by "Willem Jiang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=43365#action_43365 ] 

Willem Jiang commented on CAMEL-599:
------------------------------------

The Interceptor Lists are the instance of CopyOnWriteArrayList, which iterator  is guaranteed not to throw ConcurrentModificationException and does not support the remove method.
So I will not apply this patch.


> [patch] fix concurrent mod exception when removing multiple interceptors
> ------------------------------------------------------------------------
>
>                 Key: CAMEL-599
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-599
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: camel-cxf
>    Affects Versions: 1.3.0
>            Reporter: Dave Brosius
>            Assignee: Willem Jiang
>            Priority: Minor
>             Fix For: 1.4.0
>
>         Attachments: fix_iterative_deletes.patch
>
>
> AbstractDataFormatFeature has problems when deleting interceptors based on phase names when multiple interceptors are removed, due to bad collection removal while iterating, patch fixes this. unit test added.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (CAMEL-599) [patch] fix concurrent mod exception when removing multiple interceptors

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-599?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-599.
-------------------------------

    Resolution: Won't Fix

> [patch] fix concurrent mod exception when removing multiple interceptors
> ------------------------------------------------------------------------
>
>                 Key: CAMEL-599
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-599
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: camel-cxf
>    Affects Versions: 1.3.0
>            Reporter: Dave Brosius
>            Assignee: Willem Jiang
>            Priority: Minor
>             Fix For: 1.4.0
>
>         Attachments: fix_iterative_deletes.patch
>
>
> AbstractDataFormatFeature has problems when deleting interceptors based on phase names when multiple interceptors are removed, due to bad collection removal while iterating, patch fixes this. unit test added.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (CAMEL-599) [patch] fix concurrent mod exception when removing multiple interceptors

Posted by "Willem Jiang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-599?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Willem Jiang reassigned CAMEL-599:
----------------------------------

    Assignee: Willem Jiang

> [patch] fix concurrent mod exception when removing multiple interceptors
> ------------------------------------------------------------------------
>
>                 Key: CAMEL-599
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-599
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: camel-cxf
>    Affects Versions: 1.3.0
>            Reporter: Dave Brosius
>            Assignee: Willem Jiang
>            Priority: Minor
>             Fix For: 1.4.0
>
>         Attachments: fix_iterative_deletes.patch
>
>
> AbstractDataFormatFeature has problems when deleting interceptors based on phase names when multiple interceptors are removed, due to bad collection removal while iterating, patch fixes this. unit test added.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.