Hi all; We use BasicDataSource and we need to declare loginTimeout.
Having a quick look at the DBCP source code we noticed that BasicDataSource's setLoginTimeout and getLoginTimeout propagates to PoolingDataSource which throws UnsupportedOperationException. Is there a reason for this behavior? Is there a way to achieve a loginTimeout? Thanks in advance.
