Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
None
-
None
-
None
-
solaris 10 / weblogic 10 / oracle jdbc
Description
Axis webservice remains unavailable when jdbc connection pool is up again
A Axis SOAP service uses a jdbc connection pool.
case 1- If the jdbc connection pool is up when the Axis service is started, => ok.
case 2- if the jdbc connection pool (or the database) is down when the Axis service is started, the Axis service won't work properly (normal).
case 3- if the jdbc connection pool (or the database) comes up again a couple of minutes after case 2, I wish the Axis service to restart automaticly and the web service to be up again. Most componants do so except AXIS.
Is there a workaround to restart the SOAP service ( without restarting the application server ) ?