On 24/11/2007, Jason Anderson <[EMAIL PROTECTED]> wrote: > that works in your case but this fails to do stuff like specify a > trigger for every other day (0 0 0 */2 * ?) and have it work over > month end boundaries > > is there a reason '/' was picked to represent spaces instead of > something like '+' that most browsers use in urls?
We can change it; I didn't realise / was used to specify fractions. So would you be happy with a URI of something like this? quartz://groupName/jobName/0+0+0+*/2+*+$ BTW another option is we use a spring XML element to configure the quartz endpoints to avoid the URI escaping issues... <quartz:endpoint id="foo" groupName="bar" jobName="cheese" pattern="0 0 0 */2 * ?"/> -- James ------- http://macstrac.blogspot.com/ Open Source Integration http://open.iona.com
