1 Reply Latest reply on Feb 7, 2002 1:33 PM by ppetit

    How to wait in a MDB ?

    lbroudoux

      Hello,

      I need to implement a MessageDriven Bean that wait a moment in its execution until the end of another process.
      The other process end notification is quite basic : it produces a file and my MDB only has to check its existence.

      I have tried to do it this way, calling the wait() method in my MDB (inherited from Object).