]
Tom Jenkinson commented on JBTM-2864:
-------------------------------------
In particular we should check the use of XidImple(xid).getTransactionUID which I think
would only work for JTA (not JTS)
Add more tests for the JTS implementation of
ExtendedJBossXATerminator
----------------------------------------------------------------------
Key: JBTM-2864
URL:
https://issues.jboss.org/browse/JBTM-2864
Project: JBoss Transaction Manager
Issue Type: Bug
Components: JTS
Affects Versions: 5.5.3.Final
Reporter: Michael Musgrove
Assignee: Michael Musgrove
Priority: Minor
Fix For: 5.later
ExtendedJBossXATerminator is our (extended) SPI interface for importing transactions and
it has both JTA and JTS implementations. It is used by EJB in JTA mode which will be fully
exercising the interface in JTA mode. However, we only test a subset of the interface in
JTS mode (see com.arjuna.ats.jta.distributed.SimpleIsolatedServers) and these need
extending to cover all of the methods.