Author: smumford
Date: 2012-01-02 20:03:48 -0500 (Mon, 02 Jan 2012)
New Revision: 8273
Modified:
epp/docs/branches/5.2/Installation_Guide/en-US/DatabaseConfiguration.xml
Log:
JBEPP-1460: Corrected datasource code
Modified: epp/docs/branches/5.2/Installation_Guide/en-US/DatabaseConfiguration.xml
===================================================================
--- epp/docs/branches/5.2/Installation_Guide/en-US/DatabaseConfiguration.xml 2012-01-02
12:26:42 UTC (rev 8272)
+++ epp/docs/branches/5.2/Installation_Guide/en-US/DatabaseConfiguration.xml 2012-01-03
01:03:48 UTC (rev 8273)
@@ -41,7 +41,7 @@
datasource descriptor located at
<filename><replaceable>JBOSS_HOME</replaceable>/server/<replaceable><PROFILE></replaceable>/deploy/gatein-ds.xml</filename>:
<programlisting language="XML" role="XML">
-<no-tx-datasource>
+<local-tx-datasource>
<jndi-name>gatein-jcr</jndi-name>
<connection-url>
jdbc:hsqldb:${jboss.server.data.dir}${/}gatein${/}hypersonic${/}gatein-jcr-localDB
@@ -54,7 +54,7 @@
<max-pool-size>20</max-pool-size>
<idle-timeout-minutes>0</idle-timeout-minutes>
<prepared-statement-cache-size>32</prepared-statement-cache-size>
-</no-tx-datasource>
+</local-tx-datasource>
</programlisting>
</para>