Hello,

I have pulled the latest (rev 614) to see if I could get this fixed
up, but no love. Here is my situation:

I have the following Convention section:

        .Conventions.Setup(convention =>
        {
          convention.Add<SystemClassConvention>();
          convention.Add<PrimaryKeyConvention>();
        });

The PrimaryKeyConvention is exactly as you have it here:
http://wiki.fluentnhibernate.org/Auto_mapping

But it won't fire. I get the SystemClassConvention to fire (although I
had to pull the latest for that - it didn't work in RC).

If I step through the code FNH will create an instance of it, but I'll
be darned if I can figure out where it actually gets applied. I
checked the unit test project and didn't see any tests that test this.

Any help is appreciated.

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

Reply via email to