1. Hibernate, test if a collection is fully loaded stackoverflow.comthere is a way to test if a collection is already initialized? |
2. Test If List Is Empty Without Lazy Loading List In Hibernate stackoverflow.comHow do I test if a list is actually empty without it pulling items in through lazy loading in hibernate? It is causing a infinite loop. |
3. Load Test fails forum.hibernate.orgI have load test fails for simple servlet (the Cat example in hibernate document). I used jmeter to load test with Number of threads: 1000; Ramp-up Period (in second) 1; loop for ever. The test failled with outofmemorry exception, Tomcat refused connection and down. My code is stored in: www.ehap.com.au/test.zip This is the hibernate.cfg.xml |