A new interface has been added to allow vendor specific
connection testing before handing out connections from
the pool.
org.jboss.resource.adapter.jdbc.ValidConnectionChecker;
The first implementation of this interface is an Oracle
version
that uses the method.
int pingDatabase(int timeout); // returns -ve for an error
Implementations for other databases are welcomed.
Regards,
Adrian