Page 1 of 1

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

Posted: Sun Jan 04, 2015 7:26 am
by ramy6_1
Hello ,

I agree that @Schedule(hour="*") is required for the timer to be invoked each hour.
But will @Schedule only do the same effect ?

Kindly advice

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

Posted: Mon Jan 05, 2015 12:19 am
by admin
No, the JavaDoc API for this annotation clearly says:
All elements of this annotation are optional. If none are specified a persistent timer will be created with callbacks occuring every day at midnight in the default time zone associated with the container in which the application is executing.
HTH,
Paul.