[jbossws-issues] [JBoss JIRA] (JBWS-3719) ServiceContainerEndpointRegistry#getRegisteredEndpoints() returns set containing null

Alessio Soldano (JIRA) jira-events at lists.jboss.org
Mon Oct 14 02:47:35 EDT 2013


Alessio Soldano created JBWS-3719:
-------------------------------------

             Summary: ServiceContainerEndpointRegistry#getRegisteredEndpoints() returns set containing null
                 Key: JBWS-3719
                 URL: https://issues.jboss.org/browse/JBWS-3719
             Project: JBoss Web Services
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: jbossws-cxf, jbossws-integration, jbossws-native
    Affects Versions: jbossws-cxf-4.2
            Reporter: Alessio Soldano
            Assignee: Alessio Soldano
             Fix For: jbossws-cxf-4.2.2


The ServiceContainerEndpointRegistry#getRegisteredEndpoints() can return a set containing null as the retrieval of the service list from the  container service registry plus the lookup of each service corresponding to the name is not atomic. We need to protect against this, as the consumers of org.jboss.wsf.spi.management.EndpointRegistry#resolve(EndpointResolver resolver) choke on it with NPEs.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbossws-issues mailing list