Posts Tagged ‘ hibernate

hibernate cache injection: missing…

currently hibernate version is 3.2.5 and there is still something basic missing: cache injection.

Read more

hibernate native id generator bug 3.2.4-ga

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)