Re: [Springnet-developer] TxScopeTransactionManager
Brought to you by:
aseovic,
markpollack
|
From: Erich E. <eei...@gm...> - 2007-11-05 10:53:04
|
Hi Eric, tx for catching this. Can u please make a Jira entry for this? If you have some patch at hand, plz attach it to the jira issue. This would be a great help! tx a lot, Erich -----Original Message----- From: spr...@li... [mailto:spr...@li...] On Behalf Of Eric Lemes Sent: Montag, 05. November 2007 11:45 To: Spr...@li... Subject: [Springnet-developer] TxScopeTransactionManager 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 |