Effective October 27, 2012, online and email support for FuseSource products will move to Red Hat support channels. For more information, please see the JIRA Migration to Red Hat FAQ.
As of October 27th, please open all new issues in the Red Hat Customer Portal .
Issue Details (XML | Word | Printable)

Key: SF-342
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Willem Jiang
Reporter: Willem Jiang
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
FUSE Services Framework

JMSContinuation should be thread safe

Created: 28/Mar/11 04:02 AM   Updated: 12/Apr/11 12:35 AM
Component/s: None
Affects Version/s: None
Fix Version/s: 2.3.3-fuse-01-09

External Issue URL: https://issues.apache.org/jira/browse/CXF-3427


 Description  « Hide
As the doResume() method of JMSContinuation could be invoked in different thread as the same time, it should be synchronized.
Also, as getters will (most probably) not be made synchronized, some fields (isNew, isPending, isResumed) need to be made volatile.

 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Willem Jiang added a comment - 01/Apr/11 12:39 PM
Merge the patch into 2.3.x-fuse and 2.2.x-fuse branch.

Dave Stanley added a comment - 01/Apr/11 02:27 PM
BQ:Medium