1. Batch Update Error forum.hibernate.orgI am using Hibernate with JBoss Seam. I have a page with a datatable of courses. You can "remove" a course from the table or "add" a course to the table, but the changes are not made to the database until you "save" (see code below). Code: @Scope(ScopeType.CONVERSATION) @Transactional public class CoursePage implements Serializable { CourseHome courseHome; ... |
2. Batch update error forum.hibernate.orgI am trying to learn hibernate through simple application but I keep getting org.hibernate.exception.SQLGrammarException: Could not execute JDBC batch update error. Below are the details of my code: DB (PostGreSQL) table: Code: -- Table: "User" -- DROP TABLE "User"; CREATE TABLE "User" ( id integer NOT NULL, "name" text, lastname text, CONSTRAINT id ... |
3. Batch update rowcount error? forum.hibernate.orgAny idea on this message? I am using MySQL and I didn't specify the batch size. Thanks. Some background: I use the Threadlocal pattern where the session is definitely valid and I believe only one thread is doing the update. 12/08/2003 17:11:10 [EROR] HibernatePersistMgrImpl net.sf.hibernate.HibernateException: Batch update row count wrong: 0 net.sf.hibernate.HibernateException: Batch update row count wrong: 0 at net.sf.hibernate.impl.BatchingBatcher.doExecuteBatch(BatchingBatcher.java:65) at ... |
4. Error when running hibernate batch update forum.hibernate.org |
5. JDBC Batch Update Error, please help forum.hibernate.orgNeed help with Hibernate? Read this first: http://www.hibernate.org/ForumMailingli ... AskForHelp [b]Hibernate version:3.0[/b] [b]Mapping documents:[/b] [b]Code between sessionFactory.openSession() and session.close(): try { session = HibernateUtil.currentSession(); for (int i=0; i |
6. Error with delete batch update... bug ? forum.hibernate.orgHi, I have a problem with my application whit migration to Hibernate 3.0. Can you help me ? regards epsino Hibernate version: 3.0.5 Mapping documents: Code: |
7. getting error like "Could not execute JDBC batch update forum.hibernate.orgI am tryingf simple hibernate example with single database table contaning two fields as follows:- Name ==datatype->int2 Sequence=public.seq1 Pwd==datatype->varchar Mapping document is UsetT.hbm.xml ========== |
8. JDBC batch update error with SAP forum.hibernate.org// execute particular hibernate command public Object executeHibernateCommand(DatabaseCommand c) throws Exception { Session session = null; try { session = getSessionFactory().openSession(); ... |
9. using batch,date insert error. forum.hibernate.org |
10. Error "Batch update row count wrong: 0" forum.hibernate.org |