Re: Circular Reference on WeakHashMap

2007-08-06 Thread Clebert Suconic
The solution seems simpler than I thought though... After looking at the report again... [EMAIL PROTECTED] ClassConverter probably has a reference to Class... I thought this was a reflection object. It should be WeakReference. And... inspect your code for any other reflection usages. Nia

Re: Circular Reference on WeakHashMap

2007-08-06 Thread Clebert Suconic
>> if you don't believe me, do some >> testing with simple stuff before discussing this and come back to me >> only after that) > > OK I will. What I meant about with "no discussion" is.. usually people tend to disagree a circular REference on a WeakHashMap, SomeObject> would generate redeploy

Re: Circular Reference on WeakHashMap

2007-08-06 Thread Niall Pemberton
On 8/6/07, Clebert Suconic <[EMAIL PROTECTED]> wrote: > I have been investigating WeakHashMaps on BeanUtils 1.8 as part of a > investigation on this: > > http://jira.jboss.com/jira/browse/JBAS-2299 Thanks for getting back to us so quickly. > (Which is not actually an issue with JBAS, but an issue