Synchronization issues in PolicyEngineImpl
------------------------------------------

                 Key: CXF-1488
                 URL: https://issues.apache.org/jira/browse/CXF-1488
             Project: CXF
          Issue Type: Bug
          Components: WS-* Components
    Affects Versions: 2.0.5, 2.1
            Reporter: Bharath Ganesh
            Assignee: Bharath Ganesh
             Fix For: 2.0.5, 2.1


The cleaning up tasks of BindingOperations and BindingFaults during the 
stopServer() callback in PolicyEngine, is not threadsafe. We take an iterator 
over the clientRequestInfo map keyset, clientResponseMap, serverRequestInfo, 
serverResponseInfo, clientFaultInfo, serverFaultInfo etc and do a map.remove() 
which would lead to synchronization issues.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to