Hi
I have a doubt
If I create 2 timers for the same EJB using
Timer created = timerService.createCalendarTimer(exp,config);
with the same exp but with different info values in the config
Must the EJB execute @Timeout twice (one for each timer) or once?
TIA
Leo