[Hibernate] Re: cglib reflect package

2003-09-26 Thread Chris Nokleberg
Bill Burke wrote: I created similar functionality of CGLIBs fast reflection for our AOP framework and it had an unnoticeable affect on the performance of the framework. This was with Sun JDK 1.4.1_02 on Linux. Considering that Hibernate's overhead is probably a lot higher, I don't think it

Re: [Hibernate] Re: cglib reflect package

2003-09-26 Thread Gavin King
p.s. the BulkBean class also now throws an exception detailing which property failed, so you can print a better error message. Hooray! You have no idea how much forum posts this will save us --- This sf.net email is sponsored

Re: [Hibernate] Re: cglib reflect package

2003-09-26 Thread Juozas Baliuka
for + names[i] ); } } } /code ClassCastExeption can be handled the same way. - Original Message - From: Gavin King [EMAIL PROTECTED] To: Chris Nokleberg [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Friday, September 26, 2003 8:25 PM Subject: Re: [Hibernate] Re: cglib reflect