Roger, Thanks for your attention.
I've reconfigured my example to use only NHibernate + Envers, and the problem is still there (the Gist is updated). I've also removed the Set from Equals and GetHashCode, again without success (as a side story: I think that two orders or invoices would only be equal if they had the same properties and also the same items... I've tried not to consider the items in the Equals, because now I have to eagerly load all items, but then thought that that wouldn't be correct). Whel, I'll do then as you suggest and report it to Jira. Thank you again. João. Em quinta-feira, 31 de julho de 2014 16h28min28s UTC-3, Roger escreveu: > > I'm away from VS currently so I cant really test your example but... > Yes. Collections of components should work fine since v 1.6. > > I dont know fluent nhibernate so if you can reproduce this error with only > nh core (and envers), please report it to the jira (eg use hbm mapping). > Also, dont really know why you involve the collection in your entitiy's > equals/gethashcode impl - that _might_ be the issue. > > > Sent from Samsung Mobile > > > -- 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 post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/nhusers. For more options, visit https://groups.google.com/d/optout.
