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 made changes - 28/Mar/11 04:03 AM
Field Original Value New Value
Assignee Willem Jiang [ njiang ]
Willem Jiang made changes - 28/Mar/11 04:04 AM
Summary JMSContinuation is not thread safe JMSContinuation should be thread safe
Willem Jiang made changes - 28/Mar/11 04:12 AM
Willem Jiang made changes - 01/Apr/11 12:39 PM
Status Open [ 1 ] Resolved [ 5 ]
Resolution Fixed [ 1 ]
Willem Jiang made changes - 12/Apr/11 12:34 AM
Fix Version/s 2.3.3-fuse-01-xx [ 11280 ]
Fix Version/s 2.2.12-fuse-00-00 [ 11142 ]
Fix Version/s 2.3.4-fuse-00-00 [ 11260 ]
Willem Jiang made changes - 12/Apr/11 12:35 AM
Link This issue is linked to DEV-3065 [ DEV-3065 ]