Not sure which Dialect is being used, but if it's SQL Server we've had issues with the enlistment of transactions in NHibernate and changed our settings to use the property below. I hadn't had time to track down exactly why the default transaction factory had issues, but regardless for us this fixed our issues. .SetProperty(Environment.TransactionStrategy, "NHibernate.Transaction.AdoNetTransactionFactory")
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Rhino Tools Dev" 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/rhino-tools-dev?hl=en -~----------~----~----~----~------~----~------~--~---
