I have just found the same problem with my mappings, that come from
multiple assemblies, how should we handle this situtation ?
thanks,
Łukasz Podolak

On 7 Lip, 14:09, Roberto Hernández <rhernan...@gmail.com> wrote:
> Can the .UseOverrideFromAssemblyOf<T> setting be specified multiple times in
> a single AutoPersistenceModel.
>
> For Example, is this valid? If not how would you do this differently.
>
> AutoMap.Assemblies(new IEntityAutomappingConfiguration(),
> Assembly.GetAssembly(typeof(TypeA)), Assembly.GetAssembly(typeof(TypeB)))
>      .UseOverridesFromAssemblyOf<TypeA>()
>      .UseOverridesFromAssemblyOf<TypeB>()
>
> It seems to be from my testing that only the overrides that are specified
> last are applied.
>
> Regards,
> Roberto Hernández

-- 
You received this message because you are subscribed to the Google Groups 
"Fluent NHibernate" group.
To post to this group, send email to fluent-nhibern...@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