You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to castle-pro...@googlegroups.com
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(); }