Message Boards

cron expression on Liferay 6.2 not working

Pratima Datta, modified 7 Years ago.

cron expression on Liferay 6.2 not working

New Member Posts: 2 Join Date: 3/8/17 Recent Posts
Cron expression 0 0/3 * * * ? is working i.e. expression is working only for intervals. When we try to run the job on a particular time like on every Sunday at 7 am, the scheduler is not working /job is not getting triggered.All the possible expressions are working in other applications.
Pratima Datta, modified 7 Years ago.

RE: cron expression on Liferay 6.2 not working

New Member Posts: 2 Join Date: 3/8/17 Recent Posts
resolved .. Used liferay scheduler instead of quartz scheduler in my project .