[jbossws-issues] [JBoss JIRA] (JBWS-3491) ConcurrentModificationException when accessing to EndopointRegistry

Alessio Soldano (JIRA) jira-events at lists.jboss.org
Tue Apr 24 02:51:17 EDT 2012


Alessio Soldano created JBWS-3491:
-------------------------------------

             Summary: ConcurrentModificationException when accessing to EndopointRegistry
                 Key: JBWS-3491
                 URL: https://issues.jboss.org/browse/JBWS-3491
             Project: JBoss Web Services
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: jbossws-cxf, jbossws-native
            Reporter: Alessio Soldano
            Assignee: Alessio Soldano
             Fix For: jbossws-cxf-4.1, jbossws-native-4.1


The DefaultEndpointRegistry stores endpoints references using a simple HashMap; that does not protect against concurrency issues, for instance when having the hot deployer deploying new endpoints while an already deployed one is being initialized (first invocation).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbossws-issues mailing list