How about setting the idle timeout? Or are you talking about a db error that breaks the connection? These are hard to deal with since SQLExceptions could be a constraint violation or a dead connection, and there's no way to distinguish them.
david jencks On 2002.05.24 12:53:34 -0400 Mir Islam wrote: > Is there a way to restart the connection pool if the DB drops the > connection for some reason, without having to restart jboss ? > > From all mails I have been reading, it seems like the app server has to > be restarted. > > Thanks > Mir > > > _______________________________________________________________ > > Don't miss the 2002 Sprint PCS Application Developer's Conference > August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm > > _______________________________________________ > JBoss-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/jboss-user > > _______________________________________________________________ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
