MappingException « Stored Procedure « JPA Q&A





1. Stored proc calling exception: org hibernate MappingException: Unknown entity:    coderanch.com

I am trying to call the stored proc through hibernate (& spring), but getting the following exception. Surprisingly , if I use another class present in the same package , it is working.(There are exceptions as the mappings are not related to the another class, but the class is recognized by the hibernate.) Can anybody help me to get out of ...

2. Stored Procedures MappingException: Unknown entity    forum.hibernate.org

Newbie Joined: Thu Jun 01, 2006 8:51 am Posts: 6 Hi All, The configuration is as given below. The problem is that i get a MappingException Unknown entity com.csc.opm.dataaccess.valueobjects.TaskTaskInstanceVO. The problem is my Tomcat Context does not start because of this problem. I am also using Spring Framework with Hibernate. I feel the exception is saying i am not finding the ...

3. MappingException when executing stored procedure    forum.hibernate.org

Hibernate version:3.2.1 Database:MySQL 5.0.37-community-nt Hi, I`m trying to execute a MySql stored procedure using the following mapping Code: ...