[exo-jcr-commits] exo-jcr SVN: r4371 - in jcr/branches/1.12.x/patch/1.12.9-GA: JCR-1618 and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed May 11 09:58:28 EDT 2011


Author: nzamosenchuk
Date: 2011-05-11 09:58:28 -0400 (Wed, 11 May 2011)
New Revision: 4371

Added:
   jcr/branches/1.12.x/patch/1.12.9-GA/JCR-1618/
   jcr/branches/1.12.x/patch/1.12.9-GA/JCR-1618/JCR-1618.patch
Log:
JCR-1618 : documentation patch proposed

Added: jcr/branches/1.12.x/patch/1.12.9-GA/JCR-1618/JCR-1618.patch
===================================================================
--- jcr/branches/1.12.x/patch/1.12.9-GA/JCR-1618/JCR-1618.patch	                        (rev 0)
+++ jcr/branches/1.12.x/patch/1.12.9-GA/JCR-1618/JCR-1618.patch	2011-05-11 13:58:28 UTC (rev 4371)
@@ -0,0 +1,26 @@
+Index: exo.jcr.docs/exo.jcr.docs.developer/en/src/main/docbook/en-US/modules/jcr/configuration/jdbc-data-container-config.xml
+===================================================================
+--- exo.jcr.docs/exo.jcr.docs.developer/en/src/main/docbook/en-US/modules/jcr/configuration/jdbc-data-container-config.xml	(revision 4367)
++++ exo.jcr.docs/exo.jcr.docs.developer/en/src/main/docbook/en-US/modules/jcr/configuration/jdbc-data-container-config.xml	(revision 4368)
+@@ -56,11 +56,16 @@
+         </listitem>
+       </itemizedlist></para>
+ 
+-    <para>Each database software supports ANSI SQL standards but also has its
+-    own specifics. So, each database has its own configuration in eXo JCR as a
+-    database dialect parameter. If you need a more detailed configuration of
+-    the database, it's possible to do that by editing the metadata SQL-script
+-    files.</para>
++    <para><note>
++        <para>Please note, that JCR supports only READ_COMMITED isolation
++        level and any other RDBMS configurations can cause some side-effects
++        and issues. So, please, make sure proper isolation level is configured
++        on database server side.</para>
++      </note>Each database software supports ANSI SQL standards but also has
++    its own specifics. So, each database has its own configuration in eXo JCR
++    as a database dialect parameter. If you need a more detailed configuration
++    of the database, it's possible to do that by editing the metadata
++    SQL-script files.</para>
+ 
+     <para>In case the non-ANSI node name is used, it's necessary to use a
+     database with MultiLanguage support[TODO link to MultiLanguage]. Some JDBC



More information about the exo-jcr-commits mailing list