Hi

I have created the ticket and is currently improving the quartz component.
Yeah its a real bummer with the / as cron separators. I have improved
it to be a URI parameter instead, only requiring to use _ as space.

eg:
"quartz://myGroup/myTimerName?cron=0_0/5_12-18_?_*_MON-FRI"
"quartz://myGroup/myTimerName?cron=0_0_*_*_*_?"

And we can use ? instead of having to use $. So its only _ as spaces.



On Fri, Feb 27, 2009 at 3:58 PM, Claus Ibsen <[email protected]> wrote:
> On Fri, Feb 27, 2009 at 2:48 PM, gmagniez <[email protected]> wrote:
>>
>> Hi,
>> The camel-quartz component replace the character "/" by " ", but how can i
>> use the "/" in the cron expression like from trigering something every five
>> minutes: 0/5?
>> I've found another thread about that problem but it was not resolved.
>> http://www.nabble.com/camel-quartz-cron-trigger-endpoint-uri-syntax-td13923344.html#a13923344
> Hi
>
> Yeah I can not see the reason for this replacement unless to divide
> into sub paths, for each individual cron element.
>
> Do you mind creating a ticket, then we can fix it so you can use / in
> the URI. The only one that is reasonable to replace is the ? with $
> otherwise, even thought it may still be valid URI using it.
> http://camel.apache.org/support.html
>
>>
>> Best regards
>> --
>> View this message in context: 
>> http://www.nabble.com/Camel-quartz-tp22246214p22246214.html
>> Sent from the Camel - Users (activemq) mailing list archive at Nabble.com.
>>
>>
>
>
>
> --
> Claus Ibsen
> Apache Camel Committer
>
> Open Source Integration: http://fusesource.com
> Blog: http://davsclaus.blogspot.com/
>



-- 
Claus Ibsen
Apache Camel Committer

Open Source Integration: http://fusesource.com
Blog: http://davsclaus.blogspot.com/

Reply via email to