Saga "dupe" exception

32 views
Skip to first unread message

Tommy Jakobsen

unread,
Jun 28, 2016, 4:42:30 AM6/28/16
to masstransit-discuss
Hi,

I have an issue with a very simple saga test implementation.
I'm raising a test event, which gets picked up by a simple saga, which instance is correctly persisted using EntityFramework.

The correlation is configured as follows:

Event(() => TestEvent, x =>
{
    x.CorrelateById(context => context.Message.OrderId).SelectId(ctx => ctx.Message.OrderId);
    x.InsertOnInitial = true;
});

Although everything seems to be working, I do see an "error" in the debug log:

SAGA:"SagaInstance":7a000000-9a3c-0005-01e2-08d39f2eda38 Dupe "TestEvent" - "An error occurred while updating the entries. See the inner exception for details."
SAGA:"SagaInstance":7a000000-9a3c-0005-01e2-08d39f2eda38 Used "TestEvent"

What is causing that Dupe "error"? And what do I catch/inspect to see the inner exception?

Thank you!

Tommy Jakobsen

unread,
Jul 12, 2016, 2:57:39 AM7/12/16
to masstransit-discuss
No one?
Reply all
Reply to author
Forward
0 new messages