Posted By:
Deepak_S
Posted On:
Wednesday, September 1, 2004 03:03 AM
If the Container Rollbacks or Commits the Transaction when an Exception occurs, then what happens during a network failure or Database crash, etc?
for ex, If I have started a transaction & in between the network goes down then System level Exception occurs, In this case the Container cannot Commit or Rollback the transaction as the network is down & it could not communicate with the database server.
Please let me know....