<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Soa Suite 10.1.3.3 &#8211; ESB, BPEL &#8211; Nice-to-knows, pitfalls</title>
	<atom:link href="http://iadviseblog.wordpress.com/2008/02/29/soa-suite-10-1-3-3-esb-bpel-nice-to-knows-pitfalls/feed/" rel="self" type="application/rss+xml" />
	<link>http://iadviseblog.wordpress.com/2008/02/29/soa-suite-10-1-3-3-esb-bpel-nice-to-knows-pitfalls/</link>
	<description>Building applications using the Oracle Technology stack</description>
	<lastBuildDate>Wed, 27 Mar 2013 02:33:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: nathalieroman</title>
		<link>http://iadviseblog.wordpress.com/2008/02/29/soa-suite-10-1-3-3-esb-bpel-nice-to-knows-pitfalls/#comment-847</link>
		<dc:creator><![CDATA[nathalieroman]]></dc:creator>
		<pubDate>Fri, 30 Jul 2010 06:44:27 +0000</pubDate>
		<guid isPermaLink="false">http://iadviseblog.wordpress.com/2008/02/29/soa-suite-10-1-3-3-esb-bpel-nice-to-knows-pitfalls#comment-847</guid>
		<description><![CDATA[Hi Lara,

Depending on your needs for error handling there are different approaches you can follow.
You can read about the error handling framework using the error hospital in the ESB-documentation and there are a couple of examples as well, such as:
http://www.oracle.com/technology/products/integration/esb/files/esb-transactions-errorhandling.pdf

Here is an interesting post of a fellow developer:
http://www.brucecooper.net/2008/12/error-handling-in-oracles-esb.html

Kind regards,
Nathalie]]></description>
		<content:encoded><![CDATA[<p>Hi Lara,</p>
<p>Depending on your needs for error handling there are different approaches you can follow.<br />
You can read about the error handling framework using the error hospital in the ESB-documentation and there are a couple of examples as well, such as:<br />
<a href="http://www.oracle.com/technology/products/integration/esb/files/esb-transactions-errorhandling.pdf" rel="nofollow">http://www.oracle.com/technology/products/integration/esb/files/esb-transactions-errorhandling.pdf</a></p>
<p>Here is an interesting post of a fellow developer:<br />
<a href="http://www.brucecooper.net/2008/12/error-handling-in-oracles-esb.html" rel="nofollow">http://www.brucecooper.net/2008/12/error-handling-in-oracles-esb.html</a></p>
<p>Kind regards,<br />
Nathalie</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lara K</title>
		<link>http://iadviseblog.wordpress.com/2008/02/29/soa-suite-10-1-3-3-esb-bpel-nice-to-knows-pitfalls/#comment-844</link>
		<dc:creator><![CDATA[Lara K]]></dc:creator>
		<pubDate>Wed, 28 Jul 2010 15:30:47 +0000</pubDate>
		<guid isPermaLink="false">http://iadviseblog.wordpress.com/2008/02/29/soa-suite-10-1-3-3-esb-bpel-nice-to-knows-pitfalls#comment-844</guid>
		<description><![CDATA[Hi Natha,
   
   I&#039;m using a 3 FTP inbound Adapters from different location. If any error occurred in any of the Adapter  , the Error has to trapped as custom message to identify the exact Error file name.

Using ESB 10.1.3.5. . Please advice your view.

Lara]]></description>
		<content:encoded><![CDATA[<p>Hi Natha,</p>
<p>   I&#8217;m using a 3 FTP inbound Adapters from different location. If any error occurred in any of the Adapter  , the Error has to trapped as custom message to identify the exact Error file name.</p>
<p>Using ESB 10.1.3.5. . Please advice your view.</p>
<p>Lara</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathalie Roman</title>
		<link>http://iadviseblog.wordpress.com/2008/02/29/soa-suite-10-1-3-3-esb-bpel-nice-to-knows-pitfalls/#comment-531</link>
		<dc:creator><![CDATA[Nathalie Roman]]></dc:creator>
		<pubDate>Thu, 09 Apr 2009 10:24:00 +0000</pubDate>
		<guid isPermaLink="false">http://iadviseblog.wordpress.com/2008/02/29/soa-suite-10-1-3-3-esb-bpel-nice-to-knows-pitfalls#comment-531</guid>
		<description><![CDATA[Hi Sudheer,Sorry for the late reply, but you could add a parameter as an endpoint property or in the header information of the esb-service and bind this parameter/variable to the output property of the file-adapter.When you define the file location field in the adapter, instead of using &quot;c:\inputdir&quot; use $var_outdir (or whatever name you want) and register. Then you can go to the ESB Control, Adapter service Properties tab and edit the value for $outdir.Otherwise you could add the same porperty or parameter inside the header-information to define a directory at runtime.A question I have? How do you know the directory at runtime? The problem that&#039;s already tackled with esb and the jndi-locations, is the different environments at deployment time. I&#039;m wondering how you&#039;re notifief about the directory at runtime?]]></description>
		<content:encoded><![CDATA[<p>Hi Sudheer,Sorry for the late reply, but you could add a parameter as an endpoint property or in the header information of the esb-service and bind this parameter/variable to the output property of the file-adapter.When you define the file location field in the adapter, instead of using &#8220;c:\inputdir&#8221; use $var_outdir (or whatever name you want) and register. Then you can go to the ESB Control, Adapter service Properties tab and edit the value for $outdir.Otherwise you could add the same porperty or parameter inside the header-information to define a directory at runtime.A question I have? How do you know the directory at runtime? The problem that&#8217;s already tackled with esb and the jndi-locations, is the different environments at deployment time. I&#8217;m wondering how you&#8217;re notifief about the directory at runtime?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://iadviseblog.wordpress.com/2008/02/29/soa-suite-10-1-3-3-esb-bpel-nice-to-knows-pitfalls/#comment-518</link>
		<dc:creator><![CDATA[Anonymous]]></dc:creator>
		<pubDate>Wed, 11 Mar 2009 07:22:00 +0000</pubDate>
		<guid isPermaLink="false">http://iadviseblog.wordpress.com/2008/02/29/soa-suite-10-1-3-3-esb-bpel-nice-to-knows-pitfalls#comment-518</guid>
		<description><![CDATA[Matt, I am not really sure this is the right place to ask this question. But hopefully you might have something in your armour to help me out.I would like to manipulate the Endpoint property of an ESB Service (SOAP Service/Routing Service/Adapter Service)??My requirement is to configure an inbound File/FTP adapter to read from a Directory which can be known only at runtime. I guess one way possible is, you configure a File/FTP Adapter with a logical name for directory and set the physical directory path using the endpoint property. But in that case, I should know the Physical directory @ deployment time.So is there any way to get the enpoint property configured during runtime???Any help would be appreciated.-Sudheer]]></description>
		<content:encoded><![CDATA[<p>Matt, I am not really sure this is the right place to ask this question. But hopefully you might have something in your armour to help me out.I would like to manipulate the Endpoint property of an ESB Service (SOAP Service/Routing Service/Adapter Service)??My requirement is to configure an inbound File/FTP adapter to read from a Directory which can be known only at runtime. I guess one way possible is, you configure a File/FTP Adapter with a logical name for directory and set the physical directory path using the endpoint property. But in that case, I should know the Physical directory @ deployment time.So is there any way to get the enpoint property configured during runtime???Any help would be appreciated.-Sudheer</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathalie Roman</title>
		<link>http://iadviseblog.wordpress.com/2008/02/29/soa-suite-10-1-3-3-esb-bpel-nice-to-knows-pitfalls/#comment-407</link>
		<dc:creator><![CDATA[Nathalie Roman]]></dc:creator>
		<pubDate>Mon, 10 Mar 2008 13:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://iadviseblog.wordpress.com/2008/02/29/soa-suite-10-1-3-3-esb-bpel-nice-to-knows-pitfalls#comment-407</guid>
		<description><![CDATA[I&#039;ve created a new post regarding this matter, so we&#039;re able to start a discussion regarding this topic and have more insight on todays&#039; approach.]]></description>
		<content:encoded><![CDATA[<p>I&#8217;ve created a new post regarding this matter, so we&#8217;re able to start a discussion regarding this topic and have more insight on todays&#8217; approach.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://iadviseblog.wordpress.com/2008/02/29/soa-suite-10-1-3-3-esb-bpel-nice-to-knows-pitfalls/#comment-405</link>
		<dc:creator><![CDATA[Anonymous]]></dc:creator>
		<pubDate>Fri, 07 Mar 2008 03:19:00 +0000</pubDate>
		<guid isPermaLink="false">http://iadviseblog.wordpress.com/2008/02/29/soa-suite-10-1-3-3-esb-bpel-nice-to-knows-pitfalls#comment-405</guid>
		<description><![CDATA[Hi can you give details on the Best practices when invoking Bpel Processes from different UI&#039;s.I am not able to open the forum thread.]]></description>
		<content:encoded><![CDATA[<p>Hi can you give details on the Best practices when invoking Bpel Processes from different UI&#8217;s.I am not able to open the forum thread.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
