Uploaded image for project: 'Application Server 3  4  5 and 6'
  1. Application Server 3 4 5 and 6
  2. JBAS-7507

Remote clients making use of NestedTransaction are not throwing NotSupportedException when nested transactions are disabled in jbossjta-properties.xml.

XMLWordPrintable

      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.

            olubyans@redhat.com Alexey Loubyansky
            vickyk_jira Vicky Kak (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: