Hi Edno, Thanks for your fast reply. I will give it a try, the problem is that I would like to avoid use alpha versions in production environment. Maybe downgrading the NHibernate version I would be able to achieve this.
Do you know if there is a specific NHibernate + FluentNHibernate version which allows you to use the SchemaAction.None() in a SubClassMap<T> map? As I said, in the meanwhile I will check the FluentNHibernate alphan version. Thanks again! El martes, 23 de septiembre de 2014 13:28:58 UTC+2, Edno Silva escribió: > > NHibernate 4 is not compatible with Fluent NHibernate 1.4. Try Fluent > NHibernate 2.0.1 alpha... > Em 23/09/2014 07:36, "Javi Cervera" <[email protected] <javascript:>> > escreveu: > >> Hi, >> >> I would like to know if there is a workaround in order to *specify a >> SchemaAction.None() in a certain SubClassMap<T> map*. The idea is that I >> want to avoid the table creation for certain subclasses. I was able to do >> it for the usual ClassMap<T> and it works like a charm, unfortunatelly I >> was not able to do the same in the SubClassMap... after a couple of hours >> looking for a solution/workaround on internet I decided to open a thread >> here, since I was not able to get this thing done. >> >> I took a look to the NHibernate's Jira and I saw that seems that there is >> an open issue ( https://nhibernate.jira.com/browse/NH-3258 ) that I >> think that is pretty related with the problem I have. >> >> Could someone provide me advice or a quick example regarding how to >> achieve this? >> >> >> Environment: >> NHibernate v 4.0.0.4000 >> FluentNHibernate v 1.4.0.0 >> >> Thanks for your time and help >> >> Best regards >> >> -- >> You received this message because you are subscribed to the Google Groups >> "nhusers" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> To post to this group, send email to [email protected] >> <javascript:>. >> Visit this group at http://groups.google.com/group/nhusers. >> For more options, visit https://groups.google.com/d/optout. >> > -- You received this message because you are subscribed to the Google Groups "nhusers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/nhusers. For more options, visit https://groups.google.com/d/optout.
