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
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.