RE: [BeanUtils] Memory Issues

2005-10-07 Thread James Carman
I might suggest using System.identityHashCode() rather than the hashCode() of the classloader itself just in case a ClassLoader implementation doesn't play nice with respect to its implementation of hashCode(). We did something similar in HiveMind. -Original Message- From: Niall

Re: [BeanUtils] Memory Issues

2005-10-07 Thread Niall Pemberton
Thanks for the suggestion James, I'll update my proposed patch with this: http://issues.apache.org/bugzilla/show_bug.cgi?id=35263 Niall - Original Message - From: James Carman [EMAIL PROTECTED] Sent: Friday, October 07, 2005 12:37 PM I might suggest using