[jboss-cvs] JBossAS SVN: r74927 - in projects/docs/enterprise: 4.3/Getting_Started/en-US and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jun 23 18:42:59 EDT 2008


Author: irooskov at redhat.com
Date: 2008-06-23 18:42:58 -0400 (Mon, 23 Jun 2008)
New Revision: 74927

Modified:
   projects/docs/enterprise/4.2/Getting_Started/en-US/Using_Other_Databases.xml
   projects/docs/enterprise/4.3/Getting_Started/en-US/Using_Other_Databases.xml
Log:
updated the EAP Getting Started Guide for 4.2 and 4.3, addressing the JBPAPP-912 JIRA issue


Modified: projects/docs/enterprise/4.2/Getting_Started/en-US/Using_Other_Databases.xml
===================================================================
--- projects/docs/enterprise/4.2/Getting_Started/en-US/Using_Other_Databases.xml	2008-06-23 22:35:39 UTC (rev 74926)
+++ projects/docs/enterprise/4.2/Getting_Started/en-US/Using_Other_Databases.xml	2008-06-23 22:42:58 UTC (rev 74927)
@@ -132,15 +132,15 @@
 
 	</section>
 	
-	<section id="Using_other_Databases-Setting_up_an_XADataSource_with_Oracle_9i">
-		<title>Setting up an XADataSource with Oracle 9i</title>
+	<section id="Using_other_Databases-Setting_up_an_XADataSource_with_Oracle_10g">
+		<title>Setting up an XADataSource with Oracle 10g</title>
 		<para>
 			Oracle is one of the main players in the commercial database field and most readers will probably have come across it at some point. You can download it freely for non-commercial purposes from <ulink url="http://www.oracle.com"></ulink>
 		</para>
 		<para>
 			Installing and configuring Oracle is not for the faint of heart. It isn’t really just a simple database, but it is heavy on extra features and technologies which you may not actually want (another Apache web server, multiple JDKs, Orbs etc.) but which are usually installed anyway. So we’ll assume you already have an Oracle installation available. For this example, we’ve used Oracle 10g.
 		</para>
-		<section id="Setting_up_an_XADataSource_with_Oracle_9i-Padding_Xid_Values_for_Oracle_Compatibility">
+		<section id="Setting_up_an_XADataSource_with_Oracle_10g-Padding_Xid_Values_for_Oracle_Compatibility">
 			<title>Padding Xid Values for Oracle Compatibility</title>
 			<para>
 				If you look in the <literal>jboss-service.xml</literal> file in the <literal> default/conf</literal> directory, you’ll find the following service MBean.
@@ -156,7 +156,7 @@
 			</para>
 		</section>
 		
-		<section id="Setting_up_an_XADataSource_with_Oracle_9i-Installing_the_JDBC_Driver_and_Deploying_the_DataSource">
+		<section id="Setting_up_an_XADataSource_with_Oracle_10g-Installing_the_JDBC_Driver_and_Deploying_the_DataSource">
 			<title>Installing the JDBC Driver and Deploying the DataSource</title>
 			<para>
 				The Oracle JDBC drivers can be found in the directory <literal>$ORACLE_HOME/jdbc/lib</literal>. Older versions, which may be more familiar to some users, had rather uninformative names like <literal>classes12.zip</literal> but at the time of writing the latest driver version can be found in the file <literal>ojdbc14.jar</literal>. There is also a debug version of the classes with <literal>_g</literal> appended to the name which may be useful if you run into problems. Again, you should copy one of these to the <literal>lib</literal> directory of the JBoss <literal>default</literal> configuration. The basic driver class you would use for the non-XA setup is called <literal>oracle.jdbc.driver.OracleDriver</literal>. The <literal>XADataSource</literal> class, which we’ll use here, is called <literal>oracle.jdbc.xa.client.OracleXADataSource</literal>.
@@ -211,7 +211,7 @@
 			</para>
 		</section>
 		
