0 Replies Latest reply on Mar 7, 2008 2:10 PM by snarff

    Singleton TimedObjects?

    snarff

      A singleton MDB is triggered periodically by a timer. However, the timer thread which calls the ejbTimeout method seems to run concurrently with the thread which invokes the onMessage method, which destroys the singleton character of the MDB. Is there any means to guarantee that an MDB which runs on a timer behaves as a true singleton?