I'm writing an application for the JBoss Java EE server. I would like to have the DB-access code quite robust. Thus I have created retry loops so that the request won't fail because of temporary network problems. Now I would like the execution of the request to pause in between retries.I'm writing an application for the JBoss Java E