Author: irooskov(a)redhat.com
Date: 2011-07-20 22:28:24 -0400 (Wed, 20 Jul 2011)
New Revision: 33093
Modified:
branches/jbosstools-3.2.x/documentation/guides/JBDS_Release_Notes/en-US/Component_Versions.xml
branches/jbosstools-3.2.x/documentation/guides/JBDS_Release_Notes/en-US/Fixed_Issues.xml
branches/jbosstools-3.2.x/documentation/guides/JBDS_Release_Notes/en-US/Overview.xml
Log:
updated to fix JBDS-1783
Modified:
branches/jbosstools-3.2.x/documentation/guides/JBDS_Release_Notes/en-US/Component_Versions.xml
===================================================================
---
branches/jbosstools-3.2.x/documentation/guides/JBDS_Release_Notes/en-US/Component_Versions.xml 2011-07-21
00:35:44 UTC (rev 33092)
+++
branches/jbosstools-3.2.x/documentation/guides/JBDS_Release_Notes/en-US/Component_Versions.xml 2011-07-21
02:28:24 UTC (rev 33093)
@@ -28,7 +28,7 @@
</note>
<important>
<para>
- The Drools Rule editor has been removed from this release. For further information on
why this has occurred, see <ulink
url="https://issues.jboss.org/browse/JBIDE-9052">JBIDE-9052&...
+ The Guided Drools Rule editor has been removed from this release. For further
information on why this has occurred, see <ulink
url="https://issues.jboss.org/browse/JBIDE-9052">JBIDE-9052&...
</para>
</important>
</section>
Modified:
branches/jbosstools-3.2.x/documentation/guides/JBDS_Release_Notes/en-US/Fixed_Issues.xml
===================================================================
---
branches/jbosstools-3.2.x/documentation/guides/JBDS_Release_Notes/en-US/Fixed_Issues.xml 2011-07-21
00:35:44 UTC (rev 33092)
+++
branches/jbosstools-3.2.x/documentation/guides/JBDS_Release_Notes/en-US/Fixed_Issues.xml 2011-07-21
02:28:24 UTC (rev 33093)
@@ -24,7 +24,7 @@
<itemizedlist>
<listitem>
<para>
- <ulink
url="http://jira.jboss.com/jira/browse/JBIDE-3126">JBIDE-312...;:
Validation for the serializablity of injected beans into passive-scoped beans has been
added. This ensures that if a bean belongs to
<property>@SessionScoped</property>,
<property>@ConversationScope</property> or any
<property>@NormalScope(passivating=true)</property> and it is not stateful
(<property>@Stateful</property>), the bean is checked to see if it implements
<classname>java.io.Serializible</classname>. If it does implement the
Serializible class, then it is marked as an error.
+ <ulink
url="http://jira.jboss.com/jira/browse/JBIDE-3126">JBIDE-312...;:
Validation for the serializablity of injected beans into passive-scoped beans has been
added. This ensures that if a bean belongs to
<property>@SessionScoped</property>,
<property>@ConversationScope</property> or any
<property>@NormalScope(passivating=true)</property> and it is not stateful
(<property>@Stateful</property>), the bean is checked to see if it implements
<classname>java.io.Serializible</classname>. If it does not implement the
Serializible class, then it is marked as an error.
</para>
</listitem>
</itemizedlist>
@@ -328,7 +328,7 @@
<title>General Issues</title>
<para>
<itemizedlist>
- <listitem>
+ <listitem id="JBDS-1268">
<para>
<ulink
url="http://jira.jboss.com/jira/browse/JBDS-1268">JBDS-1268&...;:
The JBoss Developer Studio can now be installed by passing the installer a settings file
named <filename>InstallConfigRecord.xml</filename>. To undertake this, setup
an <filename>InstallConfigRecord.xml</filename> and run the following on a
command line: <code>java -jar jbdevstudio-4.1.0.GA.jar
InstallConfigRecord.xml</code>. This allows for an automated and reproducible
installation. For further information consult the <emphasis>Getting Started
Guide</emphasis>.
</para>
Modified:
branches/jbosstools-3.2.x/documentation/guides/JBDS_Release_Notes/en-US/Overview.xml
===================================================================
---
branches/jbosstools-3.2.x/documentation/guides/JBDS_Release_Notes/en-US/Overview.xml 2011-07-21
00:35:44 UTC (rev 33092)
+++
branches/jbosstools-3.2.x/documentation/guides/JBDS_Release_Notes/en-US/Overview.xml 2011-07-21
02:28:24 UTC (rev 33093)
@@ -10,12 +10,12 @@
<itemizedlist>
<listitem>
<para>
- Scriptble install of JBoss Developer Studio 4.1. When installing JBoss Developer
Studio 4.1, you can now pass the installation a
<filename>InstallConfigRecord.xml</filename> file to install with pre-defined
settings, ensuring no user interaction is required. For further details see the release
note for JBDS-1268 in the new and fixed issues section of this document, or the
<emphasis>Getting Started Guide</emphasis> for this release.
+ Scriptable install of JBoss Developer Studio 4.1. When installing JBoss Developer
Studio 4.1, you can now pass the installation a
<filename>InstallConfigRecord.xml</filename> file to install with pre-defined
settings, ensuring no user interaction is required. For further details see the release
note for <xref linkend="JBDS-1268" /> in the new and fixed issues section
of this document, or the <emphasis>Getting Started Guide</emphasis> for this
release.
</para>
</listitem>
<listitem>
<para>
- Full BPEL Editor support through the JBoss Developer Studio Extras site. The BPEL
Editor is now fully supported as an add-on to your basic install of JBoss Developer Studio
4.1. To access this plug-in, add the JBoss Developer Studio Extras site <!-- (insert
site here) --> to your installation; see the BPEL User Guide for further information.
+ Full BPEL Editor support through the JBoss Developer Studio Extras site. The BPEL
Editor is now fully supported as an add-on to your basic installation of JBoss Developer
Studio 4.1. To access this plug-in, add the JBoss Developer Studio Extras site <!--
(insert site here) --> to your installation; see the BPEL User Guide for further
information.
</para>
</listitem>
</itemizedlist>