[jboss-jira] [JBoss JIRA] Commented: (JBAS-7507) Remote clients making use of NestedTransaction are not throwing NotSupportedException when nested transactions are disabled in jbossjta-properties.xml.
Vicky Kak (JIRA)
jira-events at lists.jboss.org
Fri Dec 4 00:05:29 EST 2009
[ https://jira.jboss.org/jira/browse/JBAS-7507?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12498180#action_12498180 ]
Vicky Kak commented on JBAS-7507:
---------------------------------
The same behaviour is seen in JBoss5 too, I just tested it now !
> Remote clients making use of NestedTransaction are not throwing NotSupportedException when nested transactions are disabled in jbossjta-properties.xml.
> --------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: JBAS-7507
> URL: https://jira.jboss.org/jira/browse/JBAS-7507
> Project: JBoss Application Server
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: System service
> Affects Versions: JBossAS-Branch_4_2
> Reporter: Vicky Kak
> Assignee: Dimitris Andreadis
> Fix For: JBossAS-Branch_4_2
>
>
> Calling multiple UserTransaction.begin() does not throw NotSupportedTransaction in the remote client, this is because of the ongoing tx being suspended here
> http://anonsvn.jboss.org/repos/jbossas/branches/JBPAPP_4_2/server/src/main/org/jboss/tm/usertx/server/UserTransactionSessionImpl.java
> check org.jboss.tm.usertx.server.UserTransactionSessionImpl::begin(.)
> **************************************************************
> Transaction tx = tm.suspend();
> **************************************************************
> This suspension of the ongoing tx had resulted in not throwing NotSupportedException.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list