3 Replies Latest reply on Apr 21, 2004 12:04 AM by scoy

    TODO: Timers

      The current implementation of createTimer() just creates new java.util.Timer
      objects. This needs to be improved

        • 1. Re: TODO: Timers
          scoy

          Are you talking about the new ejb timer implementation?

          If so, would you rather see it using the jmx timer service?

          Steve Coy

          • 2. Re: TODO: Timers
            bill.burke

            Does the new Thomas Diesler implementaiton still use the Scheduler? That thing is a piece of crap. So yes, use the jms timer service if you can. Scott is also interested in integrating Quartz. Not sure if it if applicable in this situation though.

            Bill

            • 3. Re: TODO: Timers
              scoy

              Actually, I see now that Adrian is talking about the implementation of BootstrapContext.createTimer().

              As far as Thomas' ejb timer implementation is concerned, it is just using java.util.Timer.