JBossWorkManager converts from seconds to milliseconds
------------------------------------------------------
Key: JBTM-274
URL: http://jira.jboss.com/jira/browse/JBTM-274
Project: JBoss Transaction Manager
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: JTA Implementation
Affects Versions: 4.2.3.SP5
Reporter: Mark Little
Assigned To: Mark Little
Priority: Critical
Fix For: 4.2.3.SP6
Transaction timeouts on the work manager were assumed to be in seconds. JBossWorkManager is converting them to milliseconds before we get the timeout. We then convert them to milliseconds (under the assumption they were defined in seconds).
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
XAResource.end error may not cause rollback
-------------------------------------------
Key: JBTM-278
URL: http://jira.jboss.com/jira/browse/JBTM-278
Project: JBoss Transaction Manager
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 4.2.3.SP5
Reporter: Jonathan Halliday
Assigned To: Mark Little
Fix For: 4.4
An XAResource.end call may return an XA_RB* error. In such case, the resource should (but currently does not) still get rollback called on it too. Update XAResourceRecord.java to fix.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Add suspend/resume to recovery manager
--------------------------------------
Key: JBTM-288
URL: http://jira.jboss.com/jira/browse/JBTM-288
Project: JBoss Transaction Manager
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: Transaction Core
Affects Versions: 4.2.3.SP5
Reporter: Mark Little
Assigned To: Mark Little
Fix For: 4.4
Start/Stop are really termination states. No way to restart a recovery manager once it is stopped.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Change default timeout mechanism from NORMAL to DYNAMIC.
--------------------------------------------------------
Key: JBTM-291
URL: http://jira.jboss.com/jira/browse/JBTM-291
Project: JBoss Transaction Manager
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: Transaction Core
Affects Versions: 4.2.3.SP5
Reporter: Mark Little
Assigned To: Andrew Dinn
Fix For: 4.4 MR1
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Update xa_prepare handling for rm/err failures in light of modern RMs
---------------------------------------------------------------------
Key: JBTM-307
URL: http://jira.jboss.com/jira/browse/JBTM-307
Project: JBoss Transaction Manager
Issue Type: Task
Security Level: Public (Everyone can see)
Components: JTA Implementation
Affects Versions: 4.2.3.SP6
Reporter: Mark Little
Assigned To: Mark Little
Fix For: 4.4
Initial RM implementations of XAResources that threw RMERR/RMFAIL on prepare didn't honour the XA spec, so TS had to assume heuristic outcome. That's no longer the case (probably hasn't been for many years). We can/should remove that option in the codebase.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Don't run Synchronizations once per thread
------------------------------------------
Key: JBTM-316
URL: http://jira.jboss.com/jira/browse/JBTM-316
Project: JBoss Transaction Manager
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Transaction Core
Affects Versions: 4.2.3.SP6
Reporter: Mark Little
Assigned To: Mark Little
Fix For: 4.2.3.SP7
Once per transaction will do!
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira