I added a new datasource to websphere V7.0 and it works fine, but after some inactivity time the pool will return dead connection, and java would go into waiting till connection timeout expired. The connection pool will work again if I go to datasource admin page and “Test connection”.
I noticed that our oracle db will close connections on its side time to time.
Do you know how to make the connection alive again from java? Is there another way to fight dead connections in Websphere pool?