Hi Guys Have created a Java's DBCP connection pool using BasicDataSource each one for primary and secondary databases.
Can anybody please confirm/comment if say primary database or secondary database goes down at that time will the BasicDataSource still holds the DB connections in the connection pool and if yes then the connections it has are they valid connection? If Yes or No , which method of the BasicDataSource or Connection object method, can be used to know the validity of the Db connection ? Thanks in Advance Sanjay --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org