Странный NPE в BatchingBatcher «Драйвер JDBC не вернул ожидаемое количество строк» ​​

I'm running a spring/hibernate java app on tomcat and I'm seeing this funky error on update: JDBC driver did not return the expected number of row counts

Caused by: java.lang.NullPointerException
        at org.hibernate.jdbc.BatchingBatcher.checkRowCounts(BatchingBatcher.java:90)
        at org.hibernate.jdbc.BatchingBatcher.doExecuteBatch(BatchingBatcher.java:70)
        at org.hibernate.jdbc.AbstractBatcher.executeBatch(AbstractBatcher.java:268)
        at org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:262)
        at org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:179)

I recently updated my mysql connector to version 5.1.15. Has anyone seen anything like this?

15
задан Brian Agnew 7 March 2011 в 17:59
поделиться