<attribute name="poolSweeperEnabled"
description="Returns true if the pool has a background thread running"
type="java.lang.Boolean"
+ is="true"
writeable="false"/>
<attribute name="url"
<attribute name="defaultAutoCommit"
description="The JDBC auto commit setting for new connections"
type="java.lang.Boolean"
+ is="true"
writeable="false"/>
<attribute name="defaultReadOnly"
description="The JDBC read only setting for new connections"
type="java.lang.Boolean"
+ is="true"
writeable="false"/>
<attribute name="defaultTransactionIsolation"
<attribute name="testOnBorrow"
description="True if validation happens when a connection is requested"
type="java.lang.Boolean"
+ is="true"
writeable="false"/>
<attribute name="testOnReturn"
description="True if validation happens when a connection is returned"
type="java.lang.Boolean"
+ is="true"
writeable="false"/>
<attribute name="testWhileIdle"
description="True if validation happens when a connection is not in use (idle)"
type="java.lang.Boolean"
+ is="true"
writeable="false"/>
<attribute name="timeBetweenEvictionRunsMillis"
<attribute name="accessToUnderlyingConnectionAllowed"
description="Returns true if one can retrieve the actual JDBC connection"
type="java.lang.Boolean"
+ is="true"
writeable="false"/>
<attribute name="removeAbandoned"
description="Returns true if connection in use can be timed out"
type="java.lang.Boolean"
+ is="true"
writeable="false"/>
<attribute name="removeAbandonedTimeout"
<attribute name="logAbandoned"
description="If true, stack trace will be recorded and printed out for timed out connection"
type="java.lang.Boolean"
+ is="true"
writeable="false"/>
<attribute name="loginTimeout"
type="java.lang.String"
writeable="false"/>
- <attribute name="isTestOnConnect"
+ <attribute name="testOnConnect"
description="Validate connection after connection has been established"
type="java.lang.Boolean"
+ is="true"
writeable="false"/>
<attribute name="jdbcInterceptors"