|
From: Rainer S. <Rai...@ab...> - 2004-11-03 16:49:43
|
Rod Johnson wrote: > Rainer > > Why do you say "without success"? Getting back the same object isn't > necessarily an error. I misunderstood the intention of CommonsPoolTargetSource. I missed the line "acquiring and releasing a target object from the pool for each method invocation". So I expected to get an object from pool, do some work with it, and finally release it again. In this case of course I should get a new object when calling getTarget() before releasing the old one. My fault, sorry. Thanks for the clarification, Rainer |