1. At the time of JBOSS Startup, the DB is up. JBOSS creates the connection pool and the beans get deployed. After some time the DB goes down.
Do the beans get automatically undeployed?
No
Once the DB comes up, do the beans get automatically redeployed or do they have to be manually redeployed?
No. Everything just continues to work. The connections in the connectino pool may not work anymore and will be replaced by new ones.
The processing which which overlaps the period when the DB is down may cause exceptions.
2. At the time of JBOSS startup, the DB was not up. So the connection pool did not get created. After some time the DB came up.
Will the beans get automatically redeployed or do they have to be
manually redeployed?
Same story. When the beans try to reach the DB, they get a connection from the pool. When no valid connections are available, a new one will be created.
Joachim
------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user