[hibernate-commits] [hibernate/hibernate-orm] 7fa7a5: HHH-7239
GitHub
noreply at github.com
Tue Apr 24 15:53:07 EDT 2012
Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-orm
Commit: 7fa7a51016616a2adb493a73215df2191a538039
https://github.com/hibernate/hibernate-orm/commit/7fa7a51016616a2adb493a73215df2191a538039
Author: Shawn Clowater <Shawn.Clowater at entero.com>
Date: 2012-04-24 (Tue, 24 Apr 2012)
Changed paths:
M hibernate-core/src/test/java/org/hibernate/sharedSession/SessionWithSharedConnectionTest.java
Log Message:
-----------
HHH-7239
Adding unit tests for the transaction coordinator when using shared transaction context.
One test to show that Sessions are leaked to the transaction observer, one to show that afterTransactionCompletion is not called on any session other than the main and finally one to show that the original session cannot be reused if child sessions were autoclose or flushBeforeCompletion.
More information about the hibernate-commits
mailing list