[jboss-jira] [JBoss JIRA] Updated: (JBAS-5081) New transaction manager does not implement TransactionTimeoutConfiguration properly
Dimitris Andreadis (JIRA)
jira-events at lists.jboss.org
Tue Jun 3 09:48:57 EDT 2008
[ http://jira.jboss.com/jira/browse/JBAS-5081?page=all ]
Dimitris Andreadis updated JBAS-5081:
-------------------------------------
Fix Version/s: JBossAS-5.0.0.CR2
(was: JBossAS-5.0.0.CR1)
Pushing non-critical issues to the next CR2. If you think they are critical for CR1, please re-schedule them.
> New transaction manager does not implement TransactionTimeoutConfiguration properly
> -----------------------------------------------------------------------------------
>
> Key: JBAS-5081
> URL: http://jira.jboss.com/jira/browse/JBAS-5081
> Project: JBoss Application Server
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Transaction Manager (JBossTM)
> Affects Versions: JBossAS-4.2.2.GA
> Reporter: Adrian Brock
> Assigned To: Jonathan Halliday
> Fix For: JBossAS-5.0.0.CR2
>
>
> The new transaction manager in 4.2.x does not implement the TransactionTimeoutConfiguration properly
> http://viewvc.jboss.org/cgi-bin/viewvc.cgi/labs/labs/jbosstm/trunk/atsintegration/classes/com/arjuna/ats/jbossatx/jta/TransactionManagerDelegate.java?revision=15380&view=markup
> getTimeLeftBeforeTransactionTimeout(true)
> should throw an error if there is a transaction associated with the thread and it is not active, preparing, etc.
> Instead it only throws an error if the transaction is marked rollback only.
> In particular, a transaction at status ROLLED BACK (because of transaction timeout) should throw an error.
--
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