Synchronization bug in org.jboss.txbridge.TxBridgeManager
---------------------------------------------------------
Key: JBTM-328
URL: http://jira.jboss.com/jira/browse/JBTM-328
Project: JBoss Transaction Manager
Issue Type: Bug
Security Level: Public (Everyone can see)
Environment: JBoss-4.2.1.GA, JBossTS-4.2.3.SP7
Reporter: Pavel Kadlec
Method org.jboss.txbridge.TxBridgeManager.getInboundBridge() should be …
[View More]synchronized,
there should at least synchronization of following code is necessary
Xid xid = txIdMappings.get(externalTxId);
if(xid == null) {
xid = createMappings(externalTxId);
}
--
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]
Agree on naming convention for unit and integration tests
---------------------------------------------------------
Key: JBTM-244
URL: http://jira.jboss.com/jira/browse/JBTM-244
Project: JBoss Transaction Manager
Issue Type: Task
Security Level: Public (Everyone can see)
Components: Testing
Reporter: Mark Little
Assigned To: Mark Little
Priority: Minor
ESB does the same. Makes build …
[View More]rules easier.
--
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]
Integrate WS-TX interoperability work into QA
---------------------------------------------
Key: JBTM-261
URL: http://jira.jboss.com/jira/browse/JBTM-261
Project: JBoss Transaction Manager
Issue Type: Task
Security Level: Public (Everyone can see)
Components: Testing, WS-T Implementation
Affects Versions: 4.2.3.SP5
Reporter: Mark Little
Assigned To: Jonathan Halliday
--
This message is …
[View More]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]
For all supported databases, provide associated XAResourceRecovery plugin
-------------------------------------------------------------------------
Key: JBTM-292
URL: http://jira.jboss.com/jira/browse/JBTM-292
Project: JBoss Transaction Manager
Issue Type: Task
Security Level: Public (Everyone can see)
Components: Recovery
Affects Versions: 4.2.3.SP5
Reporter: Mark Little
Assigned To: Andrew Dinn
…
[View More] Priority: Critical
Fix For: 4.4 MR1
Currently we only ship with the OracleXARecovery class, a generic JDBCXARecovery implementation and an example. It's possible the generic one will work for many of the other databases, but it probably hasn't been checked in a while.
--
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]
Implement test suite for WS-AT coordinator and participant recovery
-------------------------------------------------------------------
Key: JBTM-387
URL: https://jira.jboss.org/jira/browse/JBTM-387
Project: JBoss Transaction Manager
Issue Type: Task
Security Level: Public (Everyone can see)
Affects Versions: 4.4.CR2
Reporter: Andrew Dinn
Assignee: Andrew Dinn
Now that WS-AT recovery is available it …
[View More]needs to be tested thoroughly, preferably via an automated process.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
[View Less]