Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 1.0.2
-
Fix Version/s: 1.0.3
-
Component/s: None
-
Labels:None
-
Environment:SuSE Linux 9.2 AMD64
-
Complexity:Intermediate
-
Number of attachments :
Description
To reproduce the problem:
1. Add a schedule with the following CRON expression:
0 0 4-1 * * ?
2. Restart the Continuum server.
3. The server never start up.
To workaround the problem:
1. Use JDBC to dig int he database and fix the CRON expression:
0 0 4-23 * * ?
2. Start the Continuum server.
3. Server starts successfully.
Attachments
Issue Links
| This issue depends upon: | ||||
| PLXCOMP-6 | CronExpressionValidator must check ranges |
|
|
|
Arghh, the cron expression validator from quartz is bad. I'll add more test in our own validator and will check that ranges are in correct order.