Hi, We have ObjectA and ObjectB and there is an 1:m relation from ObjectA to ObjectB. And we are having problems persisting the ObjectA in the following case.
In the OnPreDelete event handler for ObjectB, we load the ObjectA and remove the ObjectB from ObjectA collection and change some property values and calling the Update on session with ObjectA as parameter. I am getting exception as collection [ObjectA.PropertyB] was not processed by flush(). Where PropertyB is HashSet<ObjectB> Any help is appreciated -- 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.
