I think it's not really good idea to have long running transactions. Instead use read-only sessionscopes (FlushAction.Never) and manually Flush your session or reload entity from DB if you want to cancel the operation.
On 9 фев, 14:01, Greg Burri <[email protected]> wrote: > I think it does work because I have a global session > (TransactionScope) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Castle Project Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/castle-project-users?hl=en -~----------~----~----~----~------~----~------~--~---
