jsp « Exception « JPA Q&A





1. class not found exception in hibernate    stackoverflow.com

i am geting the following errot when i am tryinh to run my j2ee projrct. the same project was working before and i started geting this exception now. i am sure that all ...

2. Help with exception in hibernate    stackoverflow.com

i have this POJO mapped to my MySQL database:

@Entity
@Table(name = "participantespresentes", catalog = "tagit")
public class Participantespresentes implements java.io.Serializable {

    private ParticipantespresentesId id;
    private Evento evento;
 ...

3. JPA supports coding-by-exception?    coderanch.com

4. Jasper Exception while using Hibernate from JSP    forum.hibernate.org

Hi I am trying to devlope a simple application to store employee details using hibernate2.1/tomcat4.1/Oracle9i. I am getting the below error. User enters thr emp details in a simple html. On submission control goes to a JSP. Java bean contains the hibernate related code. based on result status (success/failure) is notified to user. I am using HibernateUtil.java to manage sessions (open/close). ...