I'm using ActiveRecord Conversation pattern and I have a 
NotImplementedException 
when internally the method FailSession of SessionFactoryHolder class calls 
scope.FailSession(session).

Is there a reason because it is not implemented the method FailSession of 
the ConversationalScope class (see below)?
if not, how should be?


/// <summary>
/// Notifies the <see cref="conversation"/> that the session has
/// failed.
/// </summary>
/// <param name="session">The failed sessions.</param>
public override void FailSession(ISession session)
{
      throw new NotImplementedException();
}

Thanks,
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/-/wBflclUy-XsJ.
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.

Reply via email to