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

Steve Ebersole (JIRA) noreply at atlassian.com
Thu Jul 15 09:33:13 EDT 2010


    [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-5383?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=37802#action_37802 ] 

Steve Ebersole commented on HHH-5383:
-------------------------------------

This is a longer term concern.  The problem is that we'd need to keep the registered Synchronizations somewhere other than the Transaction, namely somewhere accessible by both the JTA-based Transacton impls as well as Hibernate's own Synchronization registered with the javax.transaction.Transaction.

> 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
>
>          Time Spent: 1h 35m
>  Remaining Estimate: 0h
>
> 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