Our reveal tests<http://github.com/jagregory/fluent-nhibernate/blob/e3ce8547b6043d020e6dd5446776fe4399c8f8e8/src/FluentNHibernate.Testing/DomainModel/RevealTests.cs>would suggest otherwise. Export your mappings, see what it's producing.
On Thu, Aug 20, 2009 at 5:34 AM, Brendan Erwin <[email protected]>wrote: > > If I have this in my map: > > References(Reveal.Property<CustomMessage>("ProviderOrganization"), > "ProviderOrganizationId"); > > I get this error: > > NHibernate.MappingException: An association from the table > KioskMessage refers to an unmapped class: System.Object > > If I comment it out then the mappings "compile" correctly (and I get a > new error, but I don't think its related). > > Any thoughts? > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
