File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Object Relational Mapping and the fly likes org.hibernate.MappingException: Unknown entity: Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » Object Relational Mapping
Reply Bookmark "org.hibernate.MappingException: Unknown entity:" Watch "org.hibernate.MappingException: Unknown entity:" New topic
Author

org.hibernate.MappingException: Unknown entity:

Jitesh Sinha
Ranch Hand

Joined: Jun 19, 2004
Posts: 144
Hi All,

I am stuck on this problem for last several hours.I have tried looking everywhere but this problem would not go away.
Here is my entity class :-



Here is applicationContext.xml :-



Java code that is giving problem is here :-

error comes on filterDao.persist(filter) ;

persist method has this code snippet :-

Here is the exception stack trace :-



Can someone please help?Thanks!
Jitesh Sinha
Ranch Hand

Joined: Jun 19, 2004
Posts: 144
It seems spring reads projectname-servlet.xml.It does not read applicationContext.xml even if it is mentioned in web.xml .
How does it work?I am totally confused.
Vijitha Kumara
Bartender

Joined: Mar 24, 2008
Posts: 3670

Can you post the relevant part(s) of the web.xml? Where's your applicationContext.xml is located in the deployed application? Is this happens to any other annotated beans or only for this?


SCJP 5 | SCWCD 5
[How to ask questions] [Twitter]
Jitesh Sinha
Ranch Hand

Joined: Jun 19, 2004
Posts: 144
It happens with all annotated beans.applicationContext.xml is under WEB-INF/classes. Here is web.xml :-
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: org.hibernate.MappingException: Unknown entity:
 
Similar Threads
HibernateException: No Hibernate Session bound to thread
Error with Transaction Interceptor
data not persisted using hibernate spring integration
Hibernate : Empty Table recreated when spring starts
Spring and Hibernate problem