[jboss-cvs] JBossAS SVN: r96039 - projects/docs/enterprise/4.2.8/Server_Configuration_Guide/en-US.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Nov 5 01:28:41 EST 2009


Author: gmeintjes
Date: 2009-11-05 01:28:41 -0500 (Thu, 05 Nov 2009)
New Revision: 96039

Modified:
   projects/docs/enterprise/4.2.8/Server_Configuration_Guide/en-US/Alternative_DBs.xml
   projects/docs/enterprise/4.2.8/Server_Configuration_Guide/en-US/J2EE_Connectors_On_JBOSS.xml
Log:
Applied changes for JBPAPP-2819, JBPAPP-2848.


Modified: projects/docs/enterprise/4.2.8/Server_Configuration_Guide/en-US/Alternative_DBs.xml
===================================================================
--- projects/docs/enterprise/4.2.8/Server_Configuration_Guide/en-US/Alternative_DBs.xml	2009-11-05 06:26:49 UTC (rev 96038)
+++ projects/docs/enterprise/4.2.8/Server_Configuration_Guide/en-US/Alternative_DBs.xml	2009-11-05 06:28:41 UTC (rev 96039)
@@ -2,6 +2,12 @@
   <title>Use Alternative Databases with JBoss AS</title>
   <section>
     <title>How to Use Alternative Databases</title>
+	
+	<caution><title>Hypersonic SQL</title>
+		<para>The Hypersonic database provides default "out of the box" database functionality for evaluation and development use only. It should <emphasis>not</emphasis> be used as a production-use database. Technical support is not available for this component, and while we accept bugs filed against this component, we do not make any commitment to fix them within a specific timeframe.
+		</para>
+	</caution>
+
     <para>JBoss utilizes the Hypersonic database as its default database. While this is good for development and prototyping, you or your company will probably require another database to be used for production. This chapter covers configuring JBoss AS to use alternative databases. We cover the procedures for all officially supported databases on JBoss Enterprise Application Platform. They include: MySQL 5.0, PostgreSQL 8.1, Oracle 9i and 10g R2, DB2 7.2 and 8, Sybase ASE 12.5, as well as MS SQL 2005.
     </para>
 		

Modified: projects/docs/enterprise/4.2.8/Server_Configuration_Guide/en-US/J2EE_Connectors_On_JBOSS.xml
===================================================================
--- projects/docs/enterprise/4.2.8/Server_Configuration_Guide/en-US/J2EE_Connectors_On_JBOSS.xml	2009-11-05 06:26:49 UTC (rev 96038)
+++ projects/docs/enterprise/4.2.8/Server_Configuration_Guide/en-US/J2EE_Connectors_On_JBOSS.xml	2009-11-05 06:28:41 UTC (rev 96039)
@@ -679,7 +679,7 @@
 			</listitem>
 			<listitem>
 				<para>
-					<emphasis role="bold">blocking-timeout-millis</emphasis>: This element specifies the maximum time in milliseconds to block while waiting for a connection before throwing an exception. Note that this blocks only while waiting for a permit for a connection, and will never throw an exception if creating a new connection takes an inordinately long time. The default is 5000.
+					<emphasis role="bold">blocking-timeout-millis</emphasis>: This element specifies the maximum time in milliseconds to block while waiting for a connection before throwing an exception. Note that this blocks only while waiting for a permit for a connection, and will never throw an exception if creating a new connection takes an inordinately long time. The default is 30000.
 				</para>
 			</listitem>
 			<listitem>




More information about the jboss-cvs-commits mailing list