Is there some way to specify a timeout in the Driver.connect url?
MySQL allows one to do the following:
"jdbc:mysql://host/database?socketTimeout=5000"
We are having some stability problems with the machine running the postgresql
server. When some of our automated tests attempt to access the database when
the machine is down, they hang trying to open the connection.
Thanks
Darin