I have a weird behavior that I can't understand.
I'm using NHibernate and registering FlushListeners in the SessionFactory:
.ExposeConfiguration(l => l.EventListeners.FlushEventListeners = new
IFlushEventListener[]
{new MyFlushListeners(), new DefaultFlushEventListener()})
When I call session.FlushAsync, the flush listeners are not called. They
are, however, called when I call commit on the underlying transaction.
Any idea how to fix that and make Nhibernate call the flush listeners on
Flush and not on commit ?
Thank you !
--
You received this message because you are subscribed to the Google Groups
"nhusers" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/nhusers/a589715b-ef9f-4f73-8d4e-d8bcdceb814dn%40googlegroups.com.