Page 1 of 1
About Question enthuware.oce-ejbd.v6.2.433 :
Posted: Thu Apr 21, 2011 5:03 am
by deadlock_gr
I think that the invokeThisMethodEveryHour() method should be annotated with @Timeout for clarity (or say that in the deployment descriptor this is specified as timeout method).
Re: About Question enthuware.oce-ejbd.v6.2.433 :
Posted: Thu Apr 21, 2011 7:22 am
by admin
I agree. @TimeOut added.
Thanks for the feedback!
Re: About Question enthuware.oce-ejbd.v6.2.433 :
Posted: Tue Oct 02, 2012 2:53 am
by Guest
I believe this was commented upon in some other question thread, but still.
The expression new ScheduleExpression().hour(1) is supposed to describe 1am every day, not 1 hour intervals - or am I wrong at that?
Also, the phrase "while creation" in the fourth answer option jars the eye.
Sorry for such petty complaints.

Re: About Question enthuware.oce-ejbd.v6.2.433 :
Posted: Tue Oct 02, 2012 5:35 pm
by admin
Guest wrote:I believe this was commented upon in some other question thread, but still.
The expression new ScheduleExpression().hour(1) is supposed to describe 1am every day, not 1 hour intervals - or am I wrong at that?
Also, the phrase "while creation" in the fourth answer option jars the eye.
Sorry for such petty complaints.

You are right. ALthough it is not relevant to the question, the method name is nevertheless misleading. This has now been fixed.
We sincerely appreciate all kind of feedback. Nothing is petty.
thank you for your help in improving the product,
Paul.
Re: About Question enthuware.oce-ejbd.v6.2.433 :
Posted: Mon Dec 03, 2012 8:36 pm
by ravasconcelos
Typo:
Collection<Timer> timers = timerService.getTimers)();
Re: About Question enthuware.oce-ejbd.v6.2.433 :
Posted: Tue Dec 04, 2012 6:22 am
by admin
ravasconcelos wrote:Typo:
Collection<Timer> timers = timerService.getTimers)();
Fixed!
thank you for your feedback!