Joined: Mon Jun 20, 2005 7:30 am Posts: 8
|
Hi
I have a stranger error after updating to RC1.
I have 2 valueobjects - say Identification and then IdentificationMirror that inherits from Identification but the mapping file points to another table.
I have 2 proxy classes - one for the original value object and the other from the mirror.
After the update - when I list the Identification value object - I get instance of IdentificationMirror in stead of the Identification.
Any clue why NHibernate is loading the inherited object instead the original - even if I use typeof(Identification)
Regards,
Haukur
|
|