MappingException with Hibernate and JBoss
From: jaymon (jay_at_planettools.com)
Date: 02/24/05
- Next message: joeNOSPAM_at_BEA.com: "Re: metadata gettables()"
- Previous message: Robert Sundström: "Re: metadata gettables()"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 24 Feb 2005 09:10:49 -0800
I am running JBoss 3.2.5 and have gone through all the tutorials that I
can find on getting hibernate (2.1) to work with JBoss and
XDoclet(1.2.2). I have tried several different deployment schemes and
in every case I keep bumping up against the following exception.
net.sf.hibernate.MappingException: Unknown entity class:
com.infinity.dao.GlobalAccountHB
I know that JBoss (and my application) see the class and I know that at
least some of the Hibernate classes are accessible (they are being
called successfully from inside of GlobalAccountHB while I trace
through in Eclipse). It seems like Hibernate knows quite a bit about my
class and the table because if I put in bad data types it complains.
Any ideas on what could be causing this would be greatly appreciated.
Thanks,
Jay
- Next message: joeNOSPAM_at_BEA.com: "Re: metadata gettables()"
- Previous message: Robert Sundström: "Re: metadata gettables()"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|