So I have found the issue. The problem is in the "versioning" of the rows. We version the rows in the following way:
<class optimistic-lock="version"> <version name="PropertyName" column="fld_version" /> If I remove versioning, which is something we introduced with NHibernate 3.1 migration, everything works ... So it looks like the many-to-many can't do the cascade anymore if there is the row versioning in place ... which is really weird. -- 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.
