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 …
[View More]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
[View Less]
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 …
[View More]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
[View Less]
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
…
[View More]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
[View Less]
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 …
[View More]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
[View Less]
TransactionSynchronizationRegistry should not be in JTA 1.0
-----------------------------------------------------------
Key: JBTM-323
URL: http://jira.jboss.com/jira/browse/JBTM-323
Project: JBoss Transaction Manager
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: JTA Implementation
Affects Versions: 4.2.3.SP6
Reporter: Jonathan Halliday
Assigned To: Jonathan Halliday
…
[View More] Fix For: 4.2.3.SP8
TransactionSynchronizationRegistryImple is present in the 4.2.3 branch (i.e. JTA 1.0.1b impl) but is really a feature for the JTA 1.1 i.e. TS 4.3+. Its presence in the app server's JNDI is causing problems as the 4.2.3 branch has a non-serializable prototype which does not play nice with JNDI, unlike the finished version in trunk. However, it should not be in JNDI in the first place.
--
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
[View Less]
[ http://jira.jboss.com/jira/browse/JBTM-16?page=comments#action_12400571 ]
Andrew Dinn commented on JBTM-16:
---------------------------------
As of revision r18591 the XTS demo now comes in two flavours. The default runs over JaxWS and the alternative using JaxRPC.
> JBossWS support
> ---------------
>
> Key: JBTM-16
> URL: http://jira.jboss.com/jira/browse/JBTM-16
> Project: JBoss Transaction Manager
> …
[View More]Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: WS-T Implementation
> Reporter: Mark Little
> Assigned To: Andrew Dinn
> Priority: Blocker
> Fix For: 4.4
>
>
> After the initial release of the newly integrated Arjuna Transaction Service, ensure support for JBossWS.
--
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
[View Less]