I just upgraded NHibernate from 2.1.0 to 2.1.2. My custom types don't work anymore, because SetPropertyValue is called by session.Merge.
My custom type is immutable and therefore I throw an exception in SetPropertyValue. According to this post: http://geekswithblogs.net/opiesblog/archive/2006/08/13/87880.aspx Is this assumption wrong? Do I have to implement SetPropertyValue now? This could get really nasty, for instance if you map a class you didn't write yourself and need some ugly reflection to write into its private fields. Thanks -- 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.
