You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by "Scott Kurz (JIRA)" <ji...@apache.org> on 2007/09/05 16:49:37 UTC

[jira] Created: (WSCOMMONS-241) ConcurrentModificationException in OMLinkedListImplFactory.createOMNamespace()

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: commons-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: commons-dev-help@ws.apache.org


[jira] Resolved: (WSCOMMONS-241) ConcurrentModificationException in OMLinkedListImplFactory.createOMNamespace()

Posted by "Rich Scheuerle (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WSCOMMONS-241?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rich Scheuerle resolved WSCOMMONS-241.
--------------------------------------

    Resolution: Fixed

Committed revision 573036

> 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
>            Assignee: Rich Scheuerle
>            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: commons-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: commons-dev-help@ws.apache.org


[jira] Assigned: (WSCOMMONS-241) ConcurrentModificationException in OMLinkedListImplFactory.createOMNamespace()

Posted by "Rich Scheuerle (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WSCOMMONS-241?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rich Scheuerle reassigned WSCOMMONS-241:
----------------------------------------

    Assignee: Rich Scheuerle

> 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
>            Assignee: Rich Scheuerle
>            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: commons-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: commons-dev-help@ws.apache.org