[jboss-cvs] JBossAS SVN: r94234 - in projects/docs/enterprise/5.0: Getting_Started_Guide/en-US and 2 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Oct 1 23:19:13 EDT 2009


Author: laubai
Date: 2009-10-01 23:19:11 -0400 (Thu, 01 Oct 2009)
New Revision: 94234

Modified:
   projects/docs/enterprise/5.0/Administration_And_Configuration_Guide/en-US/Alternative_DBs.xml
   projects/docs/enterprise/5.0/Getting_Started_Guide/en-US/Author_Group.xml
   projects/docs/enterprise/5.0/Getting_Started_Guide/en-US/Server_Configurations.xml
   projects/docs/enterprise/5.0/Installation_Guide/en-US/Installation_Using_Graphical_Installer.xml
   projects/docs/enterprise/5.0/Release_Notes_GA/en-US/Release_Notes.xml
Log:
JIRAs: 2430, 2823, 2432.

Modified: projects/docs/enterprise/5.0/Administration_And_Configuration_Guide/en-US/Alternative_DBs.xml
===================================================================
--- projects/docs/enterprise/5.0/Administration_And_Configuration_Guide/en-US/Alternative_DBs.xml	2009-10-02 02:32:19 UTC (rev 94233)
+++ projects/docs/enterprise/5.0/Administration_And_Configuration_Guide/en-US/Alternative_DBs.xml	2009-10-02 03:19:11 UTC (rev 94234)
@@ -223,9 +223,14 @@
 				  <emphasis role="bold">security-domain-and-application</emphasis>: Specifying this element indicates that connections in the pool should be distinguished both by application code supplied parameters and JAAS Subject based information. The content of the <literal>security-domain</literal> is the name of the JAAS security manager that will handle authentication. This name correlates to the JAAS <literal>login-config.xml</literal> descriptor <literal>application-policy/name</literal> attribute.
 			  </para>
 		  </listitem>
+          <listitem>
+            <para>
+              <emphasis role="bold">use-strict-min</emphasis>: This element specifies whether idle connections that are below the minimum pool size should be closed.
+            </para>
+          </listitem>
 		  <listitem>
 			  <para>
-				  <emphasis role="bold">min-pool-size</emphasis>: This element specifies the minimum number of connections a pool should hold. These pool instances are not created until an initial request for a connection is made. This default to 0.
+				  <emphasis role="bold">min-pool-size</emphasis>: This element specifies the minimum number of connections a pool should hold. These pool instances are not created until an initial request for a connection is made. This defaults to 0.
 			  </para>
 		  </listitem>
 		  <listitem>

Modified: projects/docs/enterprise/5.0/Getting_Started_Guide/en-US/Author_Group.xml
===================================================================
--- projects/docs/enterprise/5.0/Getting_Started_Guide/en-US/Author_Group.xml	2009-10-02 02:32:19 UTC (rev 94233)
+++ projects/docs/enterprise/5.0/Getting_Started_Guide/en-US/Author_Group.xml	2009-10-02 03:19:11 UTC (rev 94234)
@@ -5,16 +5,8 @@
 
 <authorgroup>
 	<author>
-		<firstname>JBoss</firstname>
-		<surname>Community</surname>
+		<firstname>Red Hat</firstname>
+		<surname>Documentation Group</surname>
 	</author>
-	<editor>
-		<firstname>JBoss</firstname>
-		<surname>Community</surname>
-	</editor>
-	<editor>
-		<firstname>Isaac</firstname>
-		<surname>Rooskov</surname>
-	</editor>
 </authorgroup>	
 

Modified: projects/docs/enterprise/5.0/Getting_Started_Guide/en-US/Server_Configurations.xml
===================================================================
--- projects/docs/enterprise/5.0/Getting_Started_Guide/en-US/Server_Configurations.xml	2009-10-02 02:32:19 UTC (rev 94233)
+++ projects/docs/enterprise/5.0/Getting_Started_Guide/en-US/Server_Configurations.xml	2009-10-02 03:19:11 UTC (rev 94234)
@@ -132,7 +132,7 @@
 </formalpara>
 <note>
 	<para>
-		The <emphasis role="bold">production</emphasis> configuration is the one used if you don’t specify another one when starting up the server. 
+		The <emphasis role="bold">default</emphasis> configuration is the one used if you do not specify another one when starting up the server. 
 	</para>
 	<para>
 		To start the server using an alternate profile refer to <xref linkend="Starting_and_Stopping_the_Server-Start_the_Server_With_Alternate_Configuration"/>.

