If I schedule a bunch of future one-time or repeating events in the EJB timer service, will this schedule survive a controlled server shutdown (or uncontrolled crash)?
When the server comes back up will I have to keep track of these events and re-schedule everything or will it automatically reconstruct the schedule?
Thanks,
Greg