-		<section id="Setting_up_an_XADataSource_with_Oracle_9i-Testing_the_Oracle_DataSource">
+		<section id="Setting_up_an_XADataSource_with_Oracle_10g-Testing_the_Oracle_DataSource">
 			<title>Testing the Oracle DataSource</title>
 			<para>
 				Again we’ll use the CMP example to test out the new database connection. The <literal>jbosscmp-jdbc.xml</literal> file should contain the following.

Modified: projects/docs/enterprise/4.3/Getting_Started/en-US/Using_Other_Databases.xml
===================================================================
--- projects/docs/enterprise/4.3/Getting_Started/en-US/Using_Other_Databases.xml	2008-06-23 22:35:39 UTC (rev 74926)
+++ projects/docs/enterprise/4.3/Getting_Started/en-US/Using_Other_Databases.xml	2008-06-23 22:42:58 UTC (rev 74927)
@@ -132,15 +132,15 @@
 
 	</section>
 	
-	<section id="Using_other_Databases-Setting_up_an_XADataSource_with_Oracle_9i">
-		<title>Setting up an XADataSource with Oracle 9i</title>
+	<section id="Using_other_Databases-Setting_up_an_XADataSource_with_Oracle_10g">
+		<title>Setting up an XADataSource with Oracle 10g</title>
 		<para>
 			Oracle is one of the main players in the commercial database field and most readers will probably have come across it at some point. You can download it freely for non-commercial purposes from <ulink url="http://www.oracle.com"></ulink>
 		</para>
 		<para>
 			Installing and configuring Oracle is not for the faint of heart. It isn’t really just a simple database, but it is heavy on extra features and technologies which you may not actually want (another Apache web server, multiple JDKs, Orbs etc.) but which are usually installed anyway. So we’ll assume you already have an Oracle installation available. For this example, we’ve used Oracle 10g.
 		</para>
-		<section id="Setting_up_an_XADataSource_with_Oracle_9i-Padding_Xid_Values_for_Oracle_Compatibility">
+		<section id="Setting_up_an_XADataSource_with_Oracle_10g-Padding_Xid_Values_for_Oracle_Compatibility">
 			<title>Padding Xid Values for Oracle Compatibility</title>
 			<para>
 				If you look in the <literal>jboss-service.xml</literal> file in the <literal> default/conf</literal> directory, you’ll find the following service MBean.
@@ -156,7 +156,7 @@
 			</para>
 		</section>
 		
-		<section id="Setting_up_an_XADataSource_with_Oracle_9i-Installing_the_JDBC_Driver_and_Deploying_the_DataSource">
+		<section id="Setting_up_an_XADataSource_with_Oracle_10g-Installing_the_JDBC_Driver_and_Deploying_the_DataSource">
 			<title>Installing the JDBC Driver and Deploying the DataSource</title>
 			<para>
 				The Oracle JDBC drivers can be found in the directory <literal>$ORACLE_HOME/jdbc/lib</literal>. Older versions, which may be more familiar to some users, had rather uninformative names like <literal>classes12.zip</literal> but at the time of writing the latest driver version can be found in the file <literal>ojdbc14.jar</literal>. There is also a debug version of the classes with <literal>_g</literal> appended to the name which may be useful if you run into problems. Again, you should copy one of these to the <literal>lib</literal> directory of the JBoss <literal>default</literal> configuration. The basic driver class you would use for the non-XA setup is called <literal>oracle.jdbc.driver.OracleDriver</literal>. The <literal>XADataSource</literal> class, which we’ll use here, is called <literal>oracle.jdbc.xa.client.OracleXADataSource</literal>.
@@ -211,7 +211,7 @@
 			</para>
 		</section>
 		
-		<section id="Setting_up_an_XADataSource_with_Oracle_9i-Testing_the_Oracle_DataSource">
+		<section id="Setting_up_an_XADataSource_with_Oracle_10g-Testing_the_Oracle_DataSource">
 			<title>Testing the Oracle DataSource</title>
 			<para>
 				Again we’ll use the CMP example to test out the new database connection. The <literal>jbosscmp-jdbc.xml</literal> file should contain the following.




More information about the jboss-cvs-commits mailing list