[jboss-jira] [JBoss JIRA] Updated: (JBAS-4487) Checking of Transaction Complete is missing rolled back transactions
Jonathan Halliday (JIRA)
jira-events at lists.jboss.org
Fri Jun 15 12:26:11 EDT 2007
[ http://jira.jboss.com/jira/browse/JBAS-4487?page=all ]
Jonathan Halliday updated JBAS-4487:
------------------------------------
Assignee: Adrian Brock
Priority: Blocker (was: Major)
suspend may have garbage collection implications if nothing ever resumes it. Perhaps better to call .rollback() from ROLLEDBACK status at least.
This would seem, at least for the CachedConnectionValue part, to be necessary to fixing JBAS-4487. I'm upgrading it to blocker in line with -4487's importance.
Adrian, please will you change the valve code.
Thanks.
> 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