[Springnet-developer] TxScopeTransactionManager
Brought to you by:
aseovic,
markpollack
|
From: Eric L. <eri...@gm...> - 2007-11-05 10:44:59
|
Hi there, I recently updated to Spring.Net 1.1 - RC2, and noticed that TxScopeTransactionManager isn't working fine... The TxScopeTransactionManager class don't overrides the DoSetRollbackOnly (from AbstractPlatformTransactionManager), which throws exceptions on nested transactions; throw new IllegalTransactionStateException( "Participating in existing transactions is not supported - when 'IsExistingTransaction' " + "returns true, appropriate 'DoSetRollbackOnly' behavior must be provided"); I checked out the HEAD of spring.net and the problem still happens there.... I hope this gets fixed in the 1.1 final. If I can help with this issue, please, let me know. Thanks in advance, Eric |