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:
sbohlen
2011-07-05 14:33:56 +00:00
parent 5dfcbb8e26
commit 3cbfdb2ae5

View File

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