Hi, I am using hibernate 3.3 with spring 3.x for the application. I found that there is serious problem with cglib because of memory leak. As suggested in lot of forums I tried removing dependency of cglib from hibernate, but lot of spring related jars are still referring to cglib and I am not able to solve the problem.
Because of cglib class meory leak, all the application classes not getting removed from memory, when I undeploy my web application. Can some one suggest how can I remove cglib dependency with hibernate 3.3 and spring 3.x combination. I tried javassist also as suggested in few forums, but couldn't succeed.
We are using custom classloading technique in our application, because of this I think even those classes are also not getting cleaned up. Please help me in resolving the issue.
Thanks Santhosh
|