Re: [hibernate-dev] interesting issues in the forum

2008-11-24 Thread Emmanuel Bernard
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 SearchFactor

Re: [hibernate-dev] interesting issues in the forum

2008-11-24 Thread Emmanuel Bernard
On Nov 24, 2008, at 11:17, Sanne Grinovero wrote: sort + scrollableresult appears to load all in memory (never happened to me, needs a test) http://forum.hibernate.org/viewtopic.php?t=992342 The implementation suffers several flows: - we do create an EntityInfo[] as big as the number o

[hibernate-dev] interesting issues in the forum

2008-11-24 Thread Sanne Grinovero
hi Hardy, I've been browsing the forums today and found these topics of interest, they could be quite important bugs we should fix: not working correctly with Spring (needs some test, I don't trust this report 100%) http://forum.hibernate.org/viewtopic.php?t=988828 memory leak on redeploy (quite