FYI, I have attached a patch to this issue that simply changes the call to session.Close() to session.Dispose() in AbstractScope.PerformDisposal().
-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Tyler burd Sent: Monday, February 16, 2009 9:31 AM To: [email protected] Subject: [donjon] [ActiveRecord] AR-ISSUE-242 Created "AbstractScope.PerformDisposal does not call session.Dispose" Hi there, The issue AR-ISSUE-242 was just created by Tyler burd (tylerburd). Key: AR-ISSUE-242 Summary: AbstractScope.PerformDisposal does not call session.Dispose Type: Bug Importance: Medium Description: Currently, the AbstractScope class calls session.Close() instead of session.Dispose() when it itself is disposed of. With Ayende's changes to the NHibernate SessionImpl class to support System.Transactions making the distinction between Dispose and Close is very important. For more, see http://support.castleproject.org/projects/AR/issues/view/AR-ISSUE-242 -- donjon by Castle Stronghold http://www.castle-donjon.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Castle Project Development List" 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-devel?hl=en -~----------~----~----~----~------~----~------~--~---
