When I call
Code:
List lst = s.find(<quite simple query>);
it throws an stack overflow exception when the number of row exceeds approx. 300 rows (using 2.1 beta4). Running on MySQL on Windows.
Any ideas?
Next run gives:
Nov 15, 2003 2:19:10 AM net.sf.hibernate.util.JDBCExceptionReporter logExceptions
WARNING: SQL Error: 0, SQLState: S1000
Nov 15, 2003 2:19:10 AM net.sf.hibernate.util.JDBCExceptionReporter logExceptions
SEVERE: ResultSet is from UPDATE. No Data
Nov 15, 2003 2:19:10 AM net.sf.hibernate.util.JDBCExceptionReporter logExceptions
WARNING: SQL Error: 0, SQLState: S1000
Nov 15, 2003 2:19:10 AM net.sf.hibernate.util.JDBCExceptionReporter logExceptions
SEVERE: ResultSet is from UPDATE. No Data
Nov 15, 2003 2:19:10 AM net.sf.hibernate.JDBCException <init>
SEVERE: could not load: [myclass#3334]
java.sql.SQLException: ResultSet is from UPDATE. No Data