[jboss-jira] [JBoss JIRA] Created: (JBCACHE-1193) Tests should not call Transaction.commit/rollback()
Jason T. Greene (JIRA)
jira-events at lists.jboss.org
Wed Oct 3 00:36:03 EDT 2007
Tests should not call Transaction.commit/rollback()
---------------------------------------------------
Key: JBCACHE-1193
URL: http://jira.jboss.com/jira/browse/JBCACHE-1193
Project: JBoss Cache
Issue Type: Bug
Security Level: Public (Everyone can see)
Reporter: Jason T. Greene
Assigned To: Jason T. Greene
Fix For: 2.1.0.GA
The JTA spec says that the thread association of a transaction can only be controlled by TransactionManager. The reason is that a Transaction can be bound to multple threads. In order to be compliant, and work with JBoss JTA, we need to ensure that all operations go through TransactionManager
--
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