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

EE spec requires that web container aborts any active txn at the end of a request

    XMLWordPrintable

Details

    Description

      The Java EE spec requires that if there is any active JTA transaction at the end of a servlet request, then the container must abort the txn. JBoss currently does not do this. Instead it leaves orphaned transactions dangling about on pooled threads, ready and waiting to be resumed by any random request that comes along.

      This is really Bad behavior and I'm kinda shocked.

      Attachments

        Activity

          People

            rmaucher Remy Maucherat
            gavin.king Gavin King (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: