On Tue, Oct 12, 2010 at 11:53 AM, kor <[email protected]> wrote: > use a single nhibernate transaction for http request, it's simpler to > manage
I originally did that, when I first started using NHibernate with this app. But I still had to manage a transaction around non-nhibernate code (ado.command stuff) in the same request, and the TransactionScope that I used for that seemed to cause problems with the nhibernate session. Perhaps I was going about it the wrong way. -- You received this message because you are subscribed to the Google Groups "nhusers" 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/nhusers?hl=en.
