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
JavaRanch » Java Forums » Java » 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: 139
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: 139
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: 3563

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: 139
It happens with all annotated beans.applicationContext.xml is under WEB-INF/classes. Here is web.xml :-
 
 
subject: org.hibernate.MappingException: Unknown entity:
 
Threads others viewed
Error with Transaction Interceptor
data not persisted using hibernate spring integration
HibernateException: No Hibernate Session bound to thread
Hibernate : Empty Table recreated when spring starts
Spring and Hibernate problem
WebSphere development made easy
without the weight of IBM tools
http://www.myeclipseide.com