Default cron expression for database update is invalid
------------------------------------------------------
Key: MRM-763
URL: http://jira.codehaus.org/browse/MRM-763
Project: Archiva
Issue Type: Bug
Components: web application
Affects Versions: 1.0.2
Reporter: Wendy Smoak
Priority: Minor
The default cron expression on the Database page is "0 0 * * ?" which is
invalid.
When adding a managed repository, the log shows:
2008-04-02 22:48:29,346 [btpool0-2] WARN
org.apache.maven.archiva.scheduled.ArchivaTaskScheduler:default - Cron
expression [0 0 * * ?] for database update is invalid. Defaulting to hourly.
If you click 'Update cron' on the Databases page, there is no validation error
(but the same log message appears.)
I think it should be [0 0 * * * ?] instead.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira