JMSContinuation should be thread safe
-------------------------------------

                 Key: CXF-3427
                 URL: https://issues.apache.org/jira/browse/CXF-3427
             Project: CXF
          Issue Type: Bug
          Components: Transports
            Reporter: Willem Jiang
            Assignee: Willem Jiang
            Priority: Minor


As the doResume() method of JMSContinuation could be invoked in different 
thread as the same time, it should be synchronized. 
Also, some boolean flag (isNew, isPending, isResumed) need to be made volatile.
We also need to update the JettyContinuationWrapper and Servlet3Continuation 
for boolean flag.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to