Author: irooskov(a)redhat.com
Date: 2011-06-08 19:39:52 -0400 (Wed, 08 Jun 2011)
New Revision: 31933
Modified:
trunk/documentation/guides/JBDS_Release_Notes/en-US/Fixed_Issues.xml
trunk/documentation/guides/JBDS_Release_Notes/en-US/Overview.xml
Log:
updated release notes with information about 'limits' when installing on Linux -
and linking to Getting Started Guide for more installation information. JBIDE-8944
Modified: trunk/documentation/guides/JBDS_Release_Notes/en-US/Fixed_Issues.xml
===================================================================
--- trunk/documentation/guides/JBDS_Release_Notes/en-US/Fixed_Issues.xml 2011-06-08
23:18:13 UTC (rev 31932)
+++ trunk/documentation/guides/JBDS_Release_Notes/en-US/Fixed_Issues.xml 2011-06-08
23:39:52 UTC (rev 31933)
@@ -6,6 +6,18 @@
<!-- <para>
The following list highlights new features that have been added to this release,
as well as listing notable bug fixes. You can find a complete list of bug fixes <ulink
url="https://issues.jboss.org/browse/JBIDE">here</ulink>.
</para> -->
+ <formalpara>
+ <title>BPEL</title>
+ <para>
+ <itemizedlist>
+ <listitem>
+ <para>
+ <ulink
url="http://jira.jboss.com/jira/browse/JBDS-1610">JBDS-1610&...;:
BPEL tooling is now supported as an additional tool for JBoss Developer Studio. Many bug
fixes and enhancements have been applied to it in order to bring it from a technology
preview to a supported component.
+ </para>
+ </listitem>
+ </itemizedlist>
+ </para>
+ </formalpara>
<formalpara>
<title>Contexts and Dependency Injection (CDI)</title>
<para>
Modified: trunk/documentation/guides/JBDS_Release_Notes/en-US/Overview.xml
===================================================================
--- trunk/documentation/guides/JBDS_Release_Notes/en-US/Overview.xml 2011-06-08 23:18:13
UTC (rev 31932)
+++ trunk/documentation/guides/JBDS_Release_Notes/en-US/Overview.xml 2011-06-08 23:39:52
UTC (rev 31933)
@@ -19,7 +19,21 @@
</para>
</listitem>
</itemizedlist>
-
+ <important>
+ <para>
+ If you are installing on a Linux distribution you must set the following limits in
<filename>/etc/security/limits.conf</filename> upon installation completion
and before running JBoss Developer Studio:
+ </para>
+<programlisting>
+* soft nofile 9216
+* hard nofile 9216
+</programlisting>
+ <para>
+ These settings will ensure you do not encounter an error reguarding maximum open
files when starting JBoss Developer Studio.
+ </para>
+ <para>
+ For further installation instructions see the Getting Started Guide for this release,
available at: <ulink
url="http://docs.redhat.com/docs/en-US/JBoss_Developer_Studio/index....
+ </para>
+ </important>
<!-- Old 'new' feature list for JBDS 4.0.0 left as a guide -->
<!-- <itemizedlist>
<listitem>