| Author |
EJB Server Crashes
|
Amit Kumar Jain
Greenhorn
Joined: Aug 29, 2003
Posts: 1
|
|
Hi All Ranchers, I wanted to ask one question regarding EJB server crashing. What will happen if one transaction is half way down and EJB server crashes. 1)All the EJB objects will get destroyed? 2)What will happen to the stateful session bean objects in the pool? 3)when you restart the server, every thing is going to be a fresh thing as if you have started the server for the first time. Thanks
|
 |
Andres Gonzalez
Ranch Hand
Joined: Nov 27, 2001
Posts: 1561
|
|
Welcome to JR Amit. Don't take it as a complete answer, but I think everything will be gone, toast. I think it is because the transaction did not get to be commited, so all the changes didn't get to be replicated to the DB or any persistant storage. please correct me if I'm wrong
|
I'm not going to be a Rock Star. I'm going to be a LEGEND! --Freddie Mercury
|
 |
 |
|
|
subject: EJB Server Crashes
|
|
|