<?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: Integrating Quartz with Spring</title>
	<atom:link href="http://blog.inflinx.com/2008/09/24/integrating-quartz-with-spring/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.inflinx.com/2008/09/24/integrating-quartz-with-spring/</link>
	<description>All About Software Development</description>
	<lastBuildDate>Thu, 10 Nov 2011 17:04:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Axel</title>
		<link>http://blog.inflinx.com/2008/09/24/integrating-quartz-with-spring/comment-page-1/#comment-22723</link>
		<dc:creator>Axel</dc:creator>
		<pubDate>Mon, 22 Aug 2011 12:57:07 +0000</pubDate>
		<guid isPermaLink="false">http://onerandomthought.wordpress.com/?p=106#comment-22723</guid>
		<description>Hi all.
In my case the job was run twice (or multiple times) because my cron expression was wrong. I had specified * for seconds which caused my job to run multiple times within one minute. As soon as I had 0 instead of * it worked fine, because my job needed more than one second to execute once. If you are not sure whether your job runs long enough, just add a Thread.sleep(1000); to your job.
Rgds,
Axel</description>
		<content:encoded><![CDATA[<p>Hi all.<br />
In my case the job was run twice (or multiple times) because my cron expression was wrong. I had specified * for seconds which caused my job to run multiple times within one minute. As soon as I had 0 instead of * it worked fine, because my job needed more than one second to execute once. If you are not sure whether your job runs long enough, just add a Thread.sleep(1000); to your job.<br />
Rgds,<br />
Axel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rabindra Singh</title>
		<link>http://blog.inflinx.com/2008/09/24/integrating-quartz-with-spring/comment-page-1/#comment-19715</link>
		<dc:creator>Rabindra Singh</dc:creator>
		<pubDate>Thu, 09 Jun 2011 09:00:13 +0000</pubDate>
		<guid isPermaLink="false">http://onerandomthought.wordpress.com/?p=106#comment-19715</guid>
		<description>Hi.
I am highly impressed by this blog. This gives a lot of information about Quartz with Spring. I have also visited following link i.e. giving similarly good information about Quartz framework and its integration with both JSP, Servlet and also with Spring Framework. The links are:
Quartz integration with JSP,Servlet:
           http://jksnu.blogspot.com/2011/03/quartz-framework-implementation-with.html

Quartz integration with Spring:
           http://jksnu.blogspot.com/</description>
		<content:encoded><![CDATA[<p>Hi.<br />
I am highly impressed by this blog. This gives a lot of information about Quartz with Spring. I have also visited following link i.e. giving similarly good information about Quartz framework and its integration with both JSP, Servlet and also with Spring Framework. The links are:<br />
Quartz integration with JSP,Servlet:<br />
           <a href="http://jksnu.blogspot.com/2011/03/quartz-framework-implementation-with.html" rel="nofollow">http://jksnu.blogspot.com/2011/03/quartz-framework-implementation-with.html</a></p>
<p>Quartz integration with Spring:<br />
           <a href="http://jksnu.blogspot.com/" rel="nofollow">http://jksnu.blogspot.com/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vaibhav</title>
		<link>http://blog.inflinx.com/2008/09/24/integrating-quartz-with-spring/comment-page-1/#comment-14898</link>
		<dc:creator>Vaibhav</dc:creator>
		<pubDate>Mon, 31 Jan 2011 05:51:25 +0000</pubDate>
		<guid isPermaLink="false">http://onerandomthought.wordpress.com/?p=106#comment-14898</guid>
		<description>Hello Anyz did you find cause job was running twice i am running in to same issue, In fact i have job which runs every 10 minutes but some how it is running twice. My cron expression is 


    
    &lt;!-- run every morning at 6 AM --&gt;
    
</description>
		<content:encoded><![CDATA[<p>Hello Anyz did you find cause job was running twice i am running in to same issue, In fact i have job which runs every 10 minutes but some how it is running twice. My cron expression is </p>
<p>    <!-- run every morning at 6 AM --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Balaji</title>
		<link>http://blog.inflinx.com/2008/09/24/integrating-quartz-with-spring/comment-page-1/#comment-4027</link>
		<dc:creator>Balaji</dc:creator>
		<pubDate>Tue, 23 Feb 2010 16:44:57 +0000</pubDate>
		<guid isPermaLink="false">http://onerandomthought.wordpress.com/?p=106#comment-4027</guid>
		<description>Anyz, What cron expression are you using?</description>
		<content:encoded><![CDATA[<p>Anyz, What cron expression are you using?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anyz</title>
		<link>http://blog.inflinx.com/2008/09/24/integrating-quartz-with-spring/comment-page-1/#comment-4019</link>
		<dc:creator>Anyz</dc:creator>
		<pubDate>Tue, 23 Feb 2010 10:51:07 +0000</pubDate>
		<guid isPermaLink="false">http://onerandomthought.wordpress.com/?p=106#comment-4019</guid>
		<description>I changed you code to use CronTrigger and make it fire every 30 seconds. But When running code the job gets executed twice. I could not figure out why its running twice against each fire of trigger.</description>
		<content:encoded><![CDATA[<p>I changed you code to use CronTrigger and make it fire every 30 seconds. But When running code the job gets executed twice. I could not figure out why its running twice against each fire of trigger.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

