NHibernate version:
1.2.0 alpha-1
In version 1.0.2 of NHibernate, I could map <composite-element>s to a C# class.
In version 1.2.0 alpha-1, using the same mapping will generate a null argument exception when some IL is dynamically generated.
Is this a known issue (searching the forum didn't turn anything up)? I notice that in the documentation, <element> and <composite-element> are supposed to use value type semantics... does that mean that I can only map those to C# structs? When I change my mapping to a C# struct, things are okay again.
Thanks,
Clinton Chau
|