Tim,
On 8/31/23 04:03, Scott,Tim wrote:
Hi Chris,
Hi all,
Thanks for your responses. I think I've found the problem.
My wrapping class which detects the invocation of the close() method to
decrement its count is no longer decrementing its count because
method.getDeclaringClass() has change
Hi Chris,
> > Hi all,
> >
> > Thanks for your responses. I think I've found the problem.
> >
> > My wrapping class which detects the invocation of the close() method to
> > decrement its count is no longer decrementing its count because
> > method.getDeclaringClass() has changed from java.sql.