Author: irooskov(a)redhat.com
Date: 2011-08-17 19:50:26 -0400 (Wed, 17 Aug 2011)
New Revision: 34025
Modified:
branches/jbosstools-3.2.x/documentation/guides/JBDS_Release_Notes/en-US/Article_Info.xml
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
Log:
updated for TOOLSDOC-223
Modified:
branches/jbosstools-3.2.x/documentation/guides/JBDS_Release_Notes/en-US/Article_Info.xml
===================================================================
---
branches/jbosstools-3.2.x/documentation/guides/JBDS_Release_Notes/en-US/Article_Info.xml 2011-08-17
23:49:39 UTC (rev 34024)
+++
branches/jbosstools-3.2.x/documentation/guides/JBDS_Release_Notes/en-US/Article_Info.xml 2011-08-17
23:50:26 UTC (rev 34025)
@@ -8,7 +8,7 @@
<productname>JBoss Developer Studio</productname>
<productnumber>4.1</productnumber>
<edition>0</edition>
- <pubsnumber>9</pubsnumber>
+ <pubsnumber>10</pubsnumber>
<abstract>
<para>
These release notes contain important information related to the JBoss Developer
Studio. New features, known issues, resources, and other current issues are addressed
here.
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-08-17
23:49:39 UTC (rev 34024)
+++
branches/jbosstools-3.2.x/documentation/guides/JBDS_Release_Notes/en-US/Component_Versions.xml 2011-08-17
23:50:26 UTC (rev 34025)
@@ -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-08-17
23:49:39 UTC (rev 34024)
+++
branches/jbosstools-3.2.x/documentation/guides/JBDS_Release_Notes/en-US/Fixed_Issues.xml 2011-08-17
23:50:26 UTC (rev 34025)
@@ -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>