<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Hi Balz<br>
      <br>
      No, I don't think that Yanel currently supports the cron schedule
      format, only something like for example<br>
      <br>
            <trigger startDate="2014.04.30T17:39:00"><br>
              <repeat count="3" interval="10000"
      target-environment="dev"/><br>
              <repeat count="REPEAT_INDEFINITELY"
      interval="86400000"/> <!-- INFO: One day in milliseconds
      --><br>
            </trigger><br>
      <br>
      but I think it would be quite straight forward to enhance<br>
      <br>
src/impl/java/org/wyona/yanel/impl/scheduler/QuartzSchedulerUtil.java<br>
      <br>
      which is currently processing the startDate attribute.<br>
      <br>
      It would be great if you could provide a pull request :-)<br>
      <br>
      Thanks<br>
      <br>
      Michael<br>
      <br>
      Am 04.10.16 um 10:44 schrieb basZero:<br>
    </div>
    <blockquote
cite="mid:CAOXzDSHp6YYcrQvtJT-qj78eeJ3NJ9tPiEHw+F2iJjA546ZZKA@mail.gmail.com"
      type="cite">
      <div dir="ltr">Hi,
        <div><br>
        </div>
        <div>cool would be something like this in the scheduler-jobs.xml
          : </div>
        <div><br>
        </div>
        <div>
          <div>    <job class="com.myjobs.blabla" name="My Job A"></div>
          <div>      <trigger cronSchedule="STRING"> <!-- e.g.
            "0 0 15 5 * ?" --></div>
          <div>      </trigger><br>
          </div>
          <div>    </job></div>
        </div>
        <div>Cheers, Balz</div>
      </div>
      <div class="gmail_extra"><br>
        <div class="gmail_quote">On Tue, Oct 4, 2016 at 10:38 AM,
          basZero <span dir="ltr"><<a moz-do-not-send="true"
              href="mailto:baszero@gmail.com" target="_blank">baszero@gmail.com</a>></span>
          wrote:<br>
          <blockquote class="gmail_quote" style="margin:0 0 0
            .8ex;border-left:1px #ccc solid;padding-left:1ex">
            <div dir="ltr">Hi,
              <div><br>
              </div>
              <div>Yanel runs on Quartz 2.1.5, which is great.</div>
              <div>However I didnt' find out how to use the advanced
                triggering features via the scheduler.jobs.xml:</div>
              <div><br>
              </div>
              <div>
                <div>trigger = newTrigger()</div>
                <div>    .withIdentity("trigger3", "group1")</div>
                <div>    .startNow()</div>
                <div>    .withSchedule(cronSchedule("0 0 15 5 * ?")) //
                  fire on the 5th day of every month at 15:00</div>
                <div>    .build();</div>
              </div>
              <div><br>
              </div>
              <div>Does Yanel support the Cron-Schedule notation in any
                way? If so, where and how do I have to configure it?</div>
              <div><br>
              </div>
              <div>Source: <a moz-do-not-send="true"
href="http://www.quartz-scheduler.org/documentation/quartz-2.x/cookbook/MonthlyTrigger.html"
                  target="_blank">http://www.quartz-<wbr>scheduler.org/documentation/<wbr>quartz-2.x/cookbook/<wbr>MonthlyTrigger.html</a></div>
              <div><br>
              </div>
              <div>Thanks </div>
              <div>Balz</div>
            </div>
          </blockquote>
        </div>
        <br>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
    </blockquote>
    <br>
  </body>
</html>