I don't understand something....you are using session.Save(...) but you are looking for an update ? because the session has others 2 or 3 specific methods for that. btw each method need a real full state and not a partial state created on the fly. If you want some special behavior you should configure your custom tuplizer at least for EntityMode.Map.
2009/5/13 Stuart <[email protected]> > > On May 13, 5:46 pm, Fabio Maulo <[email protected]> wrote: > > > > You should set dynamic-insert="true" dynamic-update="true" and try again. > > > > Unfortunately this does not change the behavior. > > I think the heart of this matter is how NH interprets an IDictionary > entity with a missing key. Do you see what I mean? > > > Thanks! > > --Stuart > > > -- 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 -~----------~----~----~----~------~----~------~--~---
