<?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; JDeveloper</title>
	<atom:link href="http://www.deltalounge.net/wpress/category/oracle/jdeveloper/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>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>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>
		<item>
		<title>Upcoming SOA Suite 11g PS2 features</title>
		<link>http://www.deltalounge.net/wpress/2010/03/upcoming-soa-suite-11g-ps2-features/</link>
		<comments>http://www.deltalounge.net/wpress/2010/03/upcoming-soa-suite-11g-ps2-features/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 06:59:01 +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[Fusion Middleware]]></category>
		<category><![CDATA[WebLogic]]></category>

		<guid isPermaLink="false">http://www.deltalounge.net/wpress/?p=746</guid>
		<description><![CDATA[Yesterday Clemens Utschig posted a list of SOA Suite 11gR1 Patchset 2 ~ 11.1.1.3.0 (SOA) features. He says it is a non-exhaustive list. It contains features like: Full and complete support for BPEL 2.0 (designtime and runtime) Reintroduction of “BPEL domains” &#8211; that are called Partitions because there are already WebLogic Domains Enhancements to BPEL’s [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday <a href="http://www.linkedin.com/in/clemensutschig">Clemens Utschig</a> posted a list of SOA Suite <a href="http://blogs.oracle.com/soabpm/2010/03/11gr1_patchset_2_111130_soa_fe.html">11gR1 Patchset 2 ~ 11.1.1.3.0 (SOA)</a> features. He says it is a non-exhaustive list. It contains features like:</p>
<ul>
<li>Full and complete support for BPEL 2.0 (designtime and runtime)</li>
<li>Reintroduction of “BPEL domains” &#8211; that are called Partitions because there are already WebLogic Domains</li>
<li>Enhancements to BPEL’s transactional behavior and audit-trail </li>
<li>Full BPMN 2.0 support &#8211; part of BPM 11g which runs on top of 11g PS2 SOA core</li>
</ul>
<h3>Update: for the Java developer</h3>
<p>In an additional <a href="http://blogs.oracle.com/soabpm/2010/03/soa_for_the_java_developer_a_f.html">post</a> the features for the Java developer were announced. These include:</p>
<ul>
<li>Support for <code>interface.java</code> as a first class citizen next to <code>interface.wsdl</code></li>
<li>Full support for Spring as component implementation </li>
<li>Support for EJB bindings (binding.ejb)</li>
<li>Invocation of a composite service</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.deltalounge.net/wpress/2010/03/upcoming-soa-suite-11g-ps2-features/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Overview Java Web Frameworks</title>
		<link>http://www.deltalounge.net/wpress/2010/03/overview-java-web-frameworks/</link>
		<comments>http://www.deltalounge.net/wpress/2010/03/overview-java-web-frameworks/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 11:14:52 +0000</pubDate>
		<dc:creator>PeterPaul</dc:creator>
				<category><![CDATA[JDeveloper]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.deltalounge.net/wpress/?p=737</guid>
		<description><![CDATA[This week I came across a good overview of Java Web Frameworks: The presentation (that will be given at TSSJS Las Vegas 2010) this time-line originates from, can be found here. The overview was created by Matt Raible of Raible Designs.]]></description>
			<content:encoded><![CDATA[<p>This week I came across a good <a href="http://java.dzone.com/articles/my-future-web-frameworks">overview of Java Web Frameworks</a>:<br />
<div id="attachment_738" class="wp-caption alignleft" style="width: 510px"><a href="http://www.deltalounge.net/wpress/wp-content/uploads/2010/03/WebFrameworks.jpg"><img src="http://www.deltalounge.net/wpress/wp-content/uploads/2010/03/WebFrameworks.jpg" alt="http://www.flickr.com/photos/mraible/4378559350/" title="WebFrameworks" width="500" height="200" class="size-full wp-image-738" /></a><p class="wp-caption-text">http://www.flickr.com/photos/mraible/4378559350/</p></div></p>
<p>The presentation (that will be given at <a href="http://javasymposium.techtarget.com/">TSSJS Las Vegas 2010</a>) this time-line originates from, can <a href="http://www.slideshare.net/mraible/the-future-of-web-frameworks">be found here.</a> The overview was created by <a href="http://twitter.com/mraible">Matt Raible</a> of <a href="http://raibledesigns.com/">Raible Designs</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.deltalounge.net/wpress/2010/03/overview-java-web-frameworks/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>JDeveloper on 64-bit Windows7</title>
		<link>http://www.deltalounge.net/wpress/2010/02/jdeveloper-on-64-bit-windows7/</link>
		<comments>http://www.deltalounge.net/wpress/2010/02/jdeveloper-on-64-bit-windows7/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 20:04:36 +0000</pubDate>
		<dc:creator>PeterPaul</dc:creator>
				<category><![CDATA[JDeveloper]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[64-bit]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[JVM]]></category>

		<guid isPermaLink="false">http://www.deltalounge.net/wpress/?p=670</guid>
		<description><![CDATA[For a lot of us the migration to Windows7 will be the first time we get easy access to a 64-bit desktop OS. One of the first things after an upgrade like that is to get your tools, like in my case JDeveloper, working again. First step is to download the jdevinstall jar, and the [...]]]></description>
			<content:encoded><![CDATA[<p>For a lot of us the migration to Windows7 will be the first time we get easy access to a 64-bit desktop OS. One of the first things after an upgrade like that is to get your tools, like in my case JDeveloper, working again. First step is to <a href="http://www.oracle.com/technology/software/products/jdev/htdocs/soft11.html">download</a> the jdevinstall jar, and the <a href="http://java.sun.com/javase/downloads/index.jsp">Sun JDK</a>. The installation worked fine:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="sql" style="font-family:monospace;">java <span style="color: #66cc66;">-</span>jar jdevstudio11112install<span style="color: #66cc66;">.</span>jar</pre></td></tr></table></div>

<h3>Running JDeveloper on 64-bit JVM</h3>
<p>Running JDeveloper with the 64-bit JVM resulted in an error:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
</pre></td><td class="code"><pre class="sql" style="font-family:monospace;">Unable <span style="color: #993333; font-weight: bold;">TO</span> launch the Java Virtual Machine  
located at path:  
C:\Java\jdk1<span style="color: #66cc66;">.</span>6<span style="color: #66cc66;">.</span>0_18\jre\bin\server\jvm<span style="color: #66cc66;">.</span>dll</pre></td></tr></table></div>

<p>A solution is to use the 32-bit JVM. To do this change the <code>SetJavaHome</code> in the<code>jdev.conf</code> that is located in the <code>{JDEV_HOME}\jdev\bin\jdev.conf</code>.</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="sql" style="font-family:monospace;">SetJavaHome C:\Java\jdk1<span style="color: #66cc66;">.</span>6<span style="color: #66cc66;">.</span>0_18_x86</pre></td></tr></table></div>

<p>Where the <code>jdk1.6.0_18_x86</code> is a 32-bits JVM version.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.deltalounge.net/wpress/2010/02/jdeveloper-on-64-bit-windows7/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Unable to create an instance on the Java Virtual Machine</title>
		<link>http://www.deltalounge.net/wpress/2010/02/unable-to-create-an-instance-on-the-java-virtual-machine/</link>
		<comments>http://www.deltalounge.net/wpress/2010/02/unable-to-create-an-instance-on-the-java-virtual-machine/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 13:34:28 +0000</pubDate>
		<dc:creator>PeterPaul</dc:creator>
				<category><![CDATA[JDeveloper]]></category>
		<category><![CDATA[11g]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[JVM]]></category>

		<guid isPermaLink="false">http://www.deltalounge.net/wpress/?p=708</guid>
		<description><![CDATA[After installing JDeveloper 11G successfully, we encountered the following error while starting JDeveloper: Unable to create an instance on the Java Virtual Machine located on c:\jdeveloper11g\Middleware\jdk160_05\jre\bin\client\jvm.dll Using Google and Oracle Support showed us that the virtual memory for the PC was not set to level that allowed the JVM to initialise.The solution is to increase [...]]]></description>
			<content:encoded><![CDATA[<p>After installing JDeveloper 11G successfully, we encountered the following error while starting JDeveloper:</p>
<blockquote><p>Unable to create an instance on the Java Virtual Machine located on c:\jdeveloper11g\Middleware\jdk160_05\jre\bin\client\jvm.dll</p></blockquote>
<p><a href="http://www.deltalounge.net/wpress/wp-content/uploads/2010/02/screenshot.99.jpg"><img src="http://www.deltalounge.net/wpress/wp-content/uploads/2010/02/screenshot.99-260x300.jpg" alt="Virtual Memory settings" title="Set Virtual memory" width="260" height="300" class="alignright size-medium wp-image-710" /></a><br />
Using Google and <a href="https://supporthtml.oracle.com/ep/faces/index.jspx">Oracle Support</a> showed us that the virtual memory for the PC was not set to level that allowed the JVM to initialise.<br/>The solution is to increase the virtual memory or swap area. To do this on Vista:<br/><br />
<code>My Computer > Properties > Advanced System Settings > tab Advanced > Performance - Settings > tab Advanced > Virtual memory - Change </code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.deltalounge.net/wpress/2010/02/unable-to-create-an-instance-on-the-java-virtual-machine/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
