Re: hibernate annotations I get a MappingNotFoundException
- From: "Filip Larsen" <filip.larsen@xxxxxxxxx>
- Date: Sun, 31 Dec 2006 10:18:25 +0100
"kal" wrote
When I looked online it said that this was because I had the wrong
hibernate version, but I have the latest 3.2 release.
I can generate a database schema fine, So I assume that something else
is wrong
I believe Hibernate simply just can't find your domain class. Ensure
that it is on the class path when running your JUnit test cases and that
the class is named same in both the mapping configuration and in Java
(using "Avalibility" instead of "Availability" may also cause some
confusion to human readers and code maintainers, maybe that is was has
already happened).
Regards,
--
Filip Larsen
.
- References:
- Prev by Date: Re: Parentheses issue
- Next by Date: How to make java client app to download jar package from server autoly?
- Previous by thread: hibernate annotations I get a MappingNotFoundException
- Next by thread: Re: hibernate annotations I get a MappingNotFoundException
- Index(es):
Relevant Pages
|
|