<?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: Starting a BPEL process instance according to a timed schedule in Oracle BPEL PM</title>
	<atom:link href="http://technology.amis.nl/2006/10/22/starting-a-bpel-process-instance-according-to-a-timed-schedule-in-oracle-bpel-pm/feed/" rel="self" type="application/rss+xml" />
	<link>http://technology.amis.nl/2006/10/22/starting-a-bpel-process-instance-according-to-a-timed-schedule-in-oracle-bpel-pm/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=starting-a-bpel-process-instance-according-to-a-timed-schedule-in-oracle-bpel-pm</link>
	<description></description>
	<lastBuildDate>Tue, 11 Jun 2013 22:09:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Maarten Smeets</title>
		<link>http://technology.amis.nl/2006/10/22/starting-a-bpel-process-instance-according-to-a-timed-schedule-in-oracle-bpel-pm/#comment-3931</link>
		<dc:creator>Maarten Smeets</dc:creator>
		<pubDate>Sun, 19 Feb 2012 16:54:08 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1372#comment-3931</guid>
		<description><![CDATA[&lt;a href=&quot;http://www.oracle.com/technetwork/middleware/soasuite/learnmore/soascheduler-186798.pdf&quot; rel=&quot;nofollow&quot;&gt;http://www.oracle.com/technetwork/middleware/soasuite/learnmore/soascheduler-186798.pdf&lt;/a&gt; contains a nice example on using Quartz for scheduling of BPEL processes.]]></description>
		<content:encoded><![CDATA[<p><a href="http://www.oracle.com/technetwork/middleware/soasuite/learnmore/soascheduler-186798.pdf" rel="nofollow">http://www.oracle.com/technetwork/middleware/soasuite/learnmore/soascheduler-186798.pdf</a> contains a nice example on using Quartz for scheduling of BPEL processes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: soa</title>
		<link>http://technology.amis.nl/2006/10/22/starting-a-bpel-process-instance-according-to-a-timed-schedule-in-oracle-bpel-pm/#comment-3930</link>
		<dc:creator>soa</dc:creator>
		<pubDate>Thu, 18 Feb 2010 11:42:58 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1372#comment-3930</guid>
		<description><![CDATA[wouldnt it be a disadvantage to use a while loop versus using external scheduler like quartz, because a while loop needs to be completely persisted in the db...so even if the scheduling is &#039;simple&#039; it would have a huge overhead over time, and keep filling the orabpel tables?]]></description>
		<content:encoded><![CDATA[<p>wouldnt it be a disadvantage to use a while loop versus using external scheduler like quartz, because a while loop needs to be completely persisted in the db&#8230;so even if the scheduling is &#8216;simple&#8217; it would have a huge overhead over time, and keep filling the orabpel tables?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Lorenzen</title>
		<link>http://technology.amis.nl/2006/10/22/starting-a-bpel-process-instance-according-to-a-timed-schedule-in-oracle-bpel-pm/#comment-3929</link>
		<dc:creator>Peter Lorenzen</dc:creator>
		<pubDate>Tue, 27 Feb 2007 11:04:31 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1372#comment-3929</guid>
		<description><![CDATA[Thanks Eric. Yes you need a receive or pick to create the instance. I was hoping for a hack or tip to get around this. :-)

Regards Pete]]></description>
		<content:encoded><![CDATA[<p>Thanks Eric. Yes you need a receive or pick to create the instance. I was hoping for a hack or tip to get around this. <img src='http://technology.amis.nl/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Regards Pete</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Elzinga</title>
		<link>http://technology.amis.nl/2006/10/22/starting-a-bpel-process-instance-according-to-a-timed-schedule-in-oracle-bpel-pm/#comment-3928</link>
		<dc:creator>Eric Elzinga</dc:creator>
		<pubDate>Mon, 26 Feb 2007 15:04:42 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1372#comment-3928</guid>
		<description><![CDATA[Peter,

I think you still need some initial activity to start the proces with (either a receive or pick), after this your bpel-process can be something which runs for ages. But i guess you always need some initial activity to do the first kick-off]]></description>
		<content:encoded><![CDATA[<p>Peter,</p>
<p>I think you still need some initial activity to start the proces with (either a receive or pick), after this your bpel-process can be something which runs for ages. But i guess you always need some initial activity to do the first kick-off</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Lorenzen</title>
		<link>http://technology.amis.nl/2006/10/22/starting-a-bpel-process-instance-according-to-a-timed-schedule-in-oracle-bpel-pm/#comment-3927</link>
		<dc:creator>Peter Lorenzen</dc:creator>
		<pubDate>Fri, 23 Feb 2007 16:28:14 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1372#comment-3927</guid>
		<description><![CDATA[Hi Lucas,

I would love to create a BPEL Process Dispatcher process with WHILE-WAIT-INVOKE logic. When I try I get this error: &quot;Initial activity is invalid. An initial activity must be of a receive or pick activity&quot;. How do I get around this?

Regards Pete]]></description>
		<content:encoded><![CDATA[<p>Hi Lucas,</p>
<p>I would love to create a BPEL Process Dispatcher process with WHILE-WAIT-INVOKE logic. When I try I get this error: &#8220;Initial activity is invalid. An initial activity must be of a receive or pick activity&#8221;. How do I get around this?</p>
<p>Regards Pete</p>
]]></content:encoded>
	</item>
</channel>
</rss>
