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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sun Dec 20 19:29:25 EST 2009


Author: laubai
Date: 2009-12-20 19:29:24 -0500 (Sun, 20 Dec 2009)
New Revision: 98046

Modified:
   projects/docs/enterprise/5.0/Release_Notes_GA/en-US/Book_Info.xml
   projects/docs/enterprise/5.0/Release_Notes_GA/en-US/Release_Notes.xml
   projects/docs/enterprise/5.0/Release_Notes_GA/en-US/Revision_History.xml
Log:
Added CXF release notes.

Modified: projects/docs/enterprise/5.0/Release_Notes_GA/en-US/Book_Info.xml
===================================================================
--- projects/docs/enterprise/5.0/Release_Notes_GA/en-US/Book_Info.xml	2009-12-20 22:01:23 UTC (rev 98045)
+++ projects/docs/enterprise/5.0/Release_Notes_GA/en-US/Book_Info.xml	2009-12-21 00:29:24 UTC (rev 98046)
@@ -6,7 +6,7 @@
 	<title>Release Notes</title>
 	<subtitle>for Use with JBoss Enterprise Application Platform 5.0.0</subtitle>
 	<edition>1.0</edition>
-	<pubsnumber>3</pubsnumber>
+	<pubsnumber>4</pubsnumber>
 	<productname>JBoss Enterprise Application Platform</productname>
 	<productnumber>5.0.0</productnumber>
 	<abstract>

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-12-20 22:01:23 UTC (rev 98045)
+++ projects/docs/enterprise/5.0/Release_Notes_GA/en-US/Release_Notes.xml	2009-12-21 00:29:24 UTC (rev 98046)
@@ -333,17 +333,62 @@
                 </tbody>
             </tgroup>
         </table>
-	<!--	<note>
+        <note>
 			<para>
-				JBoss Messaging 2.0.0.GA and JBoss Web Services CXF 3.1.2.SP2 are also provided as technical previews.
+				<!--JBoss Messaging 2.0.0.GA and -->JBoss Web Services CXF 3.1.2.SP2 is also provided as a technical preview.
 			</para>
-		</note> -->
+		</note>
 	</section>
 	<section id="Installation_Notes">
 		<title>Installation Notes</title>
-		<para>
-			You must have adequate disk space to install JDK and JBoss Enterprise Application Platform while also allowing enough space for your applications. You must have a working installation of JDK 1.6. For the latest information on supported Operating System / JVM combinations, supported Database platforms and current information on the revision level of included components, refer to the installation guide available online from <ulink url="http://www.redhat.com/docs/en-US/JBoss_Enterprise_Application_Platform/">http://www.redhat.com/docs/en-US/JBoss_Enterprise_Application_Platform/</ulink>. The installation guide also details instructions to install and verify the installation of the JBoss Enterprise Application Platform. 
-		</para>
+		
+        <section id="Installation_EAP">
+          <title>Installing JBoss Enterprise Application Platform</title>
+          <para>
+              You must have adequate disk space to install JDK and JBoss Enterprise Application Platform while also allowing enough space for your applications. You must have a working installation of JDK 1.6. For the latest information on supported Operating System / JVM combinations, supported Database platforms and current information on the revision level of included components, refer to the installation guide available online from <ulink url="http://www.redhat.com/docs/en-US/JBoss_Enterprise_Application_Platform/">http://www.redhat.com/docs/en-US/JBoss_Enterprise_Application_Platform/</ulink>. The installation guide also details instructions to install and verify the installation of the JBoss Enterprise Application Platform. 
+          </para>
+        </section>
+        
+        <section id="Installation_CXF">
+          <title>Installing JBoss Web Services CXF</title>
+          
+          <warning>
+            <title>JBoss Web Services CXF is a Technology Preview</title>
+            <para>
+              It is not recommended for production use.
+            </para>
+          </warning>
+          
+          <para>
+            Follow these steps to install JBoss Web Services CXF:
+          </para>
+          <orderedlist>
+            <listitem>
+              <para>
+                Download and unzip the <filename>jbossws-cxf-3.1.2.SP3-3.SP3.6.ep5.el4-tp-installer.zip</filename> in the home directory (your <filename>$JBOSS_HOME</filename>) of a pristine Enterprise Application Platform installation.
+              </para>
+            </listitem>
+            <listitem>
+              <para>
+                Run <command>ant</command> in the created directory, <filename>jbossws-cxf-tp-installer</filename>.
+              </para>
+            </listitem>
+          </orderedlist>
+          
+        <!--<section id="Installation_CXF-Issues">
+            <title>Known Issues with JBoss Web Services CXF</title>
+            
+            <itemizedlist>
+              <listitem>
+                <para>
+                  <ulink url="https://jira.jboss.org/jira/browse/JBPAPP-3267">JBPAPP-3267</ulink>:
+                </para>
+              </listitem>
+            </itemizedlist>
+          </section>-->
+          
+        </section>
+        
 		<!--<important>
 				<title>Microsoft Windows</title>
 				<para>
