<?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; 11g</title>
	<atom:link href="http://www.deltalounge.net/wpress/tag/11g/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.deltalounge.net/wpress</link>
	<description>Service Orientation, Software Development, Oracle, Life Hacking</description>
	<lastBuildDate>Thu, 29 Jul 2010 20:15:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Configuring SOA Infrastructure for SOAP optimization</title>
		<link>http://www.deltalounge.net/wpress/2010/07/configuring-soa-infrastructure-for-soap-optimization/</link>
		<comments>http://www.deltalounge.net/wpress/2010/07/configuring-soa-infrastructure-for-soap-optimization/#comments</comments>
		<pubDate>Thu, 29 Jul 2010 20:15:10 +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[Service Bus]]></category>
		<category><![CDATA[WLS]]></category>
		<category><![CDATA[11g]]></category>
		<category><![CDATA[Fusion Middleware]]></category>
		<category><![CDATA[Infrastructure]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.deltalounge.net/wpress/?p=951</guid>
		<description><![CDATA[In the 10g release of Oracle SOA Suite you could set properties to instruct web service calls to go via SOAP or not. If you were calling services on the same server or domain you could gain some performance with a native call and avoiding the SOAP overhead. To do this you would set the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.deltalounge.net/wpress/wp-content/uploads/2010/07/screenshot.246.jpg"><img src="http://www.deltalounge.net/wpress/wp-content/uploads/2010/07/screenshot.246-291x300.jpg" alt="SOA Infrastructure Common Settings" title="SOA Infrastructure Common Settings" width="291" height="300" class="alignright size-medium wp-image-954" /></a>In the 10g release of Oracle SOA Suite you could set properties to instruct web service calls to go via SOAP or not. If you were calling services on the same server or domain you could gain some performance with a native call and avoiding the SOAP overhead. To do this you would set the <code>optSoapShortcut</code> property.</p>
<p>With SOA Suite 11g on WLS SOAP optimization is automatically configured. In the scenario where you upgraded to 11g R1 and are using this optimization shortcut approach, you should specify the <code>Server URL</code> in the <code>SOA Infrastructure Common Settings</code>. Optimized calls are only active when the host name value (referred to as WSDL URL in the <code>composite.xml</code>) matches the <code>Server URL</code>.</p>
<p>To configure the <code>SOA Infrastructure Common Settings</code> choose from the <code>SOA Infrastructure Menu > SOA Administration > Common Properties</code>. As shown in the screenshot. Other access ways to this configuration screen are <a href="http://download.oracle.com/docs/cd/E12839_01/integration.1111/e10226/soainfra_config.htm#BHCHBAIA">described here</a>.</p>
<p><a href="http://www.deltalounge.net/wpress/wp-content/uploads/2010/07/screenshot.249.jpg"><img src="http://www.deltalounge.net/wpress/wp-content/uploads/2010/07/screenshot.249-300x250.jpg" alt="Set the Server URL" title="Server URL" width="300" height="250" class="alignright size-medium wp-image-958" /></a>Enter the server URL in the Server URLs section. This URL is published as part of the SOAP address of a service in the concrete WSDL file. Either set both values to the host name (for example, myhost) or to the full domain name (for example, myhost.domain.com). If these values do not match, a regular SOAP call is performed instead of an optimized local call.</p>
<p>One of the scenarios that you have to set the Server URL in order to use the optimized local call is after a migration of AIA to AIA 11g R1.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.deltalounge.net/wpress/2010/07/configuring-soa-infrastructure-for-soap-optimization/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AIAMigrationUtility fails for AIAAsyncErrorHandlingBPELProcess</title>
		<link>http://www.deltalounge.net/wpress/2010/07/aiamigrationutility-fails-for-aiaasyncerrorhandlingbpelprocess/</link>
		<comments>http://www.deltalounge.net/wpress/2010/07/aiamigrationutility-fails-for-aiaasyncerrorhandlingbpelprocess/#comments</comments>
		<pubDate>Wed, 28 Jul 2010 19:26:48 +0000</pubDate>
		<dc:creator>PeterPaul</dc:creator>
				<category><![CDATA[AIA]]></category>
		<category><![CDATA[BPEL]]></category>
		<category><![CDATA[JDeveloper]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[SOA Suite]]></category>
		<category><![CDATA[WLS]]></category>
		<category><![CDATA[11g]]></category>
		<category><![CDATA[ANT]]></category>
		<category><![CDATA[Fusion Middleware]]></category>
		<category><![CDATA[patch]]></category>

		<guid isPermaLink="false">http://www.deltalounge.net/wpress/?p=946</guid>
		<description><![CDATA[While using the AIAMigrationUtility the following error occurs: 1 2 3 4 5 6 7 8 9 [exec] [upgrade] Jul 26, 2010 3:02:04 PM oracle.viewgen.ViewGenerator main [exec] [upgrade] SEVERE: Upgrade failed. Check the logs for any exceptions. Ensure that the WSDL URLs specified in the project are reachable and a valid 10.1.3.x project is used [...]]]></description>
			<content:encoded><![CDATA[<p>While using the AIAMigrationUtility the following error occurs:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
</pre></td><td class="code"><pre class="ant" style="font-family:monospace;">[exec]   [upgrade] Jul 26, 2010 3:02:04 PM oracle.viewgen.ViewGenerator main
[exec]   [upgrade] SEVERE: Upgrade failed. Check the logs for any exceptions. Ensure that the WSDL URLs specified in the project are reachable and a valid 10.1.3.x project is used for upgrade. Before re-attempting upgrade, restore the original project code source from the backup directory.
[exec]   [upgrade] oracle.j2ee.ws.wsdl.LocalizedWSDLException: WSDLException: faultCode=OTHER_ERROR: Failed to read WSDL from http://serverdomain:8001/orabpel/default/AIAAsyncErrorHandlingBPELProcess/1.0/AIAAsyncErrorHandlingBPELProcess?wsdl:WSDL not found
[exec]   [upgrade]         at oracle.viewgen.plugin.bpel.BPELPlugin.createComponentType(BPELPlugin.java:172)
[exec]   [upgrade]         at oracle.viewgen.ViewGenerator.main(ViewGenerator.java:223)
[exec]   [upgrade] Caused by: oracle.j2ee.ws.wsdl.LocalizedWSDLException: WSDLException: faultCode=OTHER_ERROR: Failed to read WSDL from http://serverdomain:8001/orabpel/default/AIAAsyncErrorHandlingBPELProcess/1.0/AIAAsyncErrorHandlingBPELProcess?wsdl:WSDL not found
[exec]   [upgrade]         at oracle.j2ee.ws.wsdl.xml.WSDLReaderImpl.openAsStreamConnection(WSDLReaderImpl.java:541)
[exec]   [upgrade]         at oracle.j2ee.ws.wsdl.xml.WSDLReaderImpl.readDocument(WSDLReaderImpl.java:427)
[exec]   [upgrade]         at oracle.j2ee.ws.wsdl.xml.WSDLReaderImpl.readWSDL(WSDLReaderImpl.java:366)</pre></td></tr></table></div>

<p>There is a regular expression in the <strong>replaceAIAAsyncURL</strong> target that doesn&#8217;t handle the versioned url. You can either replace it so it allows for version numbering:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
</pre></td><td class="code"><pre class="ant" style="font-family:monospace;">&lt;replaceregexp match=&quot;http://[\S&amp;amp;&amp;amp;[^/]]+(?::\d
+)??/orabpel/default/AIAAsyncErrorHandlingBPELProcess/.*AIAAsyncErrorHandlingBPELProcess\?wsdl&quot;</pre></td></tr></table></div>

<p>or manually alter the bpel.xml files replacing the</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="ant" style="font-family:monospace;">http://serverdomain:8001/orabpel/default/AIAAsyncErrorHandlingBPELProcess/1.0/AIAAsyncErrorHandlingBPELProcess?wsdl</pre></td></tr></table></div>

<p> with</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="ant" style="font-family:monospace;">http://fmw11g-server:8001/soa-infra/services/default/AIAAsyncErrorHandlingBPELProcess/client?WSDL</pre></td></tr></table></div>

<p> or the versioned wsdl of the Async error handling.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.deltalounge.net/wpress/2010/07/aiamigrationutility-fails-for-aiaasyncerrorhandlingbpelprocess/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Faster start of Managed Server after AIA install</title>
		<link>http://www.deltalounge.net/wpress/2010/07/faster-start-of-managed-server-after-aia-install/</link>
		<comments>http://www.deltalounge.net/wpress/2010/07/faster-start-of-managed-server-after-aia-install/#comments</comments>
		<pubDate>Wed, 14 Jul 2010 06:53:59 +0000</pubDate>
		<dc:creator>PeterPaul</dc:creator>
				<category><![CDATA[AIA]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[WLS]]></category>
		<category><![CDATA[11g]]></category>
		<category><![CDATA[AS]]></category>
		<category><![CDATA[Fusion Middleware]]></category>
		<category><![CDATA[integration]]></category>
		<category><![CDATA[SOA Suite]]></category>
		<category><![CDATA[WebLogic]]></category>

		<guid isPermaLink="false">http://www.deltalounge.net/wpress/?p=922</guid>
		<description><![CDATA[It is possible you noticed that after the installation of Oracle AIA 11g R1 starting the Managed Server of WLS takes more time than before the installation. This is not only due to the new Composites. There are also some settings you could change to reduce the time the Managed server to which you deployed [...]]]></description>
			<content:encoded><![CDATA[<p>It is possible you noticed that after the installation of Oracle AIA 11g R1 starting the Managed Server of WLS takes more time than before the installation. This is not only due to the new Composites. There are also some settings you could change to reduce the time the Managed server to which you deployed AIA needs to start up.</p>
<h3>Change JDBC settings</h3>
<p><div id="attachment_924" class="wp-caption alignright" style="width: 257px"><a href="http://www.deltalounge.net/wpress/wp-content/uploads/2010/07/screenshot.226.jpg"><img src="http://www.deltalounge.net/wpress/wp-content/uploads/2010/07/screenshot.226.jpg" alt="JDBC Settings" title="JDBC Settings" width="247" height="172" class="size-full wp-image-924" /></a><p class="wp-caption-text">JDBC Settings</p></div>To alter some of the JDBC settings that are configured during the AIA 11g installation go to the WLS Adminnistartion console &#8211; <code>http://yourserver:port/console</code>. In the Domain Structure choose: <code><Domain> > Services > JDBC > Data Sources</code>.</p>
<p>Change the settings of the following JDBC Data Sources that were created during the install of AIA of the AIA Demo:</p>
<ul>
<li>AIACentralDS</li>
<li>AIADataSource</li>
<li>FODDataSource</li>
<li>FODDS</li>
<li>LifeCycleDataSource</li>
<li>mds-soa</li>
<li>XrefDataSource</li>
</ul>
<p><div id="attachment_932" class="wp-caption alignright" style="width: 310px"><a href="http://www.deltalounge.net/wpress/wp-content/uploads/2010/07/screenshot.228.jpg"><img src="http://www.deltalounge.net/wpress/wp-content/uploads/2010/07/screenshot.228-300x62.jpg" alt="Data Source Settings" title="Data Source Settings" width="300" height="62" class="size-medium wp-image-932" /></a><p class="wp-caption-text">Data Source Settings</p></div>In the <code>Settings for "Data Source Name"</code> select the <code>Configuration</code> and the <code>Connection Pool</code> tab. Expand the the <code>Connection Pool</code> tab by clicking the <code>Advanced</code> link. The alter the <strong>Login Delay</strong> from 30 to 0 seconds.</p>
<p><div id="attachment_929" class="wp-caption alignright" style="width: 310px"><a href="http://www.deltalounge.net/wpress/wp-content/uploads/2010/07/screenshot.227.jpg"><img src="http://www.deltalounge.net/wpress/wp-content/uploads/2010/07/screenshot.227-300x40.jpg" alt="Login Delay" title="Login Delay" width="300" height="40" class="size-medium wp-image-929" /></a><p class="wp-caption-text">Login Delay</p></div>This will reduce the time that is needed to start the Managed Server by several minutes.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.deltalounge.net/wpress/2010/07/faster-start-of-managed-server-after-aia-install/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Restart a failed AIA 11g R1 installation</title>
		<link>http://www.deltalounge.net/wpress/2010/07/restart-a-failed-aia-11g-r1-installation/</link>
		<comments>http://www.deltalounge.net/wpress/2010/07/restart-a-failed-aia-11g-r1-installation/#comments</comments>
		<pubDate>Thu, 08 Jul 2010 19:54:11 +0000</pubDate>
		<dc:creator>PeterPaul</dc:creator>
				<category><![CDATA[AIA]]></category>
		<category><![CDATA[BPEL]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[SOA Suite]]></category>
		<category><![CDATA[Service Bus]]></category>
		<category><![CDATA[WLS]]></category>
		<category><![CDATA[11g]]></category>
		<category><![CDATA[ANT]]></category>
		<category><![CDATA[Fusion Middleware]]></category>
		<category><![CDATA[WebLogic]]></category>

		<guid isPermaLink="false">http://www.deltalounge.net/wpress/?p=913</guid>
		<description><![CDATA[In this blogpost I&#8217;ll share some steps you can take to get your AIA 11g R1 installation back on track. If you do not perform the Pre-Installation Configurations as described in the Foundation Pack 11g Release 1 (11.1.1.2.0) Installation Guide (available as partnumber E17949-01 via eDelivery), it is possible that your AIA installation fails. After [...]]]></description>
			<content:encoded><![CDATA[<p>In this blogpost I&#8217;ll share some steps you can take to get your AIA 11g R1 installation back on track. If you do not perform the <strong>Pre-Installation Configurations</strong> as described in the <code>Foundation Pack 11g Release 1 (11.1.1.2.0) Installation Guide</code> (available as partnumber E17949-01 via eDelivery), it is possible that your AIA installation fails. After checking the pre-installation configuration it is possible to start the installation again if you follow these steps:</p>
<ol>
<li>Navigate to <code><Middleware home>/user_projects/domains/<domain_name></code> and delete the <code>edit.lok file</code>.</li>
<li>Delete any file located in <code><Middleware home>/user_projects/domains/<domain_name>/pending</code></li>
<li>Log into the weblogic console and activate all the changes.</li>
<li>Restart SOA Suite and Weblogic domain.</li>
<li>Press retry button on the installation screen</li>
</ol>
<p>If the installation screens are no longer available because you closed them, use the log files to figure out what targets haven&#8217;t been performed yet and run these targets (in the sample case below it were Deployments and PostInstallScript):</p>
<p>Move to the <Middleware home>/aia30/aia_instances/aia30poc/bin and <code>source ./aiaenv.sh</code>.</p>
<p><code>ant -f <Middleware home>/aia30/Infrastructure/Install/AID/AIAInstallDriver.xml -DDeploymentPlan=<Middleware home>/aia30/config/FPInstallDP.xml -DPropertiesFile=<Middleware home>/aia30/config/AIAInstallProperties.xml <strong>Deployments</strong></code></p>
<p><code>ant -f <Middleware home>/aia30/Infrastructure/Install/AID/AIAInstallDriver.xml -DDeploymentPlan=<Middleware home>/aia30/config/FPInstallDP.xml -DPropertiesFile=<Middleware home>/aia30/config/AIAInstallProperties.xml <strong>PostInstallScript</strong></code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.deltalounge.net/wpress/2010/07/restart-a-failed-aia-11g-r1-installation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SOA Suite 11g, AIA 11g and patches</title>
		<link>http://www.deltalounge.net/wpress/2010/07/soa-suite-11g-aia-11g-and-patches/</link>
		<comments>http://www.deltalounge.net/wpress/2010/07/soa-suite-11g-aia-11g-and-patches/#comments</comments>
		<pubDate>Wed, 07 Jul 2010 18:00:48 +0000</pubDate>
		<dc:creator>PeterPaul</dc:creator>
				<category><![CDATA[AIA]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[SOA Suite]]></category>
		<category><![CDATA[WLS]]></category>
		<category><![CDATA[11g]]></category>
		<category><![CDATA[Fusion Middleware]]></category>
		<category><![CDATA[WebLogic]]></category>

		<guid isPermaLink="false">http://www.deltalounge.net/wpress/?p=907</guid>
		<description><![CDATA[Oracle Application Integration Architecture, or AIA in short, recently became available for SOA Suite 11g R1. We did an installation of this AIA 11g R1 release. To prepare for this we used Foundation Pack 11g Release 1 (11.1.1.2.0) Installation Guide. Which is available as part number E17949-01 via edelivery. In the software requirements in the [...]]]></description>
			<content:encoded><![CDATA[<p>Oracle Application Integration Architecture, or AIA in short, recently became available for SOA Suite 11g R1. We did an installation of this AIA 11g R1 release.  To prepare for this we used <code>Foundation Pack 11g Release 1 (11.1.1.2.0) Installation Guide</code>. Which is available as part number E17949-01 via <a href="http://edelivery.oracle.com">edelivery</a>. In the software requirements in the document it is stated that:</p>
<blockquote><p>Download the AIA-Foundation Pack 11.1.1.2.0 patch 9717829 and follow the instructions in the document “Installing a fresh instance of AIA FP 11gR1 PS2 on Oracle SOA Suite 11g PS2” before you install AIA Foundation Pack 11g Release 1 (11.1.1.2.0). Apply AIA-Foundation Pack 11.1.1.2.0 patch 9717829 after you install AIA Foundation Pack 11g Release 1 (11.1.1.2.0). </p></blockquote>
<p>Please be careful: <strong>patch 9717829</strong> is only required if you are using <strong>SOA Suite 11g R1 PS2</strong> (11.1.1.3). This can become clear when reading the document “Installing a fresh instance of AIA FP 11gR1 PS2 on Oracle SOA Suite 11g PS2” and the readme.txt that comes with the patch.</p>
<p>If you&#8217;re installing  AIA-Foundation Pack 11.1.1.2.0 on <strong>SOA Suite 11g R1 PS1</strong> (11.1.1.2) this patch is not needed.</p>
<h3>AIA Foundation Pack 11g Certification Matrix</h3>
<p>The certification matrix for AIA FP 11g R1 can be found <a href="http://download.oracle.com/technology/software/products/aia/files/AIA_FP_11gR1_11_1_1_2_certification_matrix.xls">here</a>. It states:</p>
<blockquote><p>AIA Foundation Pack 11gR1 (11.1.1.2) is certified against Oracle SOA Suite 11gR1 (11.1.1.2) or Oracle SOA Suite 11gR1 (11.1.1.3) through patch 9717829.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.deltalounge.net/wpress/2010/07/soa-suite-11g-aia-11g-and-patches/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SOA Suite 11gR1 PS2 notes and blogs</title>
		<link>http://www.deltalounge.net/wpress/2010/06/soa-suite-11gr1-ps2-notes-and-blogs/</link>
		<comments>http://www.deltalounge.net/wpress/2010/06/soa-suite-11gr1-ps2-notes-and-blogs/#comments</comments>
		<pubDate>Thu, 17 Jun 2010 20:49:56 +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[Service Bus]]></category>
		<category><![CDATA[WLS]]></category>
		<category><![CDATA[11g]]></category>
		<category><![CDATA[AWS]]></category>
		<category><![CDATA[BPM]]></category>
		<category><![CDATA[EC2]]></category>
		<category><![CDATA[Fusion Middleware]]></category>
		<category><![CDATA[Install]]></category>
		<category><![CDATA[WebLogic]]></category>

		<guid isPermaLink="false">http://www.deltalounge.net/wpress/?p=887</guid>
		<description><![CDATA[In the blogpost on the release of SOA Suite 11gR1 PS2, I mentioned a link to the documentation index. Since it hasn&#8217;t been update by now, I suggest you go to the middleware documentation page. This page is more up to date and has the link to the web library and download address (Alert! approx. [...]]]></description>
			<content:encoded><![CDATA[<p>In the blogpost on the <a href="http://www.deltalounge.net/wpress/2010/04/soa-suite-11gr1-ps2-released/">release of SOA Suite 11gR1 PS2</a>, I mentioned a link to the <a href="http://www.oracle.com/technology/products/soa/soasuite/collateral/documentation.html#11g">documentation index</a>. Since it hasn&#8217;t been update by now, I suggest you go to the <a href="http://www.oracle.com/technology/documentation/middleware.html">middleware documentation</a> page. This page is more up to date and has the link to the <a href="http://download.oracle.com/docs/cd/E14571_01/index.htm">web library</a> and <a href="http://download.oracle.com/docs/cds/E14571_01.zip">download address</a> (Alert! approx. 860 MB) of E14571-01 &#8211; the Fusion Middleware Online Documentation Library 11g Release 1 (11.1.1.3.0).</p>
<h3>SOA Suite 11gR1 PS2 installation notes</h3>
<p>Besides the reference in the documentation library to the <a href="tp://download.oracle.com/docs/cd/E14571_01/doc.1111/e13925/toc.htm ">Install Guide</a> and the <a href="http://download.oracle.com/docs/cd/E14571_01/install.1111/e14318/qisoa.htm ">Quick Install Guide</a>, there are several blogs describing the installation of 11.1.1.3. Which is actually a patch on 11.1.1.2:</p>
<ul>
<li>This <a href="http://www.xenta.nl/blog/2010/05/01/oracle-soa-suite-11g-patch-set-2-installation/">post by Oracle ACE</a> Eric Elzinga;</li>
<li>The <a href="http://theo.vanarem.nl/2010/05/03/installation-steps-oracle-soa-suite-11-1-1-3/">installation steps</a> described by Theo van Arem;</li>
<li>Installation <a href="http://niallcblogs.blogspot.com/2010/05/installing-soa-suite-11g-patchset-2.html">of 11g PatchSet 2 on Windows</a> by Niall Commiskey, members or Oracle PTS in EMEA;</li>
<li>The one on <a href="http://blogs.oracle.com/middleware/2010/05/installing_soa_suite_11113.html">Oracle blogs</a> by James Taylor includes OSB 11.1.1.3</li>
</ul>
<h3>SOA Suite on Amazon EC2</h3>
<p>This week it was announced that <a href="http://blogs.oracle.com/bpm/2010/06/bpm_11gr1_now_available_on_ama.html">BPM 11g R1 is available as an Amazon Machine Image</a> (AMI). This AMI includes SOA Suite 11gR1 Patchset 2 and JDeveloper with the SOA and BPM extension. In AWS filter on 64-bit and put soa-bpm in the search box. This should enable you to find <code>oracle-soa-bpm-11gr1-ps2-4.1-pub</code>. Some of the tips I posted on <a href="http://www.deltalounge.net/wpress/2010/03/running-soa-suite-on-amazon-ec2/">x SOA Suite in the cloud</a> could be useful here as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.deltalounge.net/wpress/2010/06/soa-suite-11gr1-ps2-notes-and-blogs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing the Oracle Business Process Repository</title>
		<link>http://www.deltalounge.net/wpress/2010/06/installing-the-oracle-business-process-repository/</link>
		<comments>http://www.deltalounge.net/wpress/2010/06/installing-the-oracle-business-process-repository/#comments</comments>
		<pubDate>Thu, 03 Jun 2010 20:09:45 +0000</pubDate>
		<dc:creator>PeterPaul</dc:creator>
				<category><![CDATA[BPA]]></category>
		<category><![CDATA[BPEL]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[SOA Suite]]></category>
		<category><![CDATA[11g]]></category>
		<category><![CDATA[BPM]]></category>
		<category><![CDATA[Fusion Middleware]]></category>
		<category><![CDATA[governance]]></category>

		<guid isPermaLink="false">http://www.deltalounge.net/wpress/?p=872</guid>
		<description><![CDATA[To work with the Oracle Business Process Analysis Suite 11g (BPA) as a team, you need a central repository. This post will give you a quick insight in the installation steps of the Oracle Business Process Repository, as the repository for the BPA Suite is called. The complete installation and administration guide can be found [...]]]></description>
			<content:encoded><![CDATA[<p>To work with the Oracle Business Process Analysis Suite 11g (BPA) as a team, you need a central repository. This post will give you a quick insight in the installation steps of the Oracle Business Process Repository, as the repository for the BPA Suite is called. The complete installation and administration guide can be found <a href="http://download-llnw.oracle.com/otn/nt/bpa/Oracle_BPASuite_Installation_Guide.pdf">here (as PDF)</a>. Turn to paragraph 2.4 if you&#8217;re installing on Windows of 2.5 if your installing on Unix/Linux.</p>
<h3>Installation steps</h3>
<ul>
<li>Create a database with the <strong>AL32UTF8</strong> character set.</li>
<li>Create two tablespaces <strong>ARISDATA</strong> and <strong>ARISINDEX</strong> using automatic, unlimited growth. Make sure there is a temporary tablespace called <code>TEMP</code> or alter the <code>SET DL_TS_TEMP=TEMP</code>. If you choose other names alter the <code>SET DL_TS_DATA=ARISDATA</code> and <code>SET DL_TS_INDEX=ARISINDEX</code> in the envset.bat or envset.sh. The envset file can be found in the <code>\Setups\DBMS\Oracle</code> of the <code>V17759-01_2of2</code> DVD.</li>
<li>Alter the envset.bat file to reflect the settings of your database:<br/>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
</pre></td><td class="code"><pre class="sql" style="font-family:monospace;">REM The path <span style="color: #cc66cc;">2</span> sqlplus<span style="color: #66cc66;">.</span>exe 
<span style="color: #993333; font-weight: bold;">SET</span> DL_ORA_BIN_PATH<span style="color: #66cc66;">=</span>
&nbsp;
<span style="color: #993333; font-weight: bold;">SET</span> TARGET_HOST<span style="color: #66cc66;">=</span>localhost
<span style="color: #993333; font-weight: bold;">SET</span> TARGET_PORT<span style="color: #66cc66;">=</span><span style="color: #cc66cc;">1521</span>
<span style="color: #993333; font-weight: bold;">SET</span> TARGET_SERVICE_NAME<span style="color: #66cc66;">=</span>ARIS</pre></td></tr></table></div>

</li>
<li>Run the <strong>envset.bat</strong> (or .sh) and <strong>install.bat</strong> (or .sh) from the <code>\Setups\DBMS\Oracle</code> directory of the <code>V17759-01_2of2</code> DVD.</li>
<li>Run the <strong>setup.exe</strong> from the <code>\Setups\Windows\Business Process Repository</code> directory of the <code>V17759-01_2of2</code> DVD. Choose the options to install with an existing repository</li>
<li>Choose to run as a <strong>Windows service</strong> of you&#8217;re on MS Windows.</li>
</ul>
<h3>Other useful links</h3>
<ul>
<li><a href="http://www.oracle.com/technology/software/products/bpa/index.html">Download</a> Oracle Business Process Analysis Suite 11g.</li>
<li>Look into the <a href="http://download.oracle.com/otn/nt/bpa/BPA_CertificationMatrix_R11.xls">certification matrix (XLS)</a>. </li>
<li>Download the <a href="http://download.oracle.com/otn/nt/bpa/OBPA_R11_QuickStart_Sample.zip">samples</a> and the <a href="http://download.oracle.com/otn/nt/bpa/Oracle_BPA_Suite_QuickStart_Sample_Guide.pdf">guide</a> that comes with it.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.deltalounge.net/wpress/2010/06/installing-the-oracle-business-process-repository/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Running SOA Suite 11g on your workstation</title>
		<link>http://www.deltalounge.net/wpress/2010/05/running-soa-suite-11g-workstatio/</link>
		<comments>http://www.deltalounge.net/wpress/2010/05/running-soa-suite-11g-workstatio/#comments</comments>
		<pubDate>Wed, 19 May 2010 19:56:08 +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[Service Bus]]></category>
		<category><![CDATA[WLS]]></category>
		<category><![CDATA[11g]]></category>
		<category><![CDATA[AS]]></category>
		<category><![CDATA[Fusion Middleware]]></category>
		<category><![CDATA[WebLogic]]></category>

		<guid isPermaLink="false">http://www.deltalounge.net/wpress/?p=850</guid>
		<description><![CDATA[There are several advantages when working in a project with Oracle SOA Suite to have a local installation of the SOA Suite on your workstation. While developing and trying bits of code you can&#8217;t break other peoples work as you can on a central server. Running FMW 11g on a workstation with say memory on [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.deltalounge.net/wpress/wp-content/uploads/2010/05/fusion-middleware-11g.gif"><img src="http://www.deltalounge.net/wpress/wp-content/uploads/2010/05/fusion-middleware-11g.gif" alt="Fusion Middleware 11g" title="fusion-middleware-11g" width="150" height="42" class="alignright size-full wp-image-858" /></a>There are several advantages when working in a project with Oracle SOA Suite to have a local installation of the SOA Suite on your workstation. While developing and trying bits of code you can&#8217;t break other peoples work as you can on a central server. Running FMW 11g on a workstation with say memory on the low end of the spectrum can be challenging. In this blog I&#8217;ll show you some <a href="http://www.deltalounge.net/wpress/2009/07/running-fmw-11g-on-your-laptop/">additional (to this previous post) measure</a> that my blogless colleague <a href="http://nl.linkedin.com/in/rheikoop">Rob Heikoop</a> came up with.</p>
<p>Rob came up with two things:</p>
<ul>
<li>Use only one Domain in WLS. You&#8217;ll have to combine the admin en the SOA_domain. Running just one domain saves memory.</li>
<li>Keep the database centralized. In the central database each developer has it&#8217;s own SOA schema that is especially created for him. To do this run the RCU for every developer and use the prefix to reflect for example the developers initials (example of using RCU on <a href="http://www.slideshare.net/eaiesb/oracle-fusion-11g-rcu-instalaltion">slideshare</a>). Not running the database on your workstation saves memory and CPU.</li>
</ul>
<p>In order to have new developers being able to use this quickly we copy the reference installation (with plug-ins, patches and the works) and alter the configuration:</p>
<ul>
<li>Alter the scripts in the <code>C:\Devel\SOAMiddleware\user_projects\domains\soa_domain\bin</code> directory to reflect your workstation name instead of that of the reference machine. You can do this easily by using an editor like <a href="http://notepad-plus.sourceforge.net/nl/site.htm">Notepad++</a> and use <code>Search > Find in files > Replace in files</code>. Otherwise you&#8217;ll be stopping your teammates server&#8230;. (again sorry Rob) </li>
<li>Change the configuration files in <code>C:\Devel\SOAMiddleware\user_projects\domains\soa_domain\config\jdbc</code> to reflect the prefix created especially for you while using the RCU. Again Notepad++ can help you here.</li>
</ul>
<p>Now you can start the tools:</p>
<ul>
<li>WebLogic Server: <code>C:\Devel\SOAMiddleware\user_projects\domains\soa_domain\bin\startWebLogic.cmd</code></li>
<li>JDeveloper: <code>C:\Devel\SOAMiddleware\jdeveloper\jdeveloper.exe</code> </li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.deltalounge.net/wpress/2010/05/running-soa-suite-11g-workstatio/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>SOA Suite 11gR1 PS2 released</title>
		<link>http://www.deltalounge.net/wpress/2010/04/soa-suite-11gr1-ps2-released/</link>
		<comments>http://www.deltalounge.net/wpress/2010/04/soa-suite-11gr1-ps2-released/#comments</comments>
		<pubDate>Wed, 28 Apr 2010 19:22:16 +0000</pubDate>
		<dc:creator>PeterPaul</dc:creator>
				<category><![CDATA[BPEL]]></category>
		<category><![CDATA[JDeveloper]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Release]]></category>
		<category><![CDATA[SOA Suite]]></category>
		<category><![CDATA[Service Bus]]></category>
		<category><![CDATA[WLS]]></category>
		<category><![CDATA[11g]]></category>
		<category><![CDATA[AS]]></category>
		<category><![CDATA[Fusion Middleware]]></category>
		<category><![CDATA[integration]]></category>
		<category><![CDATA[WebLogic]]></category>

		<guid isPermaLink="false">http://www.deltalounge.net/wpress/?p=825</guid>
		<description><![CDATA[Previous I mentioned a preview of the 11g R1 PS2 new features. Here are a few links for this new release &#8211; 11.1.1.3.0: SOA Suite 11g R1 PS2 new features. Download page The documentation index will probably be updated soon. Existing PS1 users simply apply the patch to upgrade to 11.1.1.3.0. Other releases Oracle Service [...]]]></description>
			<content:encoded><![CDATA[<p>Previous I mentioned a <a href="http://www.deltalounge.net/wpress/2010/03/upcoming-soa-suite-11g-ps2-features/">preview of the 11g R1 PS2</a> new features. Here are a few links for this new release &#8211; 11.1.1.3.0:</p>
<ul>
<li>SOA Suite <a href="http://www.oracle.com/technology/products/soa/soasuite/collateral/soa-11gr1-ps2-new-features.html">11g R1 PS2 new features</a>.</li>
<li><a href="http://www.oracle.com/technology/products/soa/soasuite/collateral/downloads.html#11.1.1.3.0">Download page</a></li>
<li>The <a href="http://www.oracle.com/technology/products/soa/soasuite/collateral/documentation.html#11g">documentation index</a> will probably be updated soon.</li>
</ul>
<p>Existing PS1 users simply <a href="http://download.oracle.com/docs/cd/E14571_01/install.1111/b32474/start.htm#CIHBFJCF">apply the patch</a> to upgrade to 11.1.1.3.0.</p>
<h3>Other releases</h3>
<ul>
<li>Oracle Service Bus <a href="http://www.oracle.com/technology/products/integration/service-bus/index.html">OSB 11g R1</a></li>
<li>Business Process Management <a href="http://www.oracle.com/technology/products/soa/bpmsuite/index.html">BPM 11g R1</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.deltalounge.net/wpress/2010/04/soa-suite-11gr1-ps2-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Running SOA Suite on Amazon EC2</title>
		<link>http://www.deltalounge.net/wpress/2010/03/running-soa-suite-on-amazon-ec2/</link>
		<comments>http://www.deltalounge.net/wpress/2010/03/running-soa-suite-on-amazon-ec2/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 20:41:40 +0000</pubDate>
		<dc:creator>PeterPaul</dc:creator>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[BPEL]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[JDeveloper]]></category>
		<category><![CDATA[Life hack]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[SOA Suite]]></category>
		<category><![CDATA[Service Bus]]></category>
		<category><![CDATA[WLS]]></category>
		<category><![CDATA[11g]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[EC2]]></category>
		<category><![CDATA[Fusion Middleware]]></category>
		<category><![CDATA[WebLogic]]></category>

		<guid isPermaLink="false">http://www.deltalounge.net/wpress/?p=760</guid>
		<description><![CDATA[One of the things on my To Do list was to move my local SOA Suite 11g R1 to The Cloud. It seemed a good idea to save my laptop some resources (to spare some for JDeveloper) with only a limited investment. Besides that it can be a good way to demo applications, and work [...]]]></description>
			<content:encoded><![CDATA[<p><div id="attachment_767" class="wp-caption alignright" style="width: 310px"><a href="http://www.deltalounge.net/wpress/wp-content/uploads/2010/03/screenshot.115.jpg"><img src="http://www.deltalounge.net/wpress/wp-content/uploads/2010/03/screenshot.115-300x222.jpg" alt="SOA Suite on EC2" title="SOA Suite on EC2" width="300" height="222" class="size-medium wp-image-767" /></a><p class="wp-caption-text">SOA Suite on EC2</p></div><br />
One of the things on my To Do list was to move my local SOA Suite 11g R1 to <strong>The Cloud</strong>. It seemed a good idea to save my laptop some resources (to spare some for JDeveloper) with only a limited investment. Besides that it can be a good way to demo applications, and work together with my colleagues on these demos.<br />
<br/><br />
During the last months I noticed that there are several good blogpost on the subject. In this post I&#8217;ll show you the ones I used and provide some additions to them.<br />
<br/></p>
<h3>Setting up Amazon Web Services (EC2 and S3)</h3>
<p>This <a href="http://www.oracle.com/technology/pub/articles/lokitz-cloud.html">arcticle on OTN</a> guided me while signing up for:</p>
<ul>
<li>Amazon <a href="http://aws.amazon.com/">AWS</a></li>
<li>Amazon <a href="http://aws.amazon.com/s3/">S3</a> &#8211; Simple Storage Service</li>
<li>Amazon <a href="http://aws.amazon.com/ec2/">EC2</a> &#8211; Elastic Compute Cloud</li>
</ul>
<p>and to setup <a href="http://www.putty.org/">PuTTY</a>. The only hick-up here was that I&#8217;m using the <a href="http://portableapps.com/">PortableApps</a> version of PuTTY that doesn&#8217;t come with the puttygen &#8211; Key Generator.</p>
<h3>Provisioning a SOA Server on Amazon EC2</h3>
<p>This <a href="http://blogs.oracle.com/SOA/2009/10/soa_suite_on_ec2_-_draft.html">blogpost guided</a> me in the provisioning of the <a href="http://developer.amazonwebservices.com/connect/kbcategory.jspa?categoryID=171">AMI</a> (Amazon Machine Image).</p>
<ul>
<li><strong>AMIs are per region</strong>: The Amazon Machine Instance (AMI) for SOA Suite (id = ami-acb557c5) is only available in the US East (Northern Virginia) Region.</li>
<li>Don&#8217;t bother to setup the Elastic Block Store (EBS) Volume. It is scripted in the latest version of the AMI, as described in step 5 of &#8220;SSH to your image and accept license&#8221;. The EBS Volume is seeded using a snapshot (id = snap-dd980db4) that is provided. This volume will be used to persist your data across sessions and AMI start/stop.</li>
<li>When launching the image (during the Configure Firewall step) set the <a href="http://docs.amazonwebservices.com/AWSEC2/latest/DeveloperGuide/index.html?using-network-security.html">SecurityGroup</a> to accept HTTP traffic on <strong>port 7001</strong> in case you want to use the SOA Suite from outside the Image.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.deltalounge.net/wpress/2010/03/running-soa-suite-on-amazon-ec2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
