RE: Issues with eviction configuration

2007-10-15 Thread Bhaskar
; 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

Re: Issues with eviction configuration

2007-10-15 Thread David Smith
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