If I'm not mistaken no persister means that NHiberenate knows no mapping for the class. The Table() directive should have nothing to do with it.
Hmm... This is a wild guess, but have you tried making TestClass and TestClassMap public? I'm not sure something like that is explicitly mentioned on http://wiki.fluentnhibernate.org/Getting_started#Your_first_project, but I do note that all the example classes they show seem to be public. /Oskar 2010/5/10 Kurt <[email protected]>: > No one has taken a stab at the problem I had (http://groups.google.com/ > group/nhusers/browse_thread/thread/dd3e0625feb6bca1#) > > Did I not provide enough info, or is the answer in a FAQ that I > missed? I realize everyone is busy..I really do appreciate everyone's > time. > > > Kurt > > -- > 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. > > -- 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.
