Re: [beanutils] j2ee unit tests added: memory leak demonstrated (?)

2005-03-15 Thread Brian Stansberry
Simon, I spent some time last night looking at this, mostly just familiarizing myself with how beanutils works so I could understand the problem. I think you're right to be concerned about JCL, as from what I can see the two applications are very similar: "weak-keyed" map (aka "WeakMap") held st

[beanutils] j2ee unit tests added: memory leak demonstrated (?)

2005-03-12 Thread Simon Kitching
Hi, I've just added a unit test o.a.c.beanutils.converter.MemoryTestCase. This test case currently fails, demonstrating (I believe) that there is a serious memory leak in beanutils in j2ee-like environments when components are "undeployed". The tests show that if a Converter is registered while T