Uploaded image for project: 'JBoss Enterprise Application Platform 4 and 5'
  1. JBoss Enterprise Application Platform 4 and 5
  2. JBPAPP-3215

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

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 4.3.0.GA_CP08
    • 4.3.0.GA_CP04
    • System
    • 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

      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: