Thanks John that's much appreciated. I've found it hard to find best practice and "the right way" to do things with nHibernate (I am new to it in case you didn't guess!).
So I don't need to do the session close in a finally block around all my operations? Just in the catch after the rollback? Paul On May 11, 1:38 pm, John Davidson <[email protected]> wrote: > You must close the session, without a flush, after a rollback. > > John Davidson > -- 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.
