1 Reply Latest reply on Apr 27, 2006 8:15 AM by marklittle

    Transactions and server shutdown

    ihunter

      Hi Folks,

      Can anybody please provide me with a definitive statement of what will happen to outstanding transactions if the server is closed down at the same same?

      I'm using JBoss4.0.3SP1 with EJB 2.1

      I may have missed this in the docs. - appologies if I have.

      Many Thanks
      Ian Hunter

        • 1. Re: Transactions and server shutdown
          marklittle

          Since the default transaction service that ships with 4.0.3SP1 doesn't have recovery, you may end up in a situation where transactions have performed partial work. I recommend that you look at installing JBossTransactions 4.2: this has recovery capabilities and clean shutdown semantics.

          Mark.