<?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: Oracle BPEL Process Manager: Most efficient way to manage dynamic process level (cross instance) data</title>
	<atom:link href="http://technology.amis.nl/2008/01/06/oracle-bpel-process-manager-most-efficient-way-to-manage-dynamic-process-level-cross-instance-data/feed/" rel="self" type="application/rss+xml" />
	<link>http://technology.amis.nl/2008/01/06/oracle-bpel-process-manager-most-efficient-way-to-manage-dynamic-process-level-cross-instance-data/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=oracle-bpel-process-manager-most-efficient-way-to-manage-dynamic-process-level-cross-instance-data</link>
	<description></description>
	<lastBuildDate>Fri, 12 Apr 2013 10:04:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Gita Kaiserman</title>
		<link>http://technology.amis.nl/2008/01/06/oracle-bpel-process-manager-most-efficient-way-to-manage-dynamic-process-level-cross-instance-data/#comment-5124</link>
		<dc:creator>Gita Kaiserman</dc:creator>
		<pubDate>Mon, 29 Aug 2011 14:47:19 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=2781#comment-5124</guid>
		<description><![CDATA[I like this post, enjoyed this one  appreciate it for posting .]]></description>
		<content:encoded><![CDATA[<p>I like this post, enjoyed this one  appreciate it for posting .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lucas Jellema</title>
		<link>http://technology.amis.nl/2008/01/06/oracle-bpel-process-manager-most-efficient-way-to-manage-dynamic-process-level-cross-instance-data/#comment-5123</link>
		<dc:creator>Lucas Jellema</dc:creator>
		<pubDate>Thu, 24 Jan 2008 07:01:46 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=2781#comment-5123</guid>
		<description><![CDATA[Interesting though this story is, it would not be complete without mentioning the Oracle BPEL Deployment Descriptor Properties (Preferences and Configuration Properties). See &lt;a href=&quot;http://download-uk.oracle.com/docs/cd/B31017_01/integrate.1013/b28981/appx_deploydesc.htm#sthref4196&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;BPEL Developer&#039;s Guide - Appendix C&lt;/a&gt; for details on this very useful feature.]]></description>
		<content:encoded><![CDATA[<p>Interesting though this story is, it would not be complete without mentioning the Oracle BPEL Deployment Descriptor Properties (Preferences and Configuration Properties). See <a href="http://download-uk.oracle.com/docs/cd/B31017_01/integrate.1013/b28981/appx_deploydesc.htm#sthref4196" target="_blank" rel="nofollow">BPEL Developer&#8217;s Guide &#8211; Appendix C</a> for details on this very useful feature.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lucas Jellema</title>
		<link>http://technology.amis.nl/2008/01/06/oracle-bpel-process-manager-most-efficient-way-to-manage-dynamic-process-level-cross-instance-data/#comment-5122</link>
		<dc:creator>Lucas Jellema</dc:creator>
		<pubDate>Sat, 12 Jan 2008 19:32:57 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=2781#comment-5122</guid>
		<description><![CDATA[Umesh&lt;br /&gt;
Thanks for your comment. I suppose that in a multi-JVM environment I will not get away with the singleton without having it regularly check in either a file or database table whether or not a refresh is required - by comparing its own latest-refresh-timestamp with the latest-update-timestamp in either file or database table. Depending on how quickly confguration changes should take effect, the singleton has to poll regularly. Altenatively, we could perhaps have each instance (node) initiate the singleton from its own BPEL process instance - and continue to have that process instance around for pushing new configuration settings to the singleton. I do not know at this point however if and how I can create a BPEL Process instance at a specific node in the cluster or instance in OC4J.&lt;br /&gt;
Lucas]]></description>
		<content:encoded><![CDATA[<p>Umesh<br />
Thanks for your comment. I suppose that in a multi-JVM environment I will not get away with the singleton without having it regularly check in either a file or database table whether or not a refresh is required &#8211; by comparing its own latest-refresh-timestamp with the latest-update-timestamp in either file or database table. Depending on how quickly confguration changes should take effect, the singleton has to poll regularly. Altenatively, we could perhaps have each instance (node) initiate the singleton from its own BPEL process instance &#8211; and continue to have that process instance around for pushing new configuration settings to the singleton. I do not know at this point however if and how I can create a BPEL Process instance at a specific node in the cluster or instance in OC4J.<br />
Lucas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Umesh</title>
		<link>http://technology.amis.nl/2008/01/06/oracle-bpel-process-manager-most-efficient-way-to-manage-dynamic-process-level-cross-instance-data/#comment-5121</link>
		<dc:creator>Umesh</dc:creator>
		<pubDate>Sat, 12 Jan 2008 10:20:49 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=2781#comment-5121</guid>
		<description><![CDATA[Quite a nifty technique. Lookups are always important and going to DB or reading from a file etc will always be costly affair. Just out of curiosity, how will this work when you have multiple JVMs for your OC4J or have a clustered installation of SOA suite?]]></description>
		<content:encoded><![CDATA[<p>Quite a nifty technique. Lookups are always important and going to DB or reading from a file etc will always be costly affair. Just out of curiosity, how will this work when you have multiple JVMs for your OC4J or have a clustered installation of SOA suite?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
