Re: [digester] Digester pinning objects in memory

2005-07-06 Thread Matt Goodwin
Thanks for the reply. Since I have the option of moving to 1.7 I think I will. I'll keep searching for the answer, but it's not immediately clear to me how I am holding a reference to Digester since I am declaring it locally in a method (so it should go out of scope). Also, I'm a little

[digester] Digester pinning objects in memory

2005-07-05 Thread Matt Goodwin
I am using commons-digester for creating some objects from some xml files. When I look at this with JProbe Digester (and some other internal stuff are still referencing the object that is parsed. The code is as follows, any help would be greatly appreciated: Digester digester =

Re: [digester] Digester pinning objects in memory

2005-07-05 Thread Simon Kitching
On Tue, 2005-07-05 at 16:48 -0500, Matt Goodwin wrote: I am using commons-digester for creating some objects from some xml files. When I look at this with JProbe Digester (and some other internal stuff are still referencing the object that is parsed. The code is as follows, any help would