Hi, all Is there anyway to set up db connection timeout attribute with DBCP? This attribute specifies the maximum time a connection can be 'occupied' by transactions.
There does not seem to have such an option in dbcp javadoc. Further more, is there API calls we can use to hook in to catch timeout exception? Thanks for any information. Liu
