Author: irooskov(a)redhat.com
Date: 2011-08-29 03:11:21 -0400 (Mon, 29 Aug 2011)
New Revision: 34355
Modified:
branches/jbosstools-3.2.x/documentation/guides/JBDS_Release_Notes/en-US/Fixed_Issues.xml
Log:
updated for JBDS 4.1.1
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-29
02:08:15 UTC (rev 34354)
+++
branches/jbosstools-3.2.x/documentation/guides/JBDS_Release_Notes/en-US/Fixed_Issues.xml 2011-08-29
07:11:21 UTC (rev 34355)
@@ -253,6 +253,18 @@
</itemizedlist>
</para>
</formalpara>-->
+ <formalpara>
+ <title>Webservices/title>
+ <para>
+ <itemizedlist>
+ <listitem>
+ <para>
+ <ulink
url="http://jira.jboss.com/jira/browse/JBIDE-9516">JBIDE-951...;:
When creating a Sample RESTful Web Service, the wizard referenced a JAR file that did not
exist and an error would occur. The issue has been fixed by ensuring that the wizard looks
for a file that has a name starting with <filename>jaxrs-api</filename> and
ends with <filename>.jar</filename>. This also allows for the JBoss Developer
Studio to automatically use newer versions of the the file in the future.
+ </para>
+ </listitem>
+ </itemizedlist>
+ </para>
+ </formalpara>
<!-- <formalpara>
<title>Web Tools Platform</title>
<para>
@@ -289,16 +301,26 @@
</itemizedlist>
</para>
</formalpara>-->
-<!-- <formalpara>
+ <formalpara>
<title>General Issues</title>
<para>
<itemizedlist>
<listitem>
<para>
- <ulink
url="http://jira.jboss.com/jira/browse/JBIDE-0000">JBIDE-000...;:
+ <ulink
url="http://jira.jboss.com/jira/browse/JBIDE-9514">JBIDE-951...;:
Project Example ZIP files that contian empty folders, would not be imported correctly and
the empty folders would be excluded, though they are necessary for the project to work
(for example, the <filename>src</filename> folder). To fix this issue the
<filename>NewProjectExamplesWizard.java</filename> has been modified to allow
for empty folders within ZIP files to be imported correctly.
</para>
</listitem>
+ <listitem>
+ <para>
+ <ulink
url="http://jira.jboss.com/jira/browse/JBIDE-9361">JBIDE-936...;:
When importing a project, if it is not faceted or does not contain a primary runtime, the
project will not be imported correctly. This could have lead to errors being displayed and
projects referencing an incorrect runtime. The issue has been corrected within this
release by updating the <filename>WTPRuntimeFix.java</filename> by adding in
code to check and handle when a project is not faceted or does not contain a primary
runtime.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <ulink
url="http://jira.jboss.com/jira/browse/JBIDE-9344">JBIDE-934...;:
When a user would import a project ZIP file using the project example framework, an empty
sub-folder would appear that was unnecessary. This issue has been corrected in this
release by modifying the <filename>NewProjectExamplesWizard.java</filename>
file to check the files being imported and ensure the empty sub-folder no longer appears.
+ </para>
+ </listitem>
</itemizedlist>
</para>
- </formalpara> -->
+ </formalpara>
</section>