Re: JDBC-Pool: Reconnect the connection upon failures; retry queries; etc.

2014-06-19 Thread Miroslav Nachev
> > On 6/19/14, 9:42 AM, Miroslav Nachev wrote: > > Is it possible to configure JDBC-Pool for the following > > functionality or I need to write my own interceptors and > > Validator? > > > > - Retry N times to getConnection() for OnBorrow/OnConnect and > >

JDBC-Pool: Reconnect the connection upon failures; retry queries; etc.

2014-06-19 Thread Miroslav Nachev
Hi All, Is it possible to configure JDBC-Pool for the following functionality or I need to write my own interceptors and Validator? - Retry N times to getConnection() for OnBorrow/OnConnect and WhileIdle; - Wait X ms between each Retry. Are there any examples? Regards, Miro.