-
Bug
-
Resolution: Done
-
Critical
-
JBossAS-4.2.3.GA, JBossAS-5.1.0.GA, 6.0.0.M1
-
None
Calling multiple UserTransaction.begin() does not throw NotSupportedTransaction in the remote client, this is because of the ongoing tx being suspended here
check org.jboss.tm.usertx.server.UserTransactionSessionImpl::begin(.)
**************************************************************
Transaction tx = tm.suspend();
**************************************************************
This suspension of the ongoing tx had resulted in not throwing NotSupportedException.
- is incorporated by
-
JBPAPP-3430 Remote clients making use of NestedTransaction are not throwing NotSupportedException when nested transactions are disabled in jbossjta-properties.xml.
-
- Resolved
-
-
JBPAPP-3215 Remote clients making use of NestedTransaction are not throwing NotSupportedException when nested transactions are disabled in jbossjta-properties.xml.
-
- Closed
-
-
JBPAPP-3301 Remote clients making use of Nested Transactions should see NotSupportedExceptions if they are Disabled
-
- Resolved
-