-
Bug
-
Resolution: Done
-
Major
-
4.3.0.GA_CP04
-
None
-
Release Notes
-
Low
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.
- incorporates
-
JBAS-7507 Remote clients making use of NestedTransaction are not throwing NotSupportedException when nested transactions are disabled in jbossjta-properties.xml.
-
- Closed
-
- relates to
-
JBPAPP-3430 Remote clients making use of NestedTransaction are not throwing NotSupportedException when nested transactions are disabled in jbossjta-properties.xml.
-
- Resolved
-
-
JBPAPP-3301 Remote clients making use of Nested Transactions should see NotSupportedExceptions if they are Disabled
-
- Resolved
-