Author: irooskov(a)redhat.com
Date: 2010-02-09 23:48:29 -0500 (Tue, 09 Feb 2010)
New Revision: 20212
Modified:
trunk/documentation/guides/JBDS_3.0_Release_Notes/en-US/Fixed_Issues.xml
Log:
updated release notes with new JIRA
Modified: trunk/documentation/guides/JBDS_3.0_Release_Notes/en-US/Fixed_Issues.xml
===================================================================
--- trunk/documentation/guides/JBDS_3.0_Release_Notes/en-US/Fixed_Issues.xml 2010-02-10
01:17:46 UTC (rev 20211)
+++ trunk/documentation/guides/JBDS_3.0_Release_Notes/en-US/Fixed_Issues.xml 2010-02-10
04:48:29 UTC (rev 20212)
@@ -148,6 +148,11 @@
<ulink
url="http://jira.jboss.com/jira/browse/JBIDE-5124">JBIDE-512...;:
In the Hibernate Diagram Viewer new functionality has been added that allows a user to
choose between two different connection routers: Manhattan connection router for small
diagrams and Fan connection router for larger diagrams.
</para>
</listitem>
+ <listitem>
+ <para>
+ <ulink
url="http://jira.jboss.com/jira/browse/JBIDE-5031">JBIDE-503...;:
To close a database connection a user would have to close the <application>JBoss
Developer Studio</application> and then restart the application to continue work
without the connection. The database connection can now be closed from within the
<application>JBoss Developer Studio</application> by choosing the
<guimenuitem>Close Configuration</guimenuitem> menu item from the right-click
menu in <guilabel>Hibernate Configurations</guilabel> tab.
+ </para>
+ </listitem>
</itemizedlist>
</para>
</formalpara>
@@ -200,6 +205,11 @@
<ulink
url="http://jira.jboss.com/jira/browse/JBIDE-5089">JBIDE-508...;:
JSF Expression Language (EL) validation has been added for message bundles. This improves
the performance of the <classname>PageContextFactory</classname>.
</para>
</listitem>
+ <listitem>
+ <para>
+ <ulink
url="http://jira.jboss.com/jira/browse/JBIDE-5015">JBIDE-501...;:
Support for JSF 2.0 composition components has been added in this update.
+ </para>
+ </listitem>
</itemizedlist>
</para>
</formalpara>
@@ -212,6 +222,11 @@
<ulink
url="http://jira.jboss.com/jira/browse/JBIDE-5743">JBIDE-574...;:
Content assistance in coding did not show anything for the tag
<property><rich:menuItem ... icon="|" /></property>.
The content assistance has been corrected by adding the
<property>icon</property> attribute to the
<filename>RichFaces.xml</filename> tag library.
</para>
</listitem>
+ <listitem>
+ <para>
+ <ulink
url="http://jira.jboss.com/jira/browse/JBIDE-5025">JBIDE-502...;:
The RichFaces libraries have been updated to version 3.3.2.SR1.
+ </para>
+ </listitem>
</itemizedlist>
</para>
</formalpara>
@@ -256,6 +271,11 @@
<ulink
url="http://jira.jboss.com/jira/browse/JBIDE-5170">JBIDE-517...;:
When changing, adding or removing a Seam runtime from within
<menuchoice><guimenuitem>Window</guimenuitem><guimenuitem>Preferences</guimenuitem><guimenuitem>JBoss
Tools</guimenuitem><guimenuitem>Web</guimenuitem><guimenuitem>Seam</guimenuitem></menuchoice>,
Seam projects would not be built or validated. The behavior has been changed to build and
validate Seam projects upon changes in the
<guimenuitem>Preferences</guimenuitem> section to ensure correct functioning
of the project. The <filename>SeamRuntimeManager.java</filename> file was
updated to correct this.
</para>
</listitem>
+ <listitem>
+ <para>
+ <ulink
url="http://jira.jboss.com/jira/browse/JBIDE-5012">JBIDE-501...;:
The Booking and DVDStore Seam examples have been updated for Seam 2.2 within the
<application>JBoss Enterprise Application Platform</application>.
+ </para>
+ </listitem>
</itemizedlist>
</para>
</formalpara>
@@ -270,9 +290,14 @@
</listitem>
<listitem>
<para>
- <ulink
url="http://jira.jboss.com/jira/browse/JBIDE-5088">JBIDE-508...;:
+ <ulink
url="http://jira.jboss.com/jira/browse/JBIDE-5088">JBIDE-508...;:
When opening an existing Smooks configuration file it wouldn't contain any process
information. To correct this an input task is automatically created and the Smooks
configuration file is analyzed to add any missing task types if necessary. During the
course of this update a <exceptionname>NullPointerException</exceptionname>
was also fixed.
</para>
</listitem>
+ <listitem>
+ <para>
+ <ulink
url="http://jira.jboss.com/jira/browse/JBIDE-5086">JBIDE-508...;:
A default layout is added in the Java-Mapping viewer. This allows for the layout of the
information in the Smooks editor to be rearranged into a predefined default layout.
+ </para>
+ </listitem>
</itemizedlist>
</para>
</formalpara>
@@ -334,7 +359,7 @@
</listitem>
<listitem>
<para>
- The <methodname>createPartControl()</methodname> method in the
<classname>MozillaEditor</classname> and
<classname>MozillaPreview</classname> classes create
<classname>XullRunnerEditor</classname> as an inner class. The issue was that
the <classname>XullRunnerEditor</classname> class retained a reference to
<classname>MozillaEditor(MozillaPreview)</classname> that caused it not to be
released and instead retain references to WST and EMF classes. This has now been corrected
so that classname>MozillaEditor(MozillaPreview)</classname> is now released after
use and referecnes are not retained.
+ The <methodname>createPartControl()</methodname> method in the
<classname>MozillaEditor</classname> and
<classname>MozillaPreview</classname> classes create
<classname>XullRunnerEditor</classname> as an inner class. The issue was that
the <classname>XullRunnerEditor</classname> class retained a reference to
<classname>MozillaEditor(MozillaPreview)</classname> that caused it not to be
released and instead retain references to WST and EMF classes. This has now been corrected
so that <classname>MozillaEditor(MozillaPreview)</classname> is now released
after use and referecnes are not retained.
</para>
</listitem>
</itemizedlist>
@@ -349,6 +374,11 @@
<ulink
url="http://jira.jboss.com/jira/browse/JBIDE-5091">JBIDE-509...;:
Support for JSF 2.0 Composition components that come packaged into the Web Application
Root has been added to the Visual Page Editor.
</para>
</listitem>
+ <listitem>
+ <para>
+ <ulink
url="http://jira.jboss.com/jira/browse/JBIDE-5065">JBIDE-506...;:
The icons in the Visual Page Editor have been redesigned for improved aesthetic
appearance.
+ </para>
+ </listitem>
</itemizedlist>
</para>
</formalpara>
@@ -400,9 +430,41 @@
</listitem>
<listitem>
<para>
+ <ulink
url="http://jira.jboss.com/jira/browse/JBIDE-5048">JBIDE-504...;:
SSH deployment has been added to the <application>JBoss Developer
Studio</application> with this update. Specifically the following improvements have
been made:
+ </para>
+ <itemizedlist>
+ <listitem>
+ <para>
+ A server type has been created that accepts SSH deployment for Eclipse Web Tools
Platform (WTP) archives
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ WTP, single-file and project archives can now be published
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Java Secure Channel (JSch) errors are now verified
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ All situations return IStatus objects and their associated user interface (an
IStatus object represents the outcome of an operation)
+ </para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+ <listitem>
+ <para>
<ulink
url="http://jira.jboss.com/jira/browse/JBIDE-5041">JBIDE-504...;:
The <keycap>menu</keycap> key on the keyboard would not work in the
<guilabel>Web Projects</guilabel> view, <guilabel>Seam
Components</guilabel> view or JBoss Tools XML Editor. The functioning of this key
has now been corrected so it behaves as a user would expect.
</para>
</listitem>
+ <listitem>
+ <para>
+ <ulink
url="http://jira.jboss.com/jira/browse/JBIDE-5005">JBIDE-500...;:
A new export wizard has been added to the <application>JBoss Developer
Studio</application>. The new wizard allows the export operation to utilize IModule
objects. This added feature reduces redundancy and inconsistancy for the export
operation.
+ </para>
+ </listitem>
</itemizedlist>
</para>
</formalpara>