RE: [OFFTOPIC??] RE: dbcp connection and database restart

2003-07-10 Thread Angus Mezick
4 AM > To: Tomcat Users List > Subject: RE: [OFFTOPIC??] RE: dbcp connection and database restart > > > Angus, > > You can call Conection.isClosed(), but the documentation > suggests that this > is not a reliable method of telling that it is _definitely_ closed. > Ho

RE: [OFFTOPIC??] RE: dbcp connection and database restart

2003-07-09 Thread Andy Eastham
Angus, You can call Conection.isClosed(), but the documentation suggests that this is not a reliable method of telling that it is _definitely_ closed. However, if it does return true, you know that you should reconnect before attempting a call with the connection. Andy > -Original Message---