You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Amichai Rothman (JIRA)" <ji...@apache.org> on 2013/04/07 14:13:15 UTC

[jira] [Created] (DOSGI-169) RemoteServiceAdminCore missing synchronized block

Amichai Rothman created DOSGI-169:
-------------------------------------

             Summary: RemoteServiceAdminCore missing synchronized block
                 Key: DOSGI-169
                 URL: https://issues.apache.org/jira/browse/DOSGI-169
             Project: CXF Distributed OSGi
          Issue Type: Bug
          Components: DSW
    Affects Versions: 1.4.0, 1.5
            Reporter: Amichai Rothman


In RemoteServiceAdminCore.removeExportRegistrations() the exportedServices map is used in a HashMap copy constructor without being synchronized (this is easily visually mistaken for a single atomic operation, but is actually an iteration on the map - an in any case, should be synchronized for proper visibility). The copy constructor call should be placed in a syncrhonized block with exportedServices as the monitor, just like all other accesses to this map.


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