Hi! We use a scheduled bean, the added timers are persisted in a database table. After server restart the timers still work and the scheduled bean is triggered as expected.
But we get no access to the timers any more and therefore cannot cancel them. The injected TimerService on the scheduled bean does not provide the timers added before server restart within its getTimers() method. Is there another way to get access to the timers for a scheduled bean after server restart? Best regards, Thomas -- View this message in context: http://openejb.979440.n4.nabble.com/No-access-to-timers-after-server-restart-tp4664425.html Sent from the OpenEJB User mailing list archive at Nabble.com.