@@ -750,7 +795,27 @@
 			<para>
 				<itemizedlist>
                   <listitem>
-						<para>
+                    <para>
+                      <ulink url="https://jira.jboss.org/jira/browse/JBPAPP-3036">JBPAPP-3036</ulink>: The <filename>jboss_init_hpux</filename> script does not pick up environment variables when executed in the GNU bash shell. This is related to JBPAPP-2036: <ulink url="https://jira.jboss.org/jira/browse/JBPAPP-2306">https://jira.jboss.org/jira/browse/JBPAPP-2306</ulink>.
+                    </para>
+                  </listitem>           
+                  <listitem>
+                    <para>
+                      <ulink url="https://jira.jboss.org/jira/browse/JBPAPP-3035">JBPAPP-3035</ulink>: The <code>-e</code> and <code>-H</code> arguments of the <filename>shutdown.sh</filename> script cannot be used to directly terminate the JVM.
+                    </para>
+                  </listitem>
+                  <listitem>
+                    <para>
+                      <ulink url="https://jira.jboss.org/jira/browse/JBPAPP-3029">JBPAPP-3029</ulink>: The <filename>jboss_init_redhat.sh</filename> script is used to start and stop a server instance under a given user name. When using a non-loopback bind address, calling <code>jboss_init_redhat.sh stop</code> results in a <exceptionname>CommunicationException</exceptionname> because of a missing hostname parameter for the remote server the script attempts to contact.
+                    </para>
+                  </listitem>    
+                  <listitem>
+                    <para>
+                      <ulink url="https://jira.jboss.org/jira/browse/JBPAPP-2998">JBPAPP-2998</ulink>: When the server is started via a desktop icon, the machine's default Java set is used. This can cause exceptions when a Java version other than JDK 1.6 is used.
+                    </para>
+                  </listitem>
+                  <listitem>
+                        <para>
 							<ulink url="https://jira.jboss.org/jira/browse/JBPAPP-2571">JBPAPP-2571</ulink>: Running the Microsoft SQL server with Microsoft JDBC drivers 2.0 causes unstable builds in JBoss Messaging. This issue is created by the <literal>Adaptive Buffering</literal> being the default behavior for the driver as this only allows for large values ot be read once by using the <methodname>get&lt;Type&gt;Stream</methodname> method. The current workaround for this issue is to change the <parameter>responseBuffering</parameter> parameter of the JDBC connection URL from being <literal>adaptive</literal>, to being <literal>full</literal> (as it was for version 1.2 of the JDBC driver).
 						</para>
 <programlisting>
@@ -982,6 +1047,11 @@
                </listitem>
                <listitem>
                   <para>
+                    <ulink url="https://jira.jboss.org/jira/browse/JBPAPP-1547">JBPAPP-1547</ulink>: <methodname>org.hibernate.dialect.SybaseASE15Dialect.areStringComparisonsCaseInsensitive()</methodname> returns <literal>false</literal> and is not overridden by <classname>SybaseDialect</classname>.
+                  </para>
+               </listitem>
+               <listitem>
+                  <para>
                      <ulink url="https://jira.jboss.org/jira/browse/JBPAPP-1545">JBPAPP-1545</ulink>: On Sybase, when a query has an ANSI join with three or more joins, and one join involves a union subclass, the query may fail with <exceptionname>SybSQLException</exceptionname> because a column is not within the scope of the joined table expression. The current recommendation is to avoid using join fetches that involve union subclasses.</para>
                </listitem>
                <listitem>

Modified: projects/docs/enterprise/5.0/Release_Notes_GA/en-US/Revision_History.xml
===================================================================
--- projects/docs/enterprise/5.0/Release_Notes_GA/en-US/Revision_History.xml	2009-12-20 22:01:23 UTC (rev 98045)
+++ projects/docs/enterprise/5.0/Release_Notes_GA/en-US/Revision_History.xml	2009-12-21 00:29:24 UTC (rev 98046)
@@ -7,8 +7,8 @@
          <simpara>
                 <revhistory>
                         <revision>
-                                <revnumber>1.2</revnumber>
-                                <date>Thu Oct 29 2009</date>
+                                <revnumber>1.3</revnumber>
+                                <date>Fri Dec 18 2009</date>
                                 <author>
                                         <firstname>Laura</firstname>
                                         <surname>Bailey</surname>
@@ -16,7 +16,7 @@
                                 </author>
                                 <revdescription>
                                         <simplelist>
-                                                <member>JIRA corrections.</member>
+                                                <member>JBoss WS CXF added.</member>
                                   	</simplelist>
                                 </revdescription>
                         </revision>




More information about the jboss-cvs-commits mailing list