Re: [Hibernate] Reducing startup time (with a small solution)

2003-09-29 Thread Andrea Aime
Mao, Dean (IHG) wrote: Hi Andrea, I see in the hibernate-devel lists that you manage to reduce the hibernate startup times? I too develop with hibernate in swing based applications so it would be really cool to have a faster startup time. Do you know what modifications are necessary to the hibe

Re: [Hibernate] Reducing startup time (with a small solution)

2003-09-21 Thread Andrea Aime
n King" <[EMAIL PROTECTED]> To: "Andrea Aime" <[EMAIL PROTECTED]> Cc: "hibernate list" <[EMAIL PROTECTED]> Sent: Saturday, September 13, 2003 3:16 PM Subject: Re: [Hibernate] Reducing startup time (with a small solution) > Andrea, I was actuall

Re: [Hibernate] Reducing startup time (with a small solution)

2003-09-13 Thread Gavin King
Andrea, I was actually going to make the validation even fussier, by throwing an exception when validation fails, instead of just logging an ERROR. This is to avoid a particular large class of problems I see in the forum I'm a bit scared to let users turn off validation completely! I'm not sur

Re: [Hibernate] Reducing startup time (with a small solution)

2003-09-11 Thread Vladimir Dozen
ehlo. it would really nice if there was an option to avoid validation, I usually check xml validity with the IDE anyway (you don't need to check it again and again when you're in production, and morevoer a reduced startup time means more productive debugging ;-) Good point. Personally, I've alre

[Hibernate] Reducing startup time (with a small solution)

2003-09-10 Thread Andrea Aime
Hi Gavin, hi everybody, it seems I've found a way to reduce even further the startup time of my application. Basically, I've changed the sax parser to the RealtimeParser included in Jade (jade.dautelle.com) and had to comment out the reader.setValidation(true); in the XMLHelper.CreateSaxReader(stri