<?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"
	>
<channel>
	<title>Comments on: Quartz Scheduling and Seam (part 1)</title>
	<atom:link href="http://www.digitalsanctuary.com/tech-blog/java/jboss/seam/quartz-scheduling-and-seam-part-1.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.digitalsanctuary.com/tech-blog/java/jboss/seam/quartz-scheduling-and-seam-part-1.html</link>
	<description>Java, ATG, Seam, and related Technologies</description>
	<pubDate>Sat, 05 Jul 2008 18:29:43 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Devon</title>
		<link>http://www.digitalsanctuary.com/tech-blog/java/jboss/seam/quartz-scheduling-and-seam-part-1.html#comment-5235</link>
		<dc:creator>Devon</dc:creator>
		<pubDate>Wed, 23 Apr 2008 15:54:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalsanctuary.com/tech-blog/java/jboss/seam/quartz-scheduling-and-seam-part-1.html#comment-5235</guid>
		<description>Interesting!  Thanks for posting your progress!</description>
		<content:encoded><![CDATA[<p>Interesting!  Thanks for posting your progress!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tgodse</title>
		<link>http://www.digitalsanctuary.com/tech-blog/java/jboss/seam/quartz-scheduling-and-seam-part-1.html#comment-5234</link>
		<dc:creator>tgodse</dc:creator>
		<pubDate>Wed, 23 Apr 2008 15:45:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalsanctuary.com/tech-blog/java/jboss/seam/quartz-scheduling-and-seam-part-1.html#comment-5234</guid>
		<description>Thanks a lot this blog was extremely helpful. The problem was solved after including file into the EAR/lib directly. Now working on persisting the QuartzTriggerHandle. Earlier I was trying to add quartz.jar into app-inf lib where my other jars are but had to create a lib folder with in EAR to make it work. So far working out good. Thanks again!</description>
		<content:encoded><![CDATA[<p>Thanks a lot this blog was extremely helpful. The problem was solved after including file into the EAR/lib directly. Now working on persisting the QuartzTriggerHandle. Earlier I was trying to add quartz.jar into app-inf lib where my other jars are but had to create a lib folder with in EAR to make it work. So far working out good. Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tgodse</title>
		<link>http://www.digitalsanctuary.com/tech-blog/java/jboss/seam/quartz-scheduling-and-seam-part-1.html#comment-5188</link>
		<dc:creator>tgodse</dc:creator>
		<pubDate>Tue, 22 Apr 2008 00:29:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalsanctuary.com/tech-blog/java/jboss/seam/quartz-scheduling-and-seam-part-1.html#comment-5188</guid>
		<description>Hi first of all thanks a lot Devon your wiki helped a lot but I am still having the same problem that you have.
I saw Tom Goring is not getting the exception after copying quartz.jar into app-inf/lib folder, but I am still getting org.quartz.JobPersistenceException: Couldn't recover jobs: Couldn't store trigger: No ClassLoaders found for: org.jboss.seam.async.AsynchronousInvocation. Just an update at the begining I also had rollback error which was due to seam managed transaction (referring to Tom Gorings problem) which was corrected after entering following two properties in the seam-quartz.properties. 
org.quartz.jobStore.nonManagedTXDataSource
org.quartz.dataSource.nonManagedTX.jndiURL=
oh by the way datasouce is also required
Not sure still why I am getting Asynch error please post here if anybody has found any work around.</description>
		<content:encoded><![CDATA[<p>Hi first of all thanks a lot Devon your wiki helped a lot but I am still having the same problem that you have.<br />
I saw Tom Goring is not getting the exception after copying quartz.jar into app-inf/lib folder, but I am still getting org.quartz.JobPersistenceException: Couldn&#8217;t recover jobs: Couldn&#8217;t store trigger: No ClassLoaders found for: org.jboss.seam.async.AsynchronousInvocation. Just an update at the begining I also had rollback error which was due to seam managed transaction (referring to Tom Gorings problem) which was corrected after entering following two properties in the seam-quartz.properties.<br />
org.quartz.jobStore.nonManagedTXDataSource<br />
org.quartz.dataSource.nonManagedTX.jndiURL=<br />
oh by the way datasouce is also required<br />
Not sure still why I am getting Asynch error please post here if anybody has found any work around.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Devon</title>
		<link>http://www.digitalsanctuary.com/tech-blog/java/jboss/seam/quartz-scheduling-and-seam-part-1.html#comment-3956</link>
		<dc:creator>Devon</dc:creator>
		<pubDate>Fri, 15 Feb 2008 18:43:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalsanctuary.com/tech-blog/java/jboss/seam/quartz-scheduling-and-seam-part-1.html#comment-3956</guid>
		<description>I haven't gotten it working, although to be honest I've been busy with other projects for a while.</description>
		<content:encoded><![CDATA[<p>I haven&#8217;t gotten it working, although to be honest I&#8217;ve been busy with other projects for a while.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Goring</title>
		<link>http://www.digitalsanctuary.com/tech-blog/java/jboss/seam/quartz-scheduling-and-seam-part-1.html#comment-3951</link>
		<dc:creator>Tom Goring</dc:creator>
		<pubDate>Fri, 15 Feb 2008 08:26:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalsanctuary.com/tech-blog/java/jboss/seam/quartz-scheduling-and-seam-part-1.html#comment-3951</guid>
		<description>Hi, did you get this working? I've got past the 

ClassLoaders found for: org.jboss.seam.async.AsynchronousInvocation 

by adding quartz jar into the EAR lib but now I'm getting a rollback issue?</description>
		<content:encoded><![CDATA[<p>Hi, did you get this working? I&#8217;ve got past the </p>
<p>ClassLoaders found for: org.jboss.seam.async.AsynchronousInvocation </p>
<p>by adding quartz jar into the EAR lib but now I&#8217;m getting a rollback issue?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Techieexchange</title>
		<link>http://www.digitalsanctuary.com/tech-blog/java/jboss/seam/quartz-scheduling-and-seam-part-1.html#comment-2593</link>
		<dc:creator>Techieexchange</dc:creator>
		<pubDate>Tue, 13 Nov 2007 19:06:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalsanctuary.com/tech-blog/java/jboss/seam/quartz-scheduling-and-seam-part-1.html#comment-2593</guid>
		<description>Hi,
 Nice info for Seam+Quartz.

I wrote a step-by-step screencast tutorial to make Seam development as RAD - Rapid Application Development with Eclipse and Tomcat, focusing on developer productivity.

http://techieexchange.wordpress.com/2007/11/11/rad-seam-development-with-eclipse-and-tomcat-step-by-step-tutorial-screencast/

I hope this tutorial will be useful for J2EE/JEE developers.


Thanks.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
 Nice info for Seam+Quartz.</p>
<p>I wrote a step-by-step screencast tutorial to make Seam development as RAD - Rapid Application Development with Eclipse and Tomcat, focusing on developer productivity.</p>
<p><a href="http://techieexchange.wordpress.com/2007/11/11/rad-seam-development-with-eclipse-and-tomcat-step-by-step-tutorial-screencast/" rel="nofollow">http://techieexchange.wordpress.com/2007/11/11/rad-seam-development-with-eclipse-and-tomcat-step-by-step-tutorial-screencast/</a></p>
<p>I hope this tutorial will be useful for J2EE/JEE developers.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Terry</title>
		<link>http://www.digitalsanctuary.com/tech-blog/java/jboss/seam/quartz-scheduling-and-seam-part-1.html#comment-2433</link>
		<dc:creator>Terry</dc:creator>
		<pubDate>Tue, 06 Nov 2007 17:05:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalsanctuary.com/tech-blog/java/jboss/seam/quartz-scheduling-and-seam-part-1.html#comment-2433</guid>
		<description>I'm facing the similar problems in term of lack of doc for using quartz scheduling in SEAM.
Thanks for your posts on this.

Anyway, seam really rocks, and I'm sure the next releases will have a more detailed doc.</description>
		<content:encoded><![CDATA[<p>I&#8217;m facing the similar problems in term of lack of doc for using quartz scheduling in SEAM.<br />
Thanks for your posts on this.</p>
<p>Anyway, seam really rocks, and I&#8217;m sure the next releases will have a more detailed doc.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
