[jboss-jira] [JBoss JIRA] Created: (JBRULES-2322) Add Support for TransactionSynchronizationRegistry as an option for JTA Transaction Synchronization
Michael Youngstrom (JIRA)
jira-events at lists.jboss.org
Fri Oct 30 13:39:05 EDT 2009
Add Support for TransactionSynchronizationRegistry as an option for JTA Transaction Synchronization
---------------------------------------------------------------------------------------------------
Key: JBRULES-2322
URL: https://jira.jboss.org/jira/browse/JBRULES-2322
Project: Drools
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: drools-core (flow)
Affects Versions: 5.1.0.M1
Reporter: Michael Youngstrom
Assignee: Mark Proctor
In order to use user managed transactions DroolsFlow requires an instance of TransactionManager. An instance of TransactionManager cannot be provide for environments such as Websphere. However, it appears that DroolsFlow only uses the TransactionManager to register some transaction synchronizations. Websphere 7 does support JTA 1.1's TransactionSynchronizationRegistry interface. it would be nice if DroolsFlow were enhanced to support optionally specifying the TransactionSynchronizationRegistry instead of a TransactionManager to better support JTA implementations like Websphere's that doesn't publicly provide a TransactionManager implementation.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list