You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Rich Scheuerle (JIRA)" <ji...@apache.org> on 2009/12/07 18:57:18 UTC

[jira] Resolved: (AXIS2-4576) ConcurrentModificationException in JAX-WS Handler chain processing

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

Rich Scheuerle resolved AXIS2-4576.
-----------------------------------

    Resolution: Fixed

> ConcurrentModificationException in JAX-WS Handler chain processing
> ------------------------------------------------------------------
>
>                 Key: AXIS2-4576
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4576
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: jaxws
>            Reporter: Rich Scheuerle
>            Assignee: Rich Scheuerle
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> Problem:
> A ConcurrentModificationException may occur in the JAX-WS handler chain processing if two applications (on separate threads) provide the same handler list.
> Solution:
> The HandlerChainProcessor will be chained to make a local copy of the list during the handler processing.  This will avoid the CME.  Kudos to Mike Rheinheimer and Nick Gallardo for contributing their thoughts to this problem.

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