Exception « Struts « JPA Q&A





1. Hibernate | Data Exception    stackoverflow.com

I'm getting an exception when I try to save a batch data (using hibernate as the persistence layer), Here's the exception:

org.hibernate.exception.DataException: could not insert: [hbm.Employee]
here's my business logic to save the ...

2. Why can't I access newly created records in Hibernate/Struts?    stackoverflow.com

So I have this JS form that creates a new record (MySQL, Struts, Hibernate) via an AJAX request. Once the record is created, I then return the new ID. At that ...

3. Exception in hibernate3    struts.1045723.n5.nabble.com

hi, I am not sure if i am ringing the correct list, but i am sure people here must have encountered this problem. I am new to hibernate and when i ran the code on server it was fine , strangely next day it keep on giving this error till i restart tomcat. The last packet successfully received from the server ...

5. Struts , hibernate and frames Session Exception    forum.hibernate.org

Hi all, I am using hibernate with struts. I keep the hibernate session in the HttpSession. I use the Session.connect() and disconnect() methods . I call to different struts action on the same frameset (lets say with 2 frames called 'left' and 'right'). the 'left' frame call the Action 'getJOB' and the 'right' one 'GetEmploye'. My problem is that i get ...