2008/10/17 Craig Neuwirt <[EMAIL PROTECTED]> > I have an AutoFlush session, but nothing is dirty, but it still seems to > fire. I'll create a unit test to try and isolate this.
are you sure "nothing is dirty" ? Take care with it... with wrong mapping-to-classImplemententation you may have a dirty entity even when you don't change any properties. Try to Get an instance of each entity an then explicit Flush the session (without use filters); use a simple implementation of IInterceptor to intercept the flush of dirty... if the flush happen you may have a wrong mapping or a wrong implementation. -- Fabio Maulo --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "nhusers" group. 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/nhusers?hl=en -~----------~----~----~----~------~----~------~--~---
