-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 3 posts ] 
Author Message
 Post subject: MappingException: Unknown entity class
PostPosted: Thu Sep 29, 2005 10:52 pm 
Wonder if someone could please help me to understand how to fix an error in my code.
Im trying to insert a new record into db and keep getting:
Quote:
NHibernate.MappingException: Unknown entity class: LicenseManager.BusinessObjects.Email at NHibernate.Impl.SessionFactoryImpl.GetPersister(Type theClass) etc etc error.


I do have an Email.cs class with all relevant properites in the appropriate namespace and I cant see what the problem is. My nhibe xml file is like this.

Code:
<?xml version="1.0" encoding="utf-8" ?>
<hibernate-mapping xmlns="urn:nhibernate-mapping-2.0" default-access="property">
   <class name="LicenseManager.BusinessObjects.Email, LicenseManager" table="Email">
      <id name="EmailID" column="emailID">
         <generator class="identity" />
      </id>
      <property name="UserEmail" column="email" />
      <property name="EmailTypeID" column="emailTypeID" />
   </class>
</hibernate-mapping>


Gratefull for any help.

gareth


Top
  
 
 Post subject:
PostPosted: Fri Sep 30, 2005 10:01 am 
Senior
Senior

Joined: Thu Jun 02, 2005 5:03 pm
Posts: 135
Location: Paris
Is the hbm.xml file in the same directory as your assembly or an embedded resource? If you reference the class from another entity but the hbm.xml file can't be found you can get this error.

Cheers,

Symon

P.S. You're from Melbourne in Australia?


Top
 Profile  
 
 Post subject: unknown entityclass
PostPosted: Fri Sep 30, 2005 6:23 pm 
Thanks for the helpful tip Symon. This one was an easy fix - made the file an embedded resource and its a workin.

And yes Im in melbourne Australia.

Gareth.


Top
  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 3 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.