I think that in AbstractScope.PerformDisposal should check if the session
is connected and opened before Flush:
if (flush && session.IsConnected && session.IsOpen)
{
session.Flush();
commit = true;
}
Alessandro
--
You received this message because you are subscribed to the Google Groups
"Castle Project Users" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/castle-project-users/-/1e76IclFzh8J.
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-users?hl=en.