[dbcp] invalidation failure?!

2005-04-12 Thread Meikel Bisping
before. I realized that I could solve my problem by moving the con.close() into the try-block, but shouldn't closing invalidated connections still keep them invalidated? Regards, Meikel Bisping - To unsubscribe, e-mail

[dbcp] invalidating Connection - fine

2005-01-31 Thread Meikel Bisping
Your patch is more elegant and works just fine Thanks Dirk. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[dbcp] invalidating Connection - fine

2005-01-31 Thread Meikel Bisping
Your patch is more elegant and works just fine Thanks Dirk. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[dbcp] patch suggestion for invalidate Connection

2005-01-27 Thread Meikel Bisping
(); } PoolingDriver.setAccessToUnderlyingConnectionAllowed(rememberState); } //end patch invalidateConnections } Regards, Meikel Bisping - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

[DBCP] request for improved Exception nesting in ConnectionPool

2005-01-26 Thread Meikel Bisping
in use, though). It didn't support read-only mode and threw an SQLException even when calling setReadOnly(false). It would be helpful for users if in cases like that the actual exception would be thrown, pool exhausted didn't help much. Cheers, Meikel Bisping