[hibernate-dev] interesting issues in the forum

Emmanuel Bernard emmanuel at hibernate.org
Mon Nov 24 15:06:24 EST 2008


On  Nov 24, 2008, at 11:17, Sanne Grinovero wrote:

> memory leak on redeploy (quite good information here, but this is
> going to be hard)
> http://forum.hibernate.org/viewtopic.php?p=2400319

This one is a tough one. We keep a link between the configuration  
object and the initialized SearchFactory to avoid initializing it  
several times for the same SessionFactory.
I haven't found a way to do it otherwise.

The code is in ContextHelper now BTW.



More information about the hibernate-dev mailing list