ConcurrentModificationException in OMLinkedListImplFactory.createOMNamespace()
------------------------------------------------------------------------------

                 Key: WSCOMMONS-241
                 URL: https://issues.apache.org/jira/browse/WSCOMMONS-241
             Project: WS-Commons
          Issue Type: Bug
          Components: AXIOM
         Environment: My version of this code is from May 2007
            Reporter: Scott Kurz
            Priority: Minor


In running multiple threads through some code which does:

                OMFactory factory = OMAbstractFactory.getOMFactory();
                ...
                OMNamespace namespace = 
factory.createOMNamespace(name.getNamespaceURI(), name.getPrefix());


I noticed a ConcurrentModificationException doing the put into the 
OMLinkedListImplFactory's HashMap cache.     (On my system
the getOMFactory()  returns a static singleton OMLinkedListImplFactory  impl).  
 



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to