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]

Reply via email to