> Are you using System Transactions and/or explicit NH transactions? Explicit NH Transactions
> What isolation level are you using? Can't remember, I'm not at my desk atm. The default for SQL Server 2005 > Are you sharing sessions across threads? No, I don't believe so > Could you provide the mappings (mainly class and id, the properties > shouldn't be needed at this point) and code which manages the session and > transaction scope? I can but I've wrapped the NH code behind a repository pattern. This pattern simply forwards requests to the NH layer (e.g. Open = Create Session, Destroy = Dispose session). It will be difficult to convert the logic to raw NH but I shall have a go just to make sure it's nothing I'm doing and post it here when I'm done. -- 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.
