Release Notes - JBoss Transaction Manager - Version 4.3.0.BETA2 Bug * [JBTM-170] - The INSTALL instructions remove the wrong XARecoveryModule * [JBTM-217] - Contention on SychronizedMap in * TransactionLocalDelegateImpl.java * [JBTM-222] - TestLevels common test does not work on Windows * [JBTM-243] - Subordinate coordinator misses cleanup * [JBTM-254] - SyncronizationRecord impls must be Comparable * [JBTM-269] - JTS TransactionManagerDelegate is creating two copies of * the TransactionManagerImple * [JBTM-276] - WSTX config is being read after initialising WST services * resulting in config settings being ignored * [JBTM-282] - SOAP envelope output to XMLStreamWriter is omitting a * required flush operation Feature Request * [JBTM-98] - Adding padding support to Xid for Oracle OCI driver * [JBTM-104] - Unify the way in which JTA default timeouts are set * [JBTM-175] - Provide list of inflight transactions * [JBTM-176] - Active transaction count * [JBTM-177] - How long as transaction been in process? * [JBTM-178] - transaction ID for an active transaction * [JBTM-179] - Return number of transactions rolled back due to timeouts * [JBTM-180] - Return total number of transactions rolled back due to * participants * [JBTM-181] - Return total number of transactions rolled back due to * application * [JBTM-203] - Interrupt reaper thread * [JBTM-241] - Improve tooling Patch * [JBTM-250] - BaseTransaction swallows a critical error message * [JBTM-258] - BaseTransaction in jtax tree swallows error message as per * veersion in jta tree Task * [JBTM-97] - Remove XAConnectionRecovery support * [JBTM-239] - Document new statistics gathering routines. * [JBTM-246] - Release WS-Context implementation and re-factor * [JBTM-249] - Transactions Core Programmers Guide * [JBTM-262] - Move default JDK support to 5 from 1.4 * [JBTM-271] - Create a wiki page for non-serializable XAResource recovery * questions * [JBTM-273] - Print statements in TransactionReaper should use debug * stream * [JBTM-275] - Make sure TransactionReaper doesn't wrap checkPeriod * [JBTM-290] - Check why CPU reaches 100% on recovery scans * [JBTM-293] - Check documentation mentions OracleXARecovery class.