<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-6745633521790532997</id><updated>2024-09-13T22:22:55.455-07:00</updated><category term="Attach EBS Device"/><category term="Mount"/><category term="Oracle SOA"/><category term="Recover AWS Instance"/><title type='text'>My Blogs on Oracle SOA and J2EE</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='https://oracle-soa-j2ee.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/6745633521790532997/posts/default?alt=atom'/><link rel='alternate' type='text/html' href='https://oracle-soa-j2ee.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>my blogs</name><uri>http://www.blogger.com/profile/03958001747607809558</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>3</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-6745633521790532997.post-8564697231421584708</id><published>2016-07-24T12:32:00.001-07:00</published><updated>2016-07-27T14:42:57.537-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Attach EBS Device"/><category scheme="http://www.blogger.com/atom/ns#" term="Mount"/><category scheme="http://www.blogger.com/atom/ns#" term="Recover AWS Instance"/><title type='text'>Recovering Unreachable AWS Instance</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
I came across this issue during one of my project some time back, posting it here to help if anyone come across the need to recover unreachable AWS instance on cloud &amp;amp; approach.&lt;br /&gt;
Instance was running &lt;b&gt;RHEL 6.4&lt;/b&gt; when all of a sudden the SSH connectivity was gone. After analysing the startup logs, I found that ssh service was not coming up &amp;amp; effectively making the instance unusable &amp;amp; not reachable.&lt;br /&gt;
&lt;br /&gt;
The cause of this issue was a bug with RHEL 6.4 EC2 instance which adds multiple&lt;br /&gt;
&quot;UseDNS no PermitRootLogin without-password&quot; sections without newline character.&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;b&gt;Resolution:&lt;/b&gt;&amp;nbsp;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-weight: normal;&quot;&gt;Remove the below erroneous entries from &lt;i&gt;/etc/ssh/sshd&lt;/i&gt;_config file &amp;amp; also from &lt;i&gt;/etc/rc.loca&lt;/i&gt;l:&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: &amp;quot;times&amp;quot; , &amp;quot;times new roman&amp;quot; , serif;&quot;&gt;* &amp;lt;&amp;lt;EOL &amp;gt;&amp;gt;*&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;times&amp;quot; , &amp;quot;times new roman&amp;quot; , serif;&quot;&gt;UseDNS no&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;times&amp;quot; , &amp;quot;times new roman&amp;quot; , serif;&quot;&gt;PermitRootLogin without-password&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
However without ssh service you will not be able to connect to the instance &amp;amp; do the fix.&lt;br /&gt;
&lt;br /&gt;
If the root partition is on instance storage then you are out of luck as the storage is tied with the instance &amp;amp; can&#39;t be detached. If its EBS backed root partition then you can detach &amp;amp; attach it to any existing instance as a data storage. Once it&#39;s attached to your new instance, you should be able to mount just as another drive &amp;amp; access the data to do the fix.&lt;br /&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;
&lt;b&gt;Note:&lt;/b&gt; If you are eligible for free tier, consider creating a micro instance &amp;amp; attach the root volume of the failed instance as an additional storage to the working instance.&lt;br /&gt;
&lt;br /&gt;
Once you rectify the config files and ready to re-attach the root device, make sure you provide the mount point as &lt;i&gt;sda1&lt;/i&gt; &amp;amp; not &lt;i&gt;sda&lt;/i&gt;. If you attach the device with wrong mount point, the instance will fail to boot, even though you might have fixed the configuration issues.&lt;br /&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='https://oracle-soa-j2ee.blogspot.com/feeds/8564697231421584708/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://oracle-soa-j2ee.blogspot.com/2016/07/recovering-unreachable-aws-instance.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/6745633521790532997/posts/default/8564697231421584708'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/6745633521790532997/posts/default/8564697231421584708'/><link rel='alternate' type='text/html' href='https://oracle-soa-j2ee.blogspot.com/2016/07/recovering-unreachable-aws-instance.html' title='Recovering Unreachable AWS Instance'/><author><name>my blogs</name><uri>http://www.blogger.com/profile/03958001747607809558</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6745633521790532997.post-3493150642542592246</id><published>2016-07-12T12:16:00.000-07:00</published><updated>2016-07-12T12:16:04.683-07:00</updated><title type='text'>Getting started with AWS - Creating your first instance</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
If your subscription qualifies for free tier account, you can launch free tier micro instance.&lt;br /&gt;
This blogs uses free tier AMIs to create the instance but the same can be used for purchased instance as well.&lt;br /&gt;
&lt;br /&gt;
Follow the below step by step guide to create your first AWS instance:&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;1. Choose AMI&amp;nbsp;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
If you are under free tier, you should tick the check box to filter the AMIs eligible under Free Tier Usage.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj1OHXTGouonez4ghNWhbKLnbu0lJGQginZiDo62IJe9SCUkXNGlVmBn7JbQGlcnn7lFcv4J_W1g23dZLsaHLQelAYWarh5wUGy6ZrpUe_uN6QeIoEt6eBFI8zFHbr8Nhi-ustBeBZovJE/s1600/LaunchFreeTierInstance-1.JPG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;180&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj1OHXTGouonez4ghNWhbKLnbu0lJGQginZiDo62IJe9SCUkXNGlVmBn7JbQGlcnn7lFcv4J_W1g23dZLsaHLQelAYWarh5wUGy6ZrpUe_uN6QeIoEt6eBFI8zFHbr8Nhi-ustBeBZovJE/s320/LaunchFreeTierInstance-1.JPG&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;b&gt;2. Choose Instance Type&amp;nbsp;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
Only Micro Instances are eligible for the AWS free usage tier.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhTAS_E7celnE95lABFcS6OHOiE85MLQsgeePULxD1oiaErRe85R3uRKEvdn7iM8Qbh6SFV55ZFK_sbT8W77M9ZKo8-nhNnPE2lAhSVq3ftbd7eIrY3iXnCKo3TIZ4uUqWFgW13TicheLw/s1600/LaunchFreeTierInstance-2.JPG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;180&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhTAS_E7celnE95lABFcS6OHOiE85MLQsgeePULxD1oiaErRe85R3uRKEvdn7iM8Qbh6SFV55ZFK_sbT8W77M9ZKo8-nhNnPE2lAhSVq3ftbd7eIrY3iXnCKo3TIZ4uUqWFgW13TicheLw/s320/LaunchFreeTierInstance-2.JPG&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;3. Configure your Instance&amp;nbsp;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&amp;nbsp;&lt;/b&gt;&lt;br /&gt;
Here you will get options to configure Network, Security, Shutdown behavior settings etc.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgIINWs_OoFF8AUDM06YquaN0Yf4SIUjC1GOzZVR8O21Sa0PA9dIZll1XRsMaCP7fmYhfZFSPLFJDWcsyL4WfthXV6sDMuiwBWE7YNGeD7F3sguKwf2ugMe-0X8Z1Oyo_8AsKbJafaIh4c/s1600/LaunchFreeTierInstance-3.JPG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;192&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgIINWs_OoFF8AUDM06YquaN0Yf4SIUjC1GOzZVR8O21Sa0PA9dIZll1XRsMaCP7fmYhfZFSPLFJDWcsyL4WfthXV6sDMuiwBWE7YNGeD7F3sguKwf2ugMe-0X8Z1Oyo_8AsKbJafaIh4c/s320/LaunchFreeTierInstance-3.JPG&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;i&gt;VPC (Virtual Private Cloud)&lt;/i&gt; - VPC is similar to the traditional LAN, except it is on cloud &amp;amp; can be further configured with routing tables, gateway to control visibility of the resource. By default, a default one will be created &amp;amp; ready to use.&lt;br /&gt;
&lt;br /&gt;
&lt;i&gt;Public IP&lt;/i&gt; - Make sure to check this box to automatically assign a public IP &amp;nbsp;to your instance. Also, you need to make a note of the allocated public IP each time you start the instance. Alternatively, you can switch to static public IP address with additional cost.&lt;br /&gt;
&lt;i&gt;&lt;br /&gt;&lt;/i&gt;
&lt;i&gt;Shutdown Behavior&lt;/i&gt; - Available options are:&lt;br /&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;Stop - Stops the instance. Instance data &amp;amp; configuration is retained &amp;amp; it is similar to physical shutdown of device. You won&#39;t be charged for Instance in stopped state. If any EBS volumes are attached to this instance they will still be charged.&lt;/li&gt;
&lt;li&gt;Reboot - Reboots the instance.&lt;/li&gt;
&lt;li&gt;Terminate - Terminates the instance, erases instance configuration &amp;amp; will also erase any storage volume associated with the instance.&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
You should set this behavior to &lt;i&gt;Stop&lt;/i&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;i&gt;Enable termination protection&lt;/i&gt; - Protects from any accidental termination.&lt;br /&gt;
&lt;br /&gt;
&lt;i&gt;Monitoring &lt;/i&gt;- Check this box to enable detailed monitoring if you need monitoring data for every minute at additional cost. By default basic monitoring will be enabled with refresh cycle of 5 minute window.&lt;br /&gt;
&lt;br /&gt;
&lt;i&gt;Tenancy &lt;/i&gt;- By default it will be shared tenancy i.e. the instance will run on shared hardware.&lt;br /&gt;
&lt;i&gt;&lt;br /&gt;&lt;/i&gt;
&lt;i&gt;Network Interface:&lt;/i&gt;&lt;br /&gt;
By default one Ethernet interface(&lt;i&gt;eth0&lt;/i&gt;) will be available with the instance. If you have enabled Public IP option, then Primary IP field will also set to Auto-assign &amp;amp; disabled for any change.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Step 4: Add Storage&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
Here you can configure the storage for your instance. Additional volumes can be added by clicking on Add New Volume.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEikVTL7L4kPtZburw1qVXncpUMs5nIFke1e1Y5QE8iCuvozm-ZrBNk7DkGIdqMbS717xMTyVEw07oQ9YcT1LQdE-PhGtPgVFbwEwJMTQeB1DOZ8uOn2mZO8JH6ZtVkp8NQ_7Y2nrI1iUvY/s1600/LaunchFreeTierInstance-4.JPG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;180&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEikVTL7L4kPtZburw1qVXncpUMs5nIFke1e1Y5QE8iCuvozm-ZrBNk7DkGIdqMbS717xMTyVEw07oQ9YcT1LQdE-PhGtPgVFbwEwJMTQeB1DOZ8uOn2mZO8JH6ZtVkp8NQ_7Y2nrI1iUvY/s320/LaunchFreeTierInstance-4.JPG&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Step 5: Tag Instance&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
Tagging helps to define your own metadata to manage the instance.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgC954QkEaMxHm2GyzwS3ElYufqTY0AzPTN63sd1mA-0UlhhGCGwBv1G3keO_kIazpt71pIgxAZIQ4aHAuGiWxow-Mqp9wGn8XoUHM4Yj4pnGOgPVMMhCBY6Xgbk9YJBAAB1Kl3d662MZ4/s1600/LaunchFreeTierInstance-5.JPG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;180&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgC954QkEaMxHm2GyzwS3ElYufqTY0AzPTN63sd1mA-0UlhhGCGwBv1G3keO_kIazpt71pIgxAZIQ4aHAuGiWxow-Mqp9wGn8XoUHM4Yj4pnGOgPVMMhCBY6Xgbk9YJBAAB1Kl3d662MZ4/s320/LaunchFreeTierInstance-5.JPG&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Step 6 : Configure Security Group&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;
You can create a new security group &amp;amp; can reuse the same with other instance.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhiCP9mG-DiKiA8zq2U46-66q5Vlf-zvzCvhLKbGFBALUUfXqK0UUwpzrjwISrIyNPpO9ZW57h0Cr5TaXfZ6n0u_qTwD9ya5_z_IAdzIfBlPqoLJITqs5xWrRQtMkfUJ_TF2fADmBOVPH0/s1600/LaunchFreeTierInstance-6.JPG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;180&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhiCP9mG-DiKiA8zq2U46-66q5Vlf-zvzCvhLKbGFBALUUfXqK0UUwpzrjwISrIyNPpO9ZW57h0Cr5TaXfZ6n0u_qTwD9ya5_z_IAdzIfBlPqoLJITqs5xWrRQtMkfUJ_TF2fADmBOVPH0/s320/LaunchFreeTierInstance-6.JPG&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;
Click &lt;i&gt;Review &amp;amp; launch&lt;/i&gt; to launch the instance.&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='https://oracle-soa-j2ee.blogspot.com/feeds/3493150642542592246/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://oracle-soa-j2ee.blogspot.com/2016/07/getting-started-with-aws-creating-your.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/6745633521790532997/posts/default/3493150642542592246'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/6745633521790532997/posts/default/3493150642542592246'/><link rel='alternate' type='text/html' href='https://oracle-soa-j2ee.blogspot.com/2016/07/getting-started-with-aws-creating-your.html' title='Getting started with AWS - Creating your first instance'/><author><name>my blogs</name><uri>http://www.blogger.com/profile/03958001747607809558</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj1OHXTGouonez4ghNWhbKLnbu0lJGQginZiDo62IJe9SCUkXNGlVmBn7JbQGlcnn7lFcv4J_W1g23dZLsaHLQelAYWarh5wUGy6ZrpUe_uN6QeIoEt6eBFI8zFHbr8Nhi-ustBeBZovJE/s72-c/LaunchFreeTierInstance-1.JPG" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6745633521790532997.post-3469080826211204432</id><published>2013-12-21T23:09:00.000-08:00</published><updated>2013-12-25T02:02:51.774-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Oracle SOA"/><title type='text'>Feature Review of Oracle SOA 12c</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;spam itemscope=&quot;&quot; itemtype=&quot;http://schema.org/Blog&quot;&gt;&lt;br class=&quot;Apple-interchange-newline&quot; /&gt;The next major release of SOA Suite will be coming soon somewhere in early 2014(No confirm timeline yet).&amp;nbsp;&lt;/spam&gt;&lt;br /&gt;
&lt;spam itemscope=&quot;&quot; itemtype=&quot;http://schema.org/Blog&quot;&gt;&lt;br /&gt;&lt;/spam&gt;&lt;spam itemscope=&quot;&quot; itemtype=&quot;http://schema.org/Blog&quot;&gt;SOA 10g to 11g upgrade brought some radical changes to the complete SOA stack due to the architectural and conceptual changes. While this release is more feature rich and geared towards &lt;b&gt;Cloud Integration&lt;/b&gt; &amp;amp; better OSB integration to SOA stack.&lt;br /&gt;&lt;br /&gt;Oracle showcased SOA 12c in &lt;b&gt;Oracle OpenWorld, 2013&lt;/b&gt;. Some of the feature highlight of the coming release I&#39;m putting in this post.&amp;nbsp;&lt;/spam&gt;&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;JDeveloper and Em Console has undergone some changes due to the inclusion of OSB support. OSB also gets a SCA like makeover wherein you will have Proxy, Business service, Split-Joins.&lt;/li&gt;
&lt;li&gt;Em Admin console integrates OSB services and will provide single point of access to monitor and manage both SOA &amp;amp; OSB services.&lt;/li&gt;
&lt;li&gt;&amp;nbsp;SCA composites can be run directly from JDeveloper with its integrated server just like standalone applications. This means debugging and deployment should be a lot easier &amp;amp; you can try out new changes immediately.&lt;/li&gt;
&lt;li&gt;Cloud adapter for Cloud integration.&lt;/li&gt;
&lt;li&gt;&amp;nbsp;Inclusion of MFT(Managed File Transfer) for large file transfer&lt;/li&gt;
&lt;/ul&gt;
There will be more in the final version with Weblogic 12.1.x &amp;nbsp;brings&amp;nbsp;&lt;b&gt;Dynamic Cluster&lt;/b&gt;&amp;nbsp;&amp;amp;&amp;nbsp;&lt;b&gt;Elastic JMS&lt;/b&gt;. In all it will be a more unified product(with OSB support) and cloud ready.&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='https://oracle-soa-j2ee.blogspot.com/feeds/3469080826211204432/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://oracle-soa-j2ee.blogspot.com/2013/12/oracle-soa-12c-new-features_21.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/6745633521790532997/posts/default/3469080826211204432'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/6745633521790532997/posts/default/3469080826211204432'/><link rel='alternate' type='text/html' href='https://oracle-soa-j2ee.blogspot.com/2013/12/oracle-soa-12c-new-features_21.html' title='Feature Review of Oracle SOA 12c'/><author><name>my blogs</name><uri>http://www.blogger.com/profile/03958001747607809558</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>