Re: [hibernate-dev] Memory consumption

2012-05-10 Thread Scott Marlow
On 05/10/2012 06:11 PM, Andrej Golovnin wrote: > Hi all, > > we use a EAR file which contains a WAR file and a JAR file with > all our entity classes. And we have a single persistent unit. > We don't use JavaBean validation, nor we use Hibernate Envers. > > Here is a small list with numbers for ou

Re: [hibernate-dev] Memory consumption

2012-05-10 Thread Andrej Golovnin
Hi all, we use a EAR file which contains a WAR file and a JAR file with all our entity classes. And we have a single persistent unit. We don't use JavaBean validation, nor we use Hibernate Envers. Here is a small list with numbers for our application(not sure if it would help to understand/solve

Re: [hibernate-dev] [HV] Implementing method validation (was "HV-562")

2012-05-10 Thread Hardy Ferentschik
> nice post on the release, this should get started everyone with 4.3. > And we can finally focus on HV 5 :) thanks :-) > >>> I'm looking forward to implementing the new API, this should be >>> fun :) I feel that it should be possible to split the work into >>> independent chunks which we can t

Re: [hibernate-dev] Memory consumption

2012-05-10 Thread Hardy Ferentschik
On May 10, 2012, at 12:32 PM, Emmanuel Bernard wrote: > Also how do you come to the conclusion that hibernate ORM + Search take twice > as much memory? I can't seem to follow your reasoning based on the pics you > have sent. > As Sanne point out, Configuration, JavaReflectionManager, > FullTex

Re: [hibernate-dev] Memory consumption

2012-05-10 Thread Emmanuel Bernard
Also how do you come to the conclusion that hibernate ORM + Search take twice as much memory? I can't seem to follow your reasoning based on the pics you have sent. As Sanne point out, Configuration, JavaReflectionManager, FullTextIndexEventListener exist in both versions. It's unclear to me why

Re: [hibernate-dev] [OGM] "How to setup OGM" Wiki page

2012-05-10 Thread Emmanuel Bernard
We should do a release but I'd love to get the last couple of identified improvements for MongoDB in master before doing a release. On 9 mai 2012, at 23:37, Guillaume SCHEIBEL wrote: > Hi everyone, > > I read this > page > on > the