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.