arindam-bandyopadhyay / issue-test

0 stars 0 forks source link

Support for read-only transaction in xa resource proxy #36

Open arinban opened 6 years ago

arinban commented 6 years ago

generic jms ra has a proxy for the XA resource participating in an XA transaction. the proxy controls the transaction state changes in the actual xa resource. So the actual state change may not be propagated back to the resource always. In case of a read-only transactions, the behavior of the Resource proxy needs to be verified. In case of read-only transaction prepare or commit may not be called on the transaction (depending on whethere there is 1 or more resources in the transaction). This situation has to be accounted in the resource proxy, especially during redelivery when the start of a transaction is delayed until prepare is called.

Environment

Operating System: All Platform: Sun

Affected Versions

[v1.6]

arinban commented 6 years ago

Original Issue:https://github.com/javaee/glassfish-genericjmsra/issues/29 Raised By:@glassfishrobot Created at:Fri Nov 03 03:25:26 IST 2006 Assigned To:@glassfishrobot

arinban commented 6 years ago

@glassfishrobot Commented on Fri Nov 03 03:25:26 IST 2006 Reported by rampsarathy

arinban commented 6 years ago

@glassfishrobot Commented on Fri Nov 03 03:25:26 IST 2006 Was assigned to rampsarathy

arinban commented 6 years ago

@glassfishrobot Commented on Mon Apr 24 13:02:41 IST 2017 This issue was imported from java.net JIRA GENERICJMSRA-29