Hello,
I've done a little memory profiling with the latest release and I believe I've found the source of a memory leak. I'm using tomcat 5.5.12, java 1.5.0_06
hibernate core 3.2.0.rc2, hibernate annotations 3.2.0.rc1. Using jProbe, I have several classes remaining on the heap after undeployment and many of them have a path to the gc root pointing to: org.hibernate.validator.ClassValidator,
specifically:
private static final ReflectionManager reflectionManager = new JavaXFactory();
there shouldn't be any hibernate classes in the heap after undeployment, right? Can anyone else verify this?
Thanks,
Michael
|