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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Nov 5 01:36:15 EST 2009


Author: gmeintjes
Date: 2009-11-05 01:36:15 -0500 (Thu, 05 Nov 2009)
New Revision: 96040

Modified:
   projects/docs/enterprise/4.3.7/Server_Configuration_Guide/en-US/Alternative_DBs.xml
   projects/docs/enterprise/4.3.7/Server_Configuration_Guide/en-US/J2EE_Connectors_On_JBOSS.xml
Log:
Commit changes promulgated by JBPAPP-2848 and JBPAPP-2819

Modified: projects/docs/enterprise/4.3.7/Server_Configuration_Guide/en-US/Alternative_DBs.xml
===================================================================
--- projects/docs/enterprise/4.3.7/Server_Configuration_Guide/en-US/Alternative_DBs.xml	2009-11-05 06:28:41 UTC (rev 96039)
+++ projects/docs/enterprise/4.3.7/Server_Configuration_Guide/en-US/Alternative_DBs.xml	2009-11-05 06:36:15 UTC (rev 96040)
@@ -2,7 +2,13 @@
   <title>Use Alternative Databases with JBoss AS</title>
   <section>
     <title>How to Use Alternative Databases</title>
-    <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.
+	
+	<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>
 		
     <para>Please note that in this chapter, we explain how to use alternative databases to support all services in JBoss AS. This includes all the system level services such as EJB and JMS. For individual applications (e.g., WAR or EAR) deployed in JBoss AS, you can still use any backend database by setting up the appropriate data source connection as described in <xref linkend="Connectors_on_JBoss-Configuring_JDBC_DataSources"/>.</para>

Modified: projects/docs/enterprise/4.3.7/Server_Configuration_Guide/en-US/J2EE_Connectors_On_JBOSS.xml
===================================================================
--- projects/docs/enterprise/4.3.7/Server_Configuration_Guide/en-US/J2EE_Connectors_On_JBOSS.xml	2009-11-05 06:28:41 UTC (rev 96039)
+++ projects/docs/enterprise/4.3.7/Server_Configuration_Guide/en-US/J2EE_Connectors_On_JBOSS.xml	2009-11-05 06:36:15 UTC (rev 96040)
@@ -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