Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
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.