Unico Hommes wrote: > > No, this is not considered a bug. Recycle is only called when > > the instance is really recycled. Example: if you have a > > limited pool, with let's say maximum 128 instances. If all > > this 128 instances are in use, but another one is needed, a > > new is created but not added to the pool. So when this > > component is released, recycle() is not called as the > > component is not pooled. The instance is handled over to the GC. > > > > Ah, I get it, thanks for explaining. I think I never experienced > problems due to the fact I am also implementing disposable stage, which > I am guessing *is* still being called in this case. > Yes, it is.
Carsten
