-
Bug
-
Resolution: Done
-
Critical
-
JBossAS-4.0.4.GA
-
None
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.