<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>deltalounge &#187; BPEL</title>
	<atom:link href="http://www.deltalounge.net/wpress/tag/bpel/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.deltalounge.net/wpress</link>
	<description>Service Orientation, Software Development, Oracle, Lean, Agile</description>
	<lastBuildDate>Wed, 01 Feb 2012 08:01:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Solving ORABPEL-11075 Unable to create control directory</title>
		<link>http://www.deltalounge.net/wpress/2012/01/solving-orabpel-11075-unable-to-create-control-directory/</link>
		<comments>http://www.deltalounge.net/wpress/2012/01/solving-orabpel-11075-unable-to-create-control-directory/#comments</comments>
		<pubDate>Tue, 03 Jan 2012 15:02:02 +0000</pubDate>
		<dc:creator>PeterPaul</dc:creator>
				<category><![CDATA[BPEL]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Service Bus]]></category>
		<category><![CDATA[SOA Suite]]></category>
		<category><![CDATA[10g]]></category>
		<category><![CDATA[Adapter]]></category>
		<category><![CDATA[ESB]]></category>
		<category><![CDATA[File System]]></category>

		<guid isPermaLink="false">http://www.deltalounge.net/wpress/?p=1686</guid>
		<description><![CDATA[Recently I engaged with a customer who experiences (among other problems) the following. Since there is hardly any info on Oracle Support or blogs I thought I&#8217;d share some info here: WSIF JCA Execute of operation 'SomeService' failed due to: Unable to create control directory. Unable to create control directory: "/mnt/queues/controldir/bpel/fileftp/controlFiles/epajYGFxPFPErSM8HcN8HQ==/outbound". ; nested exception is: [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I engaged with a customer who experiences (among other problems) the following. Since there is hardly any info on Oracle Support or blogs I thought I&#8217;d share some info here:<br />
<code><br />
WSIF JCA Execute of operation 'SomeService' failed due to: Unable to create control directory.<br />
Unable to create control directory:  "/mnt/queues/controldir/bpel/fileftp/controlFiles/epajYGFxPFPErSM8HcN8HQ==/outbound".<br />
; nested exception is:<br />
	<strong>ORABPEL-11075</strong><br />
<strong>Unable to create control directory</strong>.<br />
Unable to create control directory:  "/mnt/queues/controldir/bpel/fileftp/controlFiles/epajYGFxPFPErSM8HcN8HQ==/outbound".<br />
Please make sure that the directory name is valid and that there are adequate permissions to create the directory.<br />
</code></p>
<h3>Solution</h3>
<p>As the last part of the error message suggests, check for file system stuff:</p>
<ol>
<li>Is the share and/or mount your file / ftp adapter is pointing to still available?</li>
<li>Can the share be reached from your SOA Server?</li>
<li>Does the directory name exist?</li>
<li>Are the required permissions available?</li>
</ol>
<p>Correct inaccuracies.</p>
<h3>Common Issues and Workarounds for File/FTP Adapter</h3>
<p>There is an extensive document on solving <a href="https://supporthtml.oracle.com/ep/faces/secure/km/DocumentDisplay.jspx?id=1075806.1&#038;h=Y" title="Issues file and ftp adapters" target="_blank">issues with file and FTP adapters</a> on Oracle support. The documentation for file and FTP adapters can be found:</p>
<ol>
<li><a href="http://docs.oracle.com/cd/E14571_01/integration.1111/e10231/adptr_file.htm#BABCJJCD" title="11g JCA File FTP Adapters" target="_blank">11g JCA File / FTP adapter</a></li>
<li><a href="http://docs.oracle.com/cd/B31017_01/integrate.1013/b28994/adptr_file.htm#sthref29" title="10g File FTP Adapter" target="_blank">10g File / FTP Adapter</a></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.deltalounge.net/wpress/2012/01/solving-orabpel-11075-unable-to-create-control-directory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SOA Suite Installation Quick Start</title>
		<link>http://www.deltalounge.net/wpress/2011/07/soa-suite-installation-quick-start/</link>
		<comments>http://www.deltalounge.net/wpress/2011/07/soa-suite-installation-quick-start/#comments</comments>
		<pubDate>Thu, 14 Jul 2011 13:56:11 +0000</pubDate>
		<dc:creator>PeterPaul</dc:creator>
				<category><![CDATA[BPEL]]></category>
		<category><![CDATA[JDeveloper]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[SOA Suite]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[WLS]]></category>
		<category><![CDATA[11g]]></category>
		<category><![CDATA[Install]]></category>
		<category><![CDATA[Mediator]]></category>

		<guid isPermaLink="false">http://www.deltalounge.net/wpress/?p=1430</guid>
		<description><![CDATA[There are always quite some blog posts on installing SOA Suite on several platforms. Recently I discovered that Oracle publishes a Quick Start Guide on the SOA Suite (PDF!) that mainly deals with the installation process (and de-installation should you need it). This guide is aimed at installations for developers and not for production machines. [...]]]></description>
			<content:encoded><![CDATA[<p>There are always quite some blog posts on installing SOA Suite on several platforms. Recently I discovered that Oracle publishes a <a href="http://www.oracle.com/technetwork/middleware/soasuite/overview/quickstartguidesoasuite11gr1ps3-313245.pdf">Quick Start Guide on the SOA Suite</a> (PDF!) that mainly deals with the installation process (and de-installation should you need it). </p>
<p>This guide is aimed at installations for developers and not for production machines. Unfortunately the installation of OSB is out of scope.  I expect it to be upgraded to PS4 (11.1.1.5) soon. I could find any missing instructions while installing PS4 on a Windows7 VirtualBox.</p>
<p>This document looks very similar to the installation chapter in Getting Started with Oracle <a href="http://www.packtpub.com/getting-started-with-oracle-soa-suite-11g-r1/book">SOA Suite 11g R1</a>.</p>
<h3>Update</h3>
<p>It was confirmed by <a href="https://twitter.com/#!/SOASimone">Simone Geib</a>, Product Manager in the Oracle SOA team, that both the <a href="https://twitter.com/#!/soasimone/status/91550204901343232">OSB part</a> and the <a href="https://twitter.com/#!/soasimone/status/91550621471211520">PS4 update</a> are coming soon.</p>
<h3>Update September</h3>
<p>The update for <a href="http://bitly.com/soasuitequickstartguide" title="SOA Suite">SOA Suite PS4 (11.1.1.5)</a> including Oracle Service Bus is now available.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.deltalounge.net/wpress/2011/07/soa-suite-installation-quick-start/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Kscope 11 Thursday Thunder</title>
		<link>http://www.deltalounge.net/wpress/2011/06/kscope-11-thursday-thunder/</link>
		<comments>http://www.deltalounge.net/wpress/2011/06/kscope-11-thursday-thunder/#comments</comments>
		<pubDate>Thu, 30 Jun 2011 19:32:41 +0000</pubDate>
		<dc:creator>PeterPaul</dc:creator>
				<category><![CDATA[JDeveloper]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[SOA Suite]]></category>
		<category><![CDATA[ADF]]></category>
		<category><![CDATA[BPEL]]></category>
		<category><![CDATA[kscope]]></category>

		<guid isPermaLink="false">http://www.deltalounge.net/wpress/?p=1415</guid>
		<description><![CDATA[During the Kscope Thursday Thunder a team of highly skilled ADF (including JHeadstart) and SOA Suite experts is building an application based on these technologies. Although this session &#8211; like any real world project &#8211; seemed chaotic at times, there were a lot of best practices to learn for all who attended. We could have [...]]]></description>
			<content:encoded><![CDATA[<p>During the Kscope Thursday Thunder a team of highly skilled ADF (including JHeadstart) and SOA Suite experts is building an application based on these technologies. Although this session &#8211; like any real world project &#8211; seemed chaotic at times, there were a lot of best practices to learn for all who attended.</p>
<p>We could have learned all of the tips and tricks in a normal session or presentation. However by working this way there is a much stronger feel of how technologies and tools are used in a real world project. It was fun to watch and learn and I think the team had a great time as well!</p>
<p>At the en of the session the End-to-End flow worked really well. Great work in just a few hours time!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.deltalounge.net/wpress/2011/06/kscope-11-thursday-thunder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kscope 11 Fusion Middleware presentations</title>
		<link>http://www.deltalounge.net/wpress/2011/06/kscope-11-fusion-middleware-presentations/</link>
		<comments>http://www.deltalounge.net/wpress/2011/06/kscope-11-fusion-middleware-presentations/#comments</comments>
		<pubDate>Thu, 30 Jun 2011 18:07:47 +0000</pubDate>
		<dc:creator>PeterPaul</dc:creator>
				<category><![CDATA[BPEL]]></category>
		<category><![CDATA[JDeveloper]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[SOA Suite]]></category>
		<category><![CDATA[kscope]]></category>

		<guid isPermaLink="false">http://www.deltalounge.net/wpress/?p=1390</guid>
		<description><![CDATA[Like the previous days at Kscope my focus has been on the Fusion Middleware track. In this post I&#8217;ll share some of the highlight and summaries of some of the talks over here. Fault Handling in SOA Suite Ronald van Luttikhuizen en Guido Schmutz presented on Fault Handling in the SOA Suite. There is a [...]]]></description>
			<content:encoded><![CDATA[<p>Like the previous days at Kscope my focus has been on the Fusion Middleware track. In this post I&#8217;ll share some of the highlight and summaries of some of the talks over here.</p>
<h3>Fault Handling in SOA Suite</h3>
<p>Ronald van Luttikhuizen en Guido Schmutz presented on <a href="http://caat.odtug.com/odtug_caat/caat_abstract_reports.display_presenter_abstract?conference_id=81&#038;presenter_id=100&#038;abstract_id=274">Fault Handling in the SOA Suite</a>. There is a clear need for another approach compared to say traditional systems. This is because SOA based systems differ from traditional system on the following aspects: level of heterogeneity, number of (different types of) consumers, asynchronous responses, and the way that transactions are handled. </p>
<p>Guido showed us around in the OSB with a focus on the following features: Result Caching, Service Throttling, Retry mechanism, Service pooling (talking to multiple endpoints) and Fault Message on callback (in async). Ronald gave a demo on how the <em>Compensate</em> and <em>Fault Policy Framework</em> work in BPEL.</p>
<p>This presentation on <a href="http://www.slideshare.net/gschmutz/fault-handling-in-soa-suite-11g">SOA Suite Fault Handling</a> is also available on slideshare.</p>
<h3>Using Oracle Apex as a replacement for BPEL Console</h3>
<p>The company where this <a href="http://caat.odtug.com/odtug_caat/caat_abstract_reports.display_presenter_abstract?conference_id=81&#038;presenter_id=187&#038;abstract_id=56">case</a> was build has a high number of messages running through their BPEL 10g. This causes performance issues in the BPEL Console due to the high number of instances (millions on a daily basis) in the dehydration store (on which full table scans are performed). They created an own more lightweight console in Apex to manage both deployed BPELs as well as instances. Their solution uses the following ingredients:</p>
<ul>
<li>A BPEL api &#8211; which is included in a BPEL script. They import orabpel.jar for this.</li>
<li>A BPEL script that exposes a part of the BPEL api as a web service. Embed Java in a BPEL and call the API.</li>
<li>An Apex front end that calls the web service to perform maintenance tasks.</li>
</ul>
<p>In my opinion this delivers value to this company, however are there better ways to expose Java as a web service. Besides that this adds additional BPEL instances to the bottleneck resource.</p>
<h3>Tuning SOA Suite 11g for perfomance</h3>
<p>This presentation was delivered by Vikas Anand. One of the best parts of <a href="http://caat.odtug.com/odtug_caat/caat_abstract_reports.display_presenter_abstract?conference_id=81&#038;presenter_id=514&#038;abstract_id=235783">his presentation</a> was that he didn&#8217;t only address the tuning part but also the design part. This mainly focus on preventing the need for tuning afterwards. Some of the design considerations he mentioned were:</p>
<ul>
<li>Choose the right tool for the job.</li>
<li>Design it right &#8211; Consider what parts of the integration have to be synchronous and what have to be asynchronous. To which he added the advise to be aware of transactional boundaries.</li>
<li>Need a holistic view on sizing and capacity &#8211; Based on business requirements.</li>
<li>Plan sizing of dehydration DB &#8211; make sure there is a retention strategy and implement dehydration strategy.</li>
<li>Use the same JVM across (different) clusters.</li>
</ul>
<h3>Tools and Knowledge needed to develop SOA Suite 11g applications</h3>
<p><div class="wp-caption alignright" style="width: 250px"><a href="http://www.flickr.com/photos/myfear/sets/72157627045491672/"><img alt="" src="http://farm6.static.flickr.com/5075/5873822829_a01b06136e_m.jpg" title="Edwin, Torsetn and Guido" width="240" height="160" /></a><p class="wp-caption-text">Edwin, Torsten and Guido - Image by Markus Eisele</p></div>Edwin Biemond was presenting on <a href="http://caat.odtug.com/odtug_caat/caat_abstract_reports.display_presenter_abstract?conference_id=81&#038;presenter_id=169&#038;abstract_id=189">Knowledge and Tools needed to develop with SOA Suite 11g</a>. He shared great insights on using tools like MDS, Testing &#8211; both with TestSuites and AIA CAVS &#8211; and using Hudson for continuous Integration for SOA Composites.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.deltalounge.net/wpress/2011/06/kscope-11-fusion-middleware-presentations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Choosing your Oracle Application Integration Infrastructure</title>
		<link>http://www.deltalounge.net/wpress/2011/06/choosing-your-oracle-application-integration-infrastructure/</link>
		<comments>http://www.deltalounge.net/wpress/2011/06/choosing-your-oracle-application-integration-infrastructure/#comments</comments>
		<pubDate>Wed, 29 Jun 2011 04:43:59 +0000</pubDate>
		<dc:creator>PeterPaul</dc:creator>
				<category><![CDATA[AIA]]></category>
		<category><![CDATA[Architecture]]></category>
		<category><![CDATA[BPEL]]></category>
		<category><![CDATA[JDeveloper]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Service Bus]]></category>
		<category><![CDATA[ESB]]></category>
		<category><![CDATA[Mediator]]></category>
		<category><![CDATA[ODI]]></category>
		<category><![CDATA[OSB]]></category>
		<category><![CDATA[SOA Suite]]></category>

		<guid isPermaLink="false">http://www.deltalounge.net/wpress/?p=1382</guid>
		<description><![CDATA[Today I presented at ODTUG Kaleidoscope. The presentation is aimed at supporting architects and especially developers to choose the right integration infrastructure for a job. Kscope Solid Service Bus Implementations View more presentations from Peter Paul van de Beek.]]></description>
			<content:encoded><![CDATA[<p>Today I presented at <a href="http://kscope11.com/">ODTUG Kaleidoscope</a>. The presentation is aimed at supporting architects and especially developers to choose the right integration infrastructure for a job. </p>
<div style="width:425px" id="__ss_8453864"><strong style="display:block;margin:12px 0 4px"><a href="http://www.slideshare.net/w1z8rd/kscope-solid-service-bus-implementations" title="Solid Service Bus Implementations">Kscope   Solid Service Bus Implementations</a></strong><object id="__sse8453864" width="425" height="355"><param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=kscope-solidservicebusimplementations-110628225153-phpapp02&#038;stripped_title=kscope-solid-service-bus-implementations&#038;userName=w1z8rd" /><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><embed name="__sse8453864" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=kscope-solidservicebusimplementations-110628225153-phpapp02&#038;stripped_title=kscope-solid-service-bus-implementations&#038;userName=w1z8rd" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"></embed></object>
<div style="padding:5px 0 12px">View more <a href="http://www.slideshare.net/">presentations</a> from <a href="http://www.slideshare.net/w1z8rd">Peter Paul van de Beek</a>.</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.deltalounge.net/wpress/2011/06/choosing-your-oracle-application-integration-infrastructure/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Purging BPEL and ESB instances</title>
		<link>http://www.deltalounge.net/wpress/2011/04/purging-bpel-and-esb-instances/</link>
		<comments>http://www.deltalounge.net/wpress/2011/04/purging-bpel-and-esb-instances/#comments</comments>
		<pubDate>Mon, 11 Apr 2011 13:48:15 +0000</pubDate>
		<dc:creator>PeterPaul</dc:creator>
				<category><![CDATA[BPEL]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Service Bus]]></category>
		<category><![CDATA[SOA Suite]]></category>
		<category><![CDATA[AS]]></category>
		<category><![CDATA[ESB]]></category>
		<category><![CDATA[OSB]]></category>

		<guid isPermaLink="false">http://www.deltalounge.net/wpress/?p=1294</guid>
		<description><![CDATA[The question on the ability to purge instances for both Oracle BPEL and Oracle ESB keeps recurring so I decided to come up with a small overview. Oracle BPEL FMW version 11.1.1.4 and up, there is a new version of the purge_soainfra_oracle.sql. Ensure that you run the purge setup scripts from the 11.1.1.4 RCU or [...]]]></description>
			<content:encoded><![CDATA[<p>The question on the ability to purge instances for both Oracle BPEL and Oracle ESB keeps recurring so I decided to come up with a small overview.</p>
<h3>Oracle BPEL</h3>
<ul>
<li><strong>FMW version 11.1.1.4</strong> and up, there is a new version of the <code>purge_soainfra_oracle.sql</code>. Ensure that you run the purge setup scripts from the 11.1.1.4 RCU or 11.1.1.5 RCU location, respectively, as this contains the latest purge details. Details are in the <a href="http://docs.oracle.com/cd/E25054_01/admin.1111/e10226/soaadmin_partition.htm" title="SOA Admin Guide" target="_blank">SOA Admin Guide</a></li>
<li><strong>FMW version 11.1.1.1</strong> and up, there is a <code>purge_soainfra_oracle.sql</code> script in the <code>RCU_HOME/rcu/integration/soainfra/sql/purge</code> directory. In the release <strong>before 11.1.1.4</strong> you need to apply patch <a href="https://updates.oracle.com/Orion/PatchDetails/process_form?patch_num=10297850">10297850</a> to obtain the updated purge scripts. More details are in the <a href="http://download.oracle.com/docs/cd/E17904_01/integration.1111/e10226/soaadmin_partition.htm#CJHDHHGB">FMW Admin Guide</a> on Managing Database Growth. <a href="http://orasoa.blogspot.com/2011/07/soa-11g-ps3ps4-significant-purging.html">Mark Kelderman</a> posted on how to improve the performance of this script by adding a specific index.</li>
<li>From BPEL in SOA Suite <strong>version 10.1.3.3.1</strong> and up, there is a <code>purge_instances_oracle.sql</code> script in the <code>SOA_HOME/bpel/system/database/scripts</code> directory. </li>
<li>For BPEL in SOA Suite version <strong>10.1.3.1</strong> you need patch <a href="https://updates.oracle.com/ARULink/PatchDetails/process_form?patch_num=7162289">7162289</a>. After applying this patch <code>purge_instances_oracle.sql</code> will be located at <code>SOA_HOME/bpel/system/database/scripts</code>.</li>
<li>In case you&#8217;re still running BPEL 10.1.2.0.2 check Oracle support document <a href="https://supporthtml.oracle.com/ep/faces/secure/km/DocumentDisplay.jspx?id=398578.1">398578.1</a> and document <a href="https://supporthtml.oracle.com/ep/faces/secure/km/DocumentDisplay.jspx?id=341102.1">341102.1</a></li>
</ul>
<h3>Oracle ESB</h3>
<ul>
<li>For Mediator in <strong>FMW 11g</strong> refer to the scripts and links mentioned in the BPEL paragraph.</li>
<li>To purge ESB instances in <strong>10.1.3.4</strong> you need to apply at least MLR#4 to have purge scripts available. There are 3 scripts available: </li>
<pre>
$ORACLE_HOME/integration/esb/sql/other/purge_by_date.sql
$ORACLE_HOME/integration/esb/sql/other/purge_by_id.sql
$ORACLE_HOME/integration/esb/sql/other/purge_by_instance_id.sql
</pre>
</ul>
<h3>Update 2011-06 SOA Suite 11gR1 PS3</h3>
<p>Recently the SOA Suite Engineering Team published a presentation on <a href="http://blogs.oracle.com/SOA/resource/Purging_Strategies_in_Oracle_SOA_Suite_11gR1_PS3.pdf">Purging strategies in Oracle SOA Suite 11gR1 PS3</a>. Besides the information presented in this post, the presentation goes into targeted deletion from the EM and looks into looped and parallel purges. It also mentions the use of database partitioning. That can be very useful when you have long running instances and a large installation (the presentation gives more than 500GB total OR more than 10GB daily depending on environment specifics).</p>
<h3>Update 2011-07 Purging the Extreme Edition</h3>
<p>Mark Kelderman posted a blog on <a href="http://orasoa.blogspot.com/2011/07/purging-soa-suite-11g-extreme-edition.html">Purging SOA Suite 11g Extreme Edition</a>. He give a SQL script that deletes data from Mediator, BPEL, BPM, Workflow and Composite, and after that reclaims disk space.</p>
<h3>Update Purge Oracle Service Bus</h3>
<p><a href="http://www.blogger.com/profile/13131001868435096782" title="Purge OSB Report Data" target="_blank">Marc Kelderman</a> posted on his blog on <a href="http://orasoa.blogspot.com/2011/09/purging-osb-report-data.html" title="Purge OSB" target="_blank">Purging OSB Report Data</a>. Besides the default way to delete the data using the console. He also gives a SQL script to purge directly in the database.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.deltalounge.net/wpress/2011/04/purging-bpel-and-esb-instances/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bridging the BPMN &#8211; BPEL gap</title>
		<link>http://www.deltalounge.net/wpress/2010/01/bridging-the-bpmn-bpel-gap/</link>
		<comments>http://www.deltalounge.net/wpress/2010/01/bridging-the-bpmn-bpel-gap/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 08:24:10 +0000</pubDate>
		<dc:creator>PeterPaul</dc:creator>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Patterns]]></category>
		<category><![CDATA[Service Orientation]]></category>
		<category><![CDATA[SOA Suite]]></category>
		<category><![CDATA[BPEL]]></category>
		<category><![CDATA[BPMN]]></category>
		<category><![CDATA[governance]]></category>
		<category><![CDATA[integration]]></category>

		<guid isPermaLink="false">http://www.deltalounge.net/wpress/?p=663</guid>
		<description><![CDATA[First a short note on both BPMN and BPEL. BPMN is a modeling notation for business processes. OMG on it&#8217;s BPMN pages puts it: The primary goal of BPMN is to provide a notation that is readily understandable by all business users, from the business analysts that create the initial drafts of the processes, to [...]]]></description>
			<content:encoded><![CDATA[<p>First a short note on both BPMN and BPEL. <a href="http://en.wikipedia.org/wiki/Business_Process_Modeling_Notation">BPMN</a> is a modeling notation for business processes. OMG on it&#8217;s <a href="http://www.bpmn.org/">BPMN pages</a> puts it:</p>
<blockquote><p>The primary goal of BPMN is to provide a notation that is readily understandable by all business users, from the business analysts that create the initial drafts of the processes, to the technical developers responsible for implementing the technology that will perform those processes, and finally, to the business people who will manage and monitor those processes.
</p></blockquote>
<p><a href="http://en.wikipedia.org/wiki/Business_Process_Execution_Language">BPEL</a> is an execution language. There is for example no standard graphical notation in the BPEL standard. The main focus is not on readability, it is on execution.<br />
So BPMN and BPEL aim for different goals. It should come as no surprise that there is gap. There are several resources that describe <a href="http://www.bpmn.org/Documents/Mapping_BPMN_to_BPEL_Example.pdf">the mapping</a>, <a href="http://code.google.com/p/bpmn2bpel/">provide translation</a>, or <a href="http://www.oracle.com/technology/pub/articles/dikmans-bpm.html">transforming BPMN to BPEL</a>.</p>
<h3>Guidelines</h3>
<p>Here are some guidelines that help you bridge the BPMN to BPEL gap:</p>
<ul>
<li>Be as specific as possible in BPMN diagrams (In Oracle Business Process Analysis Suite you can use e.g. automated activity, notification , and human tasks.). </li>
<li>Add additional information in BPMN activities. Sure this doesn&#8217;t enable automatic transformation, but it does reduce the need for additional design documentation. This will improve documentation consistency, and reduce the required governance.</li>
<li>Use templates in your BPMN activities. Structure and check completeness of your descriptions.</li>
<li>Use a Service repository. This will enable both designers and developer to communicate about &#8220;the same thing&#8221;</li>
<li>Use a GUI components reposity, for the same reasons as you use a Service repository</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.deltalounge.net/wpress/2010/01/bridging-the-bpmn-bpel-gap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

