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.  [ 2 posts ] 
Author Message
 Post subject: Unknown Entity Exception
PostPosted: Mon Nov 03, 2008 4:52 pm 
Newbie

Joined: Fri Dec 14, 2007 3:20 pm
Posts: 8
Need help with Hibernate? Read this first:

I'm using NHibernate 1.2.1.4000 and I've run into a bit of a problem.

I've written a little DLL that will load an encrypted XML doc, decrypt it and translate the strings. I've created a test winforms app that calls this DLL and returns the expected results.

Now our web developers want to use this. So we've got a CF page set up that we're testing it out. All of a sudden I'm getting Unknown Entity Class: CrActivity.

I've checked, and re-checked that my hbm.xml files all point to embedded.

The line it is erroring out on is:
Code:
CRActivity activity = (CRActivity)mAtlasSession.Get(typeof(CRActivity), activityId);



Code:
NHibernate.MappingException: Unknown entity class: QuoteLocalization.CRActivity
   at NHibernate.Impl.SessionFactoryImpl.GetEntityPersister(Type theClass)
   at NHibernate.Impl.SessionImpl.GetClassPersister(Type theClass)
   at NHibernate.Impl.SessionImpl.DoLoadByClass(Type clazz, Object id, Boolean checkDeleted, Boolean allowProxyCreation)
   at NHibernate.Impl.SessionImpl.Get(Type clazz, Object id)
   at QuoteLocalization.DataAccess.GetQuoteXml(Int32 activityId)

Has anyone done any work using a .Net DLL w/ NHibernate inside a CF page? Or do you have any clues why this isn't working?


Top
 Profile  
 
 Post subject:
PostPosted: Tue Nov 04, 2008 11:41 am 
Newbie

Joined: Fri Dec 14, 2007 3:20 pm
Posts: 8
This appears to have been a compounding of errors.

There was an older version of a DLL that was on the CF Server, additionally, there were copies of the DLL in multiple locations.


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 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.