Oh, didn't notice that PoolableConnectionFactory WRAPS a
PoolingConnection with a PoolableConnection.... Still don't understand
why my Connections are getting closed ;-(
On Nov 10, 2008, at 4:39 PM, David Parker wrote:
I am trying to get dbcp running, and I suspect I am doing something
wrong with my configuration.
I thought that PoolableConnectionFactory would return
PoolableConnection objects, but looking at the code it returns a
PoolingConnection. PoolableConnection.close() does what I would
expect - return itself to the pool, but PoolingConnection.close()
actually closes the Connection.
Am I looking the wrong place?
Thanks.
aloha
-- DAP
=====================================================
David Parker [EMAIL PROTECTED]
"If you want sense you'll have to make it yourself"
- The Dodecahedron
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
aloha
-- DAP
=====================================================
David Parker [EMAIL PROTECTED]
"If you want sense you'll have to make it yourself"
- The Dodecahedron
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]