Modified: projects/docs/enterprise/5.0/Installation_Guide/en-US/Installation_Using_Graphical_Installer.xml
===================================================================
--- projects/docs/enterprise/5.0/Installation_Guide/en-US/Installation_Using_Graphical_Installer.xml	2009-10-02 02:32:19 UTC (rev 94233)
+++ projects/docs/enterprise/5.0/Installation_Guide/en-US/Installation_Using_Graphical_Installer.xml	2009-10-02 03:19:11 UTC (rev 94234)
@@ -24,11 +24,11 @@
 	</itemizedlist>
 	<itemizedlist id="Installation_Using_Graphical_Installer-Installation_Steps">
 		<title>Installation Steps</title>
-	<!--	<listitem>
+		<listitem>
 			<para>
 				Choose the language to be used for the installation instructions and press the OK button.
 			</para>
-		</listitem> -->
+		</listitem>
 		<listitem>
 			<para>
 				Read the License Agreement carefully. If you agree to the terms of the agreement select "I accept the terms of this license agreement" option and press the Next button. If you do not accept to the terms then choose "I do not accept to the terms of this license agreement" option. If you choose the second option you will not be able to proceed with the installation.

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-02 02:32:19 UTC (rev 94233)
+++ projects/docs/enterprise/5.0/Release_Notes_GA/en-US/Release_Notes.xml	2009-10-02 03:19:11 UTC (rev 94234)
@@ -755,12 +755,12 @@
 					</listitem>
 					<listitem>
 						<para>
-							<ulink url="https://jira.jboss.org/jira/browse/JBAS-7049">JBAS-7049</ulink>: The server manager does not funciton correctly when Open JDK 6 is used because a <exceptionname>NullPointerException</exceptionname> check is missing in Open JDK 6. The workaround is to comment out the <property>java.security.debug</property> statement in the <filename>imports/server-config.xml</filename> file.
+							<ulink url="https://jira.jboss.org/jira/browse/JBAS-7049">JBAS-7049</ulink>: The server manager does not function correctly when Open JDK 6 is used because a <exceptionname>NullPointerException</exceptionname> check is missing in Open JDK 6. The workaround is to comment out the <property>java.security.debug</property> statement in the <filename>imports/server-config.xml</filename> file.
 						</para>
 					</listitem>
 					<listitem>
 						<para>
-							<ulink url="https://jira.jboss.org/jira/browse/JBPAPP-2598">JBPAPP-2598</ulink>: One the workaround for the <ulink url="https://jira.jboss.org/jira/browse/JBAS-7049">JBAS-7049</ulink> issue is applied a new issue presents itself. A server running the surity manager using Open JDK 6 still fails to start, now with an access denied erorr. There is no currently known workaround for this issue.
+							<ulink url="https://jira.jboss.org/jira/browse/JBPAPP-2598">JBPAPP-2598</ulink>: Once the workaround for the <ulink url="https://jira.jboss.org/jira/browse/JBAS-7049">JBAS-7049</ulink> issue is applied a new issue presents itself. A server running the surity manager using Open JDK 6 still fails to start, now with an access denied error. There is no currently known workaround for this issue.
 						</para>
 					</listitem>
 					<listitem>
@@ -778,6 +778,11 @@
 							<ulink url="https://jira.jboss.org/jira/browse/JBPAPP-2576">JBPAPP-2576</ulink>: The MySQL JDBC driver does not currently implement XA Recovery correctly.
 						</para>
 					</listitem>
+               <listitem>
+                  <para>
+                     <ulink url="https://jira.jboss.org/jira/browse/JBPAPP-2871">JBPAPP-2871</ulink>: High CPU utilization and reduced performance and transaction throughput has been observed when MySQL 5.0.41 with optimized settings is in use, as described in <ulink url="https://jira.jboss.org/jira/browse/JBQA-2610">JBQA-2610</ulink>. We recommend upgrading to MySQL 5.0.86 and applying optimized settings as described in <ulink url="https://jira.jboss.org/jira/browse/JBQA-2610">JBQA-2610</ulink> to reduce CPU utilization and increase performance.
+                  </para>
+               </listitem>
 				<!--	<listitem>
 						<para>
 							<ulink url="https://jira.jboss.org/jira/browse/JBAS-6966">JBAS-6966</ulink>: The IBM distribution of JDK 6 does not support the <classname>SSLv2Hello</classname> protocol and generates a <errorname>ERROR [AbstractKernelController]</errorname> when used. It is recommended to currently not use this protocol.




More information about the jboss-cvs-commits mailing list