Nice tip about private setters and lazy properties. I believe the same is valid on properties that don't have a setter.
Thanks. On Jun 21, 9:24 am, Fabio Maulo <[email protected]> wrote: > 1) The property have to exists. > 2) private setters may cause serious problem with lazy-properties for that > reason we have improved the dyn-proxy validation. > > If you want you can turn-off the proxy validation through NH's configuration > and continue using private setters, but if you do so you have to take care > to avoid the usage of lazy-properties (a simple property as lazy)/lazyness > relations (a relation with lazy=no-proxy) -- 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.
