Hi David,

How are you determining that the connection is closed and that you are getting a new connection?

Discovered it by mistake when I tried to reuse it - and found it was closed. Then 'printed' out the Connection object and realised that PooledConnection getConnection() was giving me an object with a new hashcode every time.

It sounds like Tomohito's patch might have given me a very 'puzzling' answer though i.e. a Connection object was closed and then after the Connection object returned by the next call to getConnection() is the same object but is now open. Will try it out though.

regards

Tony

Subject:
Re: PooledConnection being closed
From:
David Van Couvering <[EMAIL PROTECTED]>
Date:
Mon, 15 Aug 2005 09:36:56 -0700
To:
Derby Discussion <[email protected]>

To:
Derby Discussion <[email protected]>


How are you determining that the connection is closed and that you are getting a new connection?

David


Reply via email to