Fixed in trunk, rev 896649.
-Adrian
Adrian Crum wrote:
I have duplicated the bug on my local copy and I am looking into it.
-Adrian
cqnunez wrote:
We are currently trying to make use of TemporalExpression to schedule a
service to run on a date/time specified by the user.
For example, we wanted to run the "createMaintsFromTimeInterval" service
every 1st or 15th of the month.
<JobSandbox jobId="TEST_FAM_AUTO_CREATE" jobName="Auto-create Fixed Asset
Maintenances" runTime="2000-01-01 00:00:00.000"
serviceName="createMaintsFromTimeInterval" poolId="pool"
runAsUser="system"
tempExprId="1ST_AND_15TH_MONTH" maxRecurrenceCount="-1"/>
We've noticed that it will only schedule the service on the 1st day of
the
month. Once it has finished the scheduled job on the 1st day of the
month,
instead of creating a new job scheduled on the 15th of the same month, it
will schedule the service on the 1st day of the following month.
I've tried it on the ofbiz demo server and encountered the same error.
Any help would be most appreciated.
Thanks.