[jboss-cvs] JBossAS SVN: r95638 - projects/docs/enterprise/5.0/Release_Notes_GA/en-US.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Oct 27 19:34:23 EDT 2009


Author: laubai
Date: 2009-10-27 19:34:22 -0400 (Tue, 27 Oct 2009)
New Revision: 95638

Modified:
   projects/docs/enterprise/5.0/Release_Notes_GA/en-US/Release_Notes.xml
Log:
Added notes for JBPAPP-2991, JBPAPP-2992.

Modified: projects/docs/enterprise/5.0/Release_Notes_GA/en-US/Release_Notes.xml
===================================================================
--- projects/docs/enterprise/5.0/Release_Notes_GA/en-US/Release_Notes.xml	2009-10-27 23:13:47 UTC (rev 95637)
+++ projects/docs/enterprise/5.0/Release_Notes_GA/en-US/Release_Notes.xml	2009-10-27 23:34:22 UTC (rev 95638)
@@ -1052,6 +1052,42 @@
           </itemizedlist>
         </para>      
       </formalpara>
+      <formalpara>
+        <title>RESTEasy Known Issues</title>
+        <para>
+          <itemizedlist>
+            <listitem>
+              <para>
+                <ulink url="https://jira.jboss.org/jira/browse/JBPAPP-2991">JBPAPP-2991</ulink>: The readme file for the API Clients example located in <filename>doc/examples/resteasy-examples/api-clients</filename> contains an invalid command for the Twitter example startup:
+              </para>
+              <screen>Twitter Client:
+- Run:
+    mvn exec:java -Dexec.mainClass="org.jboss.resteasy.examples.twitter.<emphasis role="bold">Twitter</emphasis>" -Dexec.args="&lt;userId&gt; &lt;password&gt;"</screen>
+              <para>
+                Replace the previous code with the following:
+              </para>
+              <screen>Twitter Client:
+- Run:
+    mvn exec:java -Dexec.mainClass="org.jboss.resteasy.examples.twitter.TwitterClient" -Dexec.args="&lt;userId&gt; &lt;password&gt;"</screen>
+              <para>
+                <filename>doc/examples/resteasy-examples/api-clients/</filename> also contains two superfluous Eclipse project files, <filename>.classpath</filename> and <filename>.project</filename>. We recommend deleting these files.
+              </para>
+            </listitem>
+            <listitem>
+              <para>
+                <ulink url="https://jira.jboss.org/jira/browse/JBPAPP-2992">JBPAPP-2992</ulink>: the readme file for the Spring MVC example located at <filename>doc/examples/resteasy-examples/resteasy-springMVC/README.txt</filename> contains an invalid URL. The current text:
+              </para>
+              <screen>  List all available contacts:
+  http://localhost:9095/contacts</screen>
+              <para>
+                Should be replaced with the following:
+              </para>
+              <screen>  List all available contacts:
+  http://localhost:8080/contacts</screen>
+            </listitem>
+          </itemizedlist>
+        </para>
+      </formalpara>      
 	</section>
 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Revision_History.xml"/>
 




More information about the jboss-cvs-commits mailing list