[ http://jira.nhibernate.org/browse/NH-848?page=all ]
Ayende Rahien resolved NH-848:
------------------------------
Resolution: Won't Fix
The way NHibernate proxies work, it create another object and forward all calls to it.
Because of this, _all_ methods/properties must be virtual, since the type of the object may be different, and the methods/properties may depend on the state of the object, and the proxied object state is not really valid
> only mapped properties should require virtual
> ---------------------------------------------
>
> Key: NH-848
> URL: http://jira.nhibernate.org/browse/NH-848
> Project: NHibernate
> Type: Bug
> Components: Core
> Versions: 1.2.0.Beta2
> Reporter: Jerry Haltom
> Priority: Trivial
>
> Looks like the validator validates that ALL properties are in fact virtual. Only MAPPED properties are of a concern. Getters the user adds which are not mapped do not matter.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.nhibernate.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
|