hibernate native id generator bug 3.2.4-ga
Monday, December 24, 2007 10:03Posted in category Development
hibenate native id generator for mysql not working just update to 3.2.5
Caused by: java.sql.SQLException: No value specified for parameter 11 at com.mysql.jdbc.PreparedStatement.fillSendPacket(PreparedStatement.java:2212) at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1724) at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1596) at org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:101) at org.hibernate.id.IdentityGenerator$GetGeneratedKeysDelegate.executeAndExtract(IdentityGenerator.java:73) at org.hibernate.id.insert.AbstractReturningDelegate.performInsert(AbstractReturningDelegate.java:33)
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.












altuure says:
October 14th, 2008 at 4:53 pm
you should also see
http://www.altuure.com/2008/10/14/hibernate-nativeid-generator-tip/