[jboss-jira] [JBoss JIRA] Commented: (JBAS-4487) Checking of Transaction Complete is missing rolled back transactions
Adrian Brock (JIRA)
jira-events at lists.jboss.org
Fri Jun 15 13:02:11 EDT 2007
[ http://jira.jboss.com/jira/browse/JBAS-4487?page=comments#action_12365583 ]
Adrian Brock commented on JBAS-4487:
------------------------------------
I'm not closing this yet. The work still to do is:
1) Add a test to the testsuite to confirm it works - Jonathon can you commit your test from JBAS-4481
2) Port the fix and test to jboss-head once it is confirmed to work
> 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-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