<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Custom Validators &#8211; Cron Job Expression Validator</title>
	<atom:link href="http://www.unitedmindset.com/jonbcampos/2009/07/29/custom-validators-cron-job-expression-validator/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.unitedmindset.com/jonbcampos/2009/07/29/custom-validators-cron-job-expression-validator/</link>
	<description>Blog on technology and software development typically around Adobe Flash, Flex, and AIR.</description>
	<lastBuildDate>Wed, 25 Jan 2012 11:21:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Val</title>
		<link>http://www.unitedmindset.com/jonbcampos/2009/07/29/custom-validators-cron-job-expression-validator/#comment-206</link>
		<dc:creator>Val</dc:creator>
		<pubDate>Wed, 11 Aug 2010 07:04:26 +0000</pubDate>
		<guid isPermaLink="false">http://unitedmindset.com/jonbcampos/?p=620#comment-206</guid>
		<description>Thanks. It was helpful to me too.</description>
		<content:encoded><![CDATA[<p>Thanks. It was helpful to me too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: daniel</title>
		<link>http://www.unitedmindset.com/jonbcampos/2009/07/29/custom-validators-cron-job-expression-validator/#comment-205</link>
		<dc:creator>daniel</dc:creator>
		<pubDate>Wed, 03 Feb 2010 12:46:10 +0000</pubDate>
		<guid isPermaLink="false">http://unitedmindset.com/jonbcampos/?p=620#comment-205</guid>
		<description>Good work.
This validator was helpful to me</description>
		<content:encoded><![CDATA[<p>Good work.<br />
This validator was helpful to me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Campos</title>
		<link>http://www.unitedmindset.com/jonbcampos/2009/07/29/custom-validators-cron-job-expression-validator/#comment-204</link>
		<dc:creator>Jonathan Campos</dc:creator>
		<pubDate>Thu, 27 Aug 2009 13:37:57 +0000</pubDate>
		<guid isPermaLink="false">http://unitedmindset.com/jonbcampos/?p=620#comment-204</guid>
		<description>For the day-of-the-month segment the valid values are between 1 and 31 and then &quot;, - * ? / L W C&quot;, so 0 shouldn&#039;t be valid. You can review these specifications at: http://quartz.sourceforge.net/javadoc/org/quartz/CronTrigger.html. HTH</description>
		<content:encoded><![CDATA[<p>For the day-of-the-month segment the valid values are between 1 and 31 and then &#8220;, &#8211; * ? / L W C&#8221;, so 0 shouldn&#8217;t be valid. You can review these specifications at: <a href="http://quartz.sourceforge.net/javadoc/org/quartz/CronTrigger.html" rel="nofollow">http://quartz.sourceforge.net/javadoc/org/quartz/CronTrigger.html</a>. HTH</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zvika</title>
		<link>http://www.unitedmindset.com/jonbcampos/2009/07/29/custom-validators-cron-job-expression-validator/#comment-203</link>
		<dc:creator>Zvika</dc:creator>
		<pubDate>Thu, 27 Aug 2009 07:44:34 +0000</pubDate>
		<guid isPermaLink="false">http://unitedmindset.com/jonbcampos/?p=620#comment-203</guid>
		<description>Hi,

I&#039;m looking all over the net for dealing with the following cron expression:
0 0 0 0W * ?

it doesn&#039;t seem valid to me (0W as day-of-the-month), yet Quartz CronExpression library and your validator validate the expression, only Quartz&#039;s computeFirstFireTime() gets stucks in an infinite loop.

Can you please confirm that this expression should cause a parse exception?

Thanks ahead.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;m looking all over the net for dealing with the following cron expression:<br />
0 0 0 0W * ?</p>
<p>it doesn&#8217;t seem valid to me (0W as day-of-the-month), yet Quartz CronExpression library and your validator validate the expression, only Quartz&#8217;s computeFirstFireTime() gets stucks in an infinite loop.</p>
<p>Can you please confirm that this expression should cause a parse exception?</p>
<p>Thanks ahead.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

