[fluent-nhib] Re: nhibernate subclass problem

2009-05-27 Thread Rui Silvestre
fluent-nhibernate@googlegroups.com > [mailto:fluent-nhibern...@googlegroups.com] On Behalf Of James Gregory > Sent: 27 May 2009 09:00 > To: fluent-nhibernate@googlegroups.com > Subject: [fluent-nhib] Re: nhibernate subclass problem > > That'll be something for the #arch guys,

[fluent-nhib] Re: nhibernate subclass problem

2009-05-26 Thread Rui Silvestre
from what I tested the problem is solved... the generated mapping file was missing the column names and now is OK! still there is another issue to be solved: the plurar table names that i'm specifying by default are not being applied to the subclassed entity... in my database I need to have a Chi

[fluent-nhib] nhibernate subclass problem

2009-05-26 Thread Rui Silvestre
hi, i'm having a strange problem related with the mapping using inheritance since that i've updated to NHibernate 2.1 Alpha 1... I use pure autogenerated mappings, and never needed any special overriding. I just ported to the new sharp version. this inheritance was working with the old convention