From: Ricardo P. (JIRA) <nh...@gm...> - 2011-04-12 14:11:03
|
Lazy Properties Causing An Exception With Castle Bytecode Provider ------------------------------------------------------------------ Key: NH-2646 URL: http://216.121.112.228/browse/NH-2646 Project: NHibernate Issue Type: Bug Components: ByteCode providers Affects Versions: 3.2.0Alpha1 Reporter: Ricardo Peres Attachments: UnitTests1.cs If we are using the "old" Castle bytecode provider, lazy properties do not work, even inside lazy classes: when an entity is loaded, it crashes with a NotImplementedException ("Specified method is not supported."). Attached is a sample. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://216.121.112.228/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |