[hibernate-issues] [Hibernate-JIRA] Created: (HHH-5383) Register only one JTA sync from Hibernate

Steve Ebersole (JIRA) noreply at atlassian.com
Wed Jul 14 15:12:13 EDT 2010


Register only one JTA sync from Hibernate
-----------------------------------------

                 Key: HHH-5383
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-5383
             Project: Hibernate Core
          Issue Type: Improvement
          Components: core
            Reporter: Steve Ebersole
            Assignee: Steve Ebersole
             Fix For: 3.6


Currently, in the case of JTA-based transactions, org.hibernate.Transaction#registerSyncronization delegates the sync registration to the JTA transaction.  The problem is that JTA/JTS do not require ordering of the sync callbacks

-- 
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