Roger, For future references: I did as you suggested [1] and builded my own NHibernate.Envers version based on the latest commit on branch 1.x; with that the problem is solved.
Thank you, Roger! [1] https://nhibernate.jira.com/browse/NHE-136?jql=project%20%3D%20NHE João. Em sexta-feira, 1 de agosto de 2014 10h55min49s UTC-3, João Alexandre Toledo escreveu: > > 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.
