[jboss-jira] [JBoss JIRA] Closed: (JBAS-4487) Checking of Transaction Complete is missing rolled back transactions

Adrian Brock (JIRA) jira-events at lists.jboss.org
Mon Jun 18 08:24:11 EDT 2007


     [ http://jira.jboss.com/jira/browse/JBAS-4487?page=all ]

Adrian Brock closed JBAS-4487.
------------------------------

    Fix Version/s:  JBossAS-5.0.0.Beta3
       Resolution: Done

Added a test org.jboss.test.tm.test.BMTCleanUpUnitTestCase and ported to JBoss5

> Checking of Transaction Complete is missing rolled back transactions
> --------------------------------------------------------------------
>
>                 Key: JBAS-4487
>                 URL: http://jira.jboss.com/jira/browse/JBAS-4487
>             Project: JBoss Application Server
>          Issue Type: Sub-task
>      Security Level: Public(Everyone can see) 
>          Components: Transaction Manager
>    Affects Versions: JBossAS-4.2.0.GA
>            Reporter: Adrian Brock
>         Assigned To: Adrian Brock
>            Priority: Blocker
>             Fix For:  JBossAS-5.0.0.Beta3, JBossAS-4.2.1.CR1
>
>
> Checking of transaction complete is NOT trapping threads that have been rolled back
> but not removed from the transaction context of the thread.
> e.g. 
> 1) the transaction timed out and was rolled back
> 2) the user used the Transaction rather than TransactionManager api which did does not remove the thread association
> In
> org.jboss.ejb.plugins.AbstractTxInterceptorBMT
> and
> org.jboss.web.tomcat.service.jca.CachedConnectionValve
> There needs to be extra code (after the incomplete check) that says that if the tx status is not NO_TRANSACTION
> is does  TransactionManager.suspend(transaction) to remove the thread assocation.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list