Page 1 of 1

About Question enthuware.oce-ejbd.v6.2.556 :

Posted: Sat Mar 03, 2012 4:36 pm
by ETS User
'Timers survive container crash'.

In my opinion only persistent timers are capable of it, e.g.:
@Schedule(persistent=false) - it will not survive.

Re: About Question enthuware.oce-ejbd.v6.2.556 :

Posted: Sat Mar 10, 2012 8:04 am
by admin
As per Section 18.2, "These persistent guarantees can optionally be disabled on a per-timer basis." So by default they are persistent.

But you are right the option should be updated to "Timers can survive container crash."

thank you for your feedback!