Retail Point-of-Service Solutions (MOSC)

MOSC Banner

Store close process-Scheduling issue

edited Nov 19, 2017 4:01AM in Retail Point-of-Service Solutions (MOSC) 1 commentAnswered

Hi All,

I have created a cron job inside spring.xml file which will start store close process at 12:00 (in the midnight).

Below is my scheduler task:

<task:scheduled-tasks scheduler="springTaskScheduler">

<task:scheduled ref="autoStoreClosing" method="run" cron="0 0 0 * * *" />

</task:scheduled-tasks>

But it is not calling the process everytime while Xstore is running at 12:00. This behavior is not consistent that means sometimes it is picking up the cron job and other times it is not working.

Thanks in advance!!

Regards,

Neha Gill

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center