From bc7137f6faa1a32674bbf57b7b451ca9f9880671 Mon Sep 17 00:00:00 2001 From: SzymonPobiega Date: Mon, 11 May 2015 15:17:59 +0200 Subject: [PATCH] Added missing behavior anchor --- src/NServiceBus.NHibernate/SharedSession/OpenSessionBehavior.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/NServiceBus.NHibernate/SharedSession/OpenSessionBehavior.cs b/src/NServiceBus.NHibernate/SharedSession/OpenSessionBehavior.cs index 4c63023e2..a50f8c584 100644 --- a/src/NServiceBus.NHibernate/SharedSession/OpenSessionBehavior.cs +++ b/src/NServiceBus.NHibernate/SharedSession/OpenSessionBehavior.cs @@ -130,6 +130,7 @@ public Registration() { InsertAfter(WellKnownStep.ExecuteUnitOfWork); InsertAfterIfExists("OutboxDeduplication"); + InsertBefore(WellKnownStep.MutateIncomingTransportMessage); InsertBeforeIfExists("OutboxRecorder"); InsertBeforeIfExists(WellKnownStep.InvokeSaga); }