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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Nov 17 22:50:38 EST 2009


Author: benlc
Date: 2009-11-17 22:50:38 -0500 (Tue, 17 Nov 2009)
New Revision: 96477

Modified:
   projects/docs/enterprise/4.2.8/Getting_Started/en-US/Using_Other_Databases.xml
   projects/docs/enterprise/4.2.8/Getting_Started/publican.cfg
Log:
'committing changes to Getting Started Guide'


Modified: projects/docs/enterprise/4.2.8/Getting_Started/en-US/Using_Other_Databases.xml
===================================================================
--- projects/docs/enterprise/4.2.8/Getting_Started/en-US/Using_Other_Databases.xml	2009-11-18 02:12:27 UTC (rev 96476)
+++ projects/docs/enterprise/4.2.8/Getting_Started/en-US/Using_Other_Databases.xml	2009-11-18 03:50:38 UTC (rev 96477)
@@ -140,22 +140,23 @@
 		<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>
+		<!-- ommitting as not relevant for EAP versions using JBossTS 
 		<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.
 			</para>
-<programlisting>&lt;!-- The configurable Xid factory. For use with Oracle, set pad to true --&gt; 
-&lt;mbean code="org.jboss.tm.XidFactory" 
-       name="jboss:service=XidFactory"&gt; 
-    &lt;!--attribute name="Pad"&gt;true&lt;/attribute--&gt; 
-&lt;/mbean&gt; 
-</programlisting>
+<programlisting><![CDATA[The configurable Xid factory. For use with Oracle, set pad to true  
+<mbean code="org.jboss.tm.XidFactory" 
+       name="jboss:service=XidFactory"> 
+       <attribute name="Pad">true</attribute> 
+</mbean> 
+]]></programlisting>
 			<para>
 				The transaction service uses this to create XA transactions identifiers. The comment explains the situation: for use with Oracle you have to include the line which sets the attribute <literal>Pad</literal> to true. This activates padding the identifiers out to their maximum length of 64 bytes. Remember that you’ll have to restart JBoss for this change to be put into effect, but wait until you’ve installed the JDBC driver classes which we’ll talk about next.
 			</para>
 		</section>
-		
+		-->
 		<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>

Modified: projects/docs/enterprise/4.2.8/Getting_Started/publican.cfg
===================================================================
--- projects/docs/enterprise/4.2.8/Getting_Started/publican.cfg	2009-11-18 02:12:27 UTC (rev 96476)
+++ projects/docs/enterprise/4.2.8/Getting_Started/publican.cfg	2009-11-18 03:50:38 UTC (rev 96477)
@@ -1,5 +1,5 @@
 # Config::Simple 4.59
-# Fri Nov  6 16:11:56 2009
+# Wed Nov 18 11:34:59 2009
 
 debug: 1
 xml_lang: en-US




More information about the jboss-cvs-commits mailing list