0 Replies Latest reply on May 25, 2007 4:44 PM by vellmont

    Automatically re-establishing DB connections in pool?

    vellmont

      Recently the network connection to our database server went down for some reason. This caused our webapps not work properly until jboss was restarted and established its DB connection pool again. We're using DataSource connection pooling via JNDI lookups.

      My question is:

      Is this expected behavior? Is JBoss supposed to re-establish it's connection pool if the connections are lost for some reason, or is something simply not configured properly?

      It'd be nice to get Jboss to be a bit more robust in its failover procedures. Ideally trying to re-establish its connection pool ever N minutes.