Your DiscriminatorValue call isn't valid, what are you trying to achieve 
here? The DiscriminatorValue should be a constant not the Id of the entity, 
as it's used by NHibernate so it knows which class to instantiate when 
fetching the data. If you don't specify a DiscriminatorValue, FNH will 
default to using the subclass name as the discriminator.

-- 
You received this message because you are subscribed to the Google Groups 
"Fluent NHibernate" group.
To post to this group, send email to fluent-nhibernate@googlegroups.com.
To unsubscribe from this group, send email to 
fluent-nhibernate+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/fluent-nhibernate?hl=en.

Reply via email to