How to set the socket timeout for a DB2 (9.7) Universal JDBC Driver DataSource on WebSphere Application Server 6.1? I've tried adding the blockingReadConnectionTimeout
property as this IBM Technote says, but the problem is still there. Is there another way to set this property? Should I set it within the Java application code?
Any help is appreciated.