[
http://opensource.atlassian.com/projects/hibernate/browse/HHH-5383?page=c...
]
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....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira