Re: [Hibernate] Hibernate Bug? [ConcurrentModificationException]

2003-09-28 Thread Juozas Baliuka
It must be bug in "SessionHolder". - Original Message - From: "Gavin King" <[EMAIL PROTECTED]> To: "William R. Lorenz" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Saturday, September 27, 2003 1:48 PM Subject: Re: [Hibernate] Hibernate Bug? [ConcurrentModificatio

[Hibernate] Caching cglib generated runtime proxies?

2003-09-28 Thread Mao, Dean (IHG)
Hi All, I'm wondering if it's possible to do some generated-code at build time instead of generating the proxies at runtime. I'm using hibernate for a swing application and the majority of the initialization time is taken up by hibernate's initialization of the configuration object. (I've alread