]
Dimitris Andreadis closed JBAS-3364.
------------------------------------
Resolution: Won't Fix
Support PROPAGATION_NESTED in JTA implementation
------------------------------------------------
Key: JBAS-3364
URL:
https://jira.jboss.org/jira/browse/JBAS-3364
Project: JBoss Application Server
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Reporter: Yegor Yenikyeyev
Is it possible to support nested JTA transactions in one of upcoming version? For this
moment i see the following in TxManager.java
if (current != null)
{
if (current.isDone())
disassociateThread(ti);
else
throw new NotSupportedException
("Transaction already active, cannot nest transactions.");
}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: