Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version: 3.05
I read all post about "out of memory" on reload of webApp and i understood the problem is cglib and non gc of all objects.
Now i'm using:
-cglib-full-2.0.2.jar
-hibernate3.jar
-ehcache-1.1.jar
-log4j-1.2.9.jar
-odmg-3.0.jar
-c3p0-0.9.0.jar
-antlr.jar
and remove asm-cglib.jar
I try to download a new version of cglib 2.1.2 but when execute this:
Code:
sessionFactory = configuration.buildSessionFactory();
the code stopping.... with cglib-full-2.0.2 all is ok.
why?
Of course the main problem is the memory that during the reload of a webApp with tomcat, grow until arrive to a "Out of memory"
I saw the last versione of H3, H3.1 solve the problem?
thanks