Hi all, I have the following hierarchy of classes
Node | --> JoinedSubclass | CollectionPoint | --> UnionSubclass | PublicCollectionPoint If i try to e.g. store a PublicCollectionPoint i get this exception: NHibernate.Exceptions.GenericADOException : could not insert: [Domain.Collection.PublicCollectionPoint][SQL: INSERT INTO PublicCollectionPoint (id) VALUES (?)] ----> Npgsql.NpgsqlException : FEHLER: 42703: Spalte »id« von Relation »publiccollectionpoint« existiert nicht Table publiccollectionpoint has no column id, as the exception says... but why cant i mix JoinedSubclass and UnionSubclass? Thanks, Christian --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "nhusers" 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/nhusers?hl=en -~----------~----~----~----~------~----~------~--~---
