fixing broken build; change of default TransactionSyncronization value to NEVER in SPRNET-1438 broke this integration test (reverted to ALWAYS for the sake of the behavior of this test)
This commit is contained in:
@@ -62,6 +62,7 @@
|
||||
|
||||
<object id="transactionManager"
|
||||
type="Spring.Data.Core.TxScopeTransactionManager, Spring.Data">
|
||||
<property name="TransactionSynchronization" value="Always" />
|
||||
</object>
|
||||
|
||||
<object id="AccountCreditDao" type="Spring.Data.NHibernate.AccountCreditDao, Spring.Data.NHibernate21.Integration.Tests">
|
||||
|
||||
Reference in New Issue
Block a user