Axis2 contexts use unsyncronized HashMap instead of Hashtables
--------------------------------------------------------------

                 Key: AXIS2-2794
                 URL: https://issues.apache.org/jira/browse/AXIS2-2794
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: kernel
    Affects Versions: 1.3
            Reporter: Srinath Perera


Axis2 context hierachy uses HashMaps to store the properties and since HashMaps 
are not syncronized, the results of multitreaded access is not undefinded. It 
is advisable to switch to Hashtables. However we have not seen this error 
happens so far in our bug reports, which is indeed stange enough.  

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