-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 
Author Message
 Post subject: insert query for hibernate-3.2.3.ga and hibernate-3.2.4.ga
PostPosted: Sat May 12, 2007 2:23 am 
Beginner
Beginner

Joined: Mon Sep 27, 2004 11:51 pm
Posts: 22
l have an application work fine in hibernate-3.2.3.ga , it passed all test.

because of the "pretty serious performance problem introduced in 3.2.3.ga" , l have changed it to the hibernate-3.2.4.ga , all test failed.

looking to the insert query generated by hibernate-3.2.4.ga , it is,

Code:
Hibernate: insert into school.AUTHOR (VERSION, AUTHOR_NAME, AUTHOR_ID) values (?, ?, ?)
2007-05-12 14:06:56,171 WARN [org.hibernate.util.JDBCExceptionReporter] - SQL Error: 0, SQLState: 07001
2007-05-12 14:06:56,171 ERROR [org.hibernate.util.JDBCExceptionReporter] - No value specified for parameter 3


instead of hibernate-3.2.3.ga

Code:
Hibernate: insert into school.AUTHOR (VERSION, AUTHOR_NAME) values (?, ?)


is that a bug or some new configuration problem that introduce in hibernate-3.2.4.ga ?

moon


Top
 Profile  
 
 Post subject:
PostPosted: Sat May 12, 2007 7:16 pm 
Beginner
Beginner

Joined: Mon Sep 27, 2004 11:51 pm
Posts: 22
this problem has been reported twice (or more) in the forum.

1. Core 3.2.4 "native" id generator no longer works
http://forum.hibernate.org/viewtopic.php?t=974296

2. Is there a Bug on Latest Libraries?
http://forum.hibernate.org/viewtopic.php?t=974341

moon


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.