> On Aug 8, 2015, at 5:49 PM, Joe Baldwin <jfbald...@earthlink.net> wrote: > > OK, let me ask again: > >>> 1. is DataSourceInfo still a reliable way to get JDBC info? > > is DataSourceInfo broken?
No, it is not broken. DataSourceInfo is just a class that holds some information with no behavior of its own. So how do you initialize it? But anyways, I am with John on this. From the info that you gave us, this is a simple timeout that happens with MySQL connections. So use DBCP validationQuery and you should be good. Andrus