[hibernate-issues] [Hibernate-JIRA] Created: (HHH-4472) Add support for using the JTA 1.1 TransactionSynchronizationRegistry

Mike Youngstrom (JIRA) noreply at atlassian.com
Thu Oct 1 20:23:50 EDT 2009


Add support for using the JTA 1.1 TransactionSynchronizationRegistry
--------------------------------------------------------------------

                 Key: HHH-4472
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-4472
             Project: Hibernate Core
          Issue Type: Improvement
          Components: core
    Affects Versions: 3.3.2
            Reporter: Mike Youngstrom


JTA 1.1 includes the TransactionSynchronizationRegistry.  It would be nice if Hibernate could utilize the TransactionSynchronizationRegistry if available instead of a TransactionManager implementation to register synchronizations.  This could help improve Hibernates support for inept platforms like Websphere that don't publicly expose a TransactionManager implementation.  Websphere 7 appears to provide standards compliant support for TransactionSynchronizationRegistry.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the hibernate-issues mailing list