I have recently moved from FNh 1.0 to 1.1 using Sharp Architecture
I have an abstract class that provides the Name column and is overridden but my entities. This worked fine in Nhibernate 1.1 but now the new version of fluent tries to map the name column twice.
Is there anyway to stop this happening?