GenericJDBCException « Batch « JPA Q&A





1. Hibernate GenericJDBCException: Could not execute JDBC batch    forum.hibernate.org

I am having trouble writing to my database. I apologize that I don't have a stack trace to show you. I think the system is trying to write the values in the wrong order, because when I write, I'm getting this message in the console (please note that id is the last parameter here): Code: Hibernate: insert into bulletins (bulletin_date, name, ...

2. org.hibernate.exception.GenericJDBCException: batch Update    forum.hibernate.org

Hi All, I am facing a problem with my first hibernate application. i am trying into insert a row in database(oracle 10g),but i am getting error as : Exception in thread "main" org.hibernate.exception.GenericJDBCException: Could not execute JDBC batch update. Hibernate version:3.2 [b]Mapping documents: hibernate.cfg.xml