>
> 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
> >
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.