1. OutOfMemoryError in simple stress test forum.hibernate.orgNewbie Joined: Mon Nov 08, 2004 6:03 pm Posts: 8 Hibernate version: 2.1.2 Name and version of the database you are using:MySQL 4.1.5 The generated SQL (show_sql=true):true Hi I have a simple JUnit test that loops forever calling the specified method: Code: public void testIt() throws Throwable { try ... |