; Sent: Monday, October 15, 2007 6:51 PM
> To: Tomcat Users List
> Subject: Re: Issues with eviction configuration
>
> Regarding testOnBorrow, the method signature is below:
>
> BasicDataSource.setTestOnBorrow( boolean )
>
> Note this is not an arbitrary string, but s
Regarding testOnBorrow, the method signature is below:
BasicDataSource.setTestOnBorrow( boolean )
Note this is not an arbitrary string, but specifically true or false.
Your config would most likely throw an exception. The validation query
must be set via validationQuery. I would strongly re