Author: ppenicka
Date: 2012-10-18 12:28:23 -0400 (Thu, 18 Oct 2012)
New Revision: 8918
Modified:
epp/docs/branches/5.2/Reference_Guide/en-US/extras/Advanced_Development_JCR_Configuration/jcr-configuration.xml
epp/docs/branches/5.2/Reference_Guide/en-US/extras/Advanced_Development_JCR_search-configuration/default62.java
epp/docs/branches/5.2/Reference_Guide/en-US/modules/AuthenticationAndIdentity/CoreOrganizationInitializer.xml
epp/docs/branches/5.2/Reference_Guide/en-US/modules/AuthenticationAndIdentity/LDAP.xml
epp/docs/branches/5.2/Reference_Guide/en-US/modules/eXoJCR/jcr/configuration/exo-jcr-configuration.xml
epp/docs/branches/5.2/Reference_Guide/en-US/modules/eXoJCR/jcr/configuration/jdbc-data-container-config.xml
Log:
Fixed all issues in BZ#851691 except broken image links.
Modified:
epp/docs/branches/5.2/Reference_Guide/en-US/extras/Advanced_Development_JCR_Configuration/jcr-configuration.xml
===================================================================
---
epp/docs/branches/5.2/Reference_Guide/en-US/extras/Advanced_Development_JCR_Configuration/jcr-configuration.xml 2012-10-18
15:43:34 UTC (rev 8917)
+++
epp/docs/branches/5.2/Reference_Guide/en-US/extras/Advanced_Development_JCR_Configuration/jcr-configuration.xml 2012-10-18
16:28:23 UTC (rev 8918)
@@ -1,83 +1,83 @@
- <component>
- <key>org.exoplatform.services.jcr.RepositoryService</key>
- <type>org.exoplatform.services.jcr.impl.RepositoryServiceImpl</type>
- <component-plugins>
- <component-plugin>
- <name>add.namespaces</name>
- <set-method>addPlugin</set-method>
- <type>org.exoplatform.services.jcr.impl.AddNamespacesPlugin</type>
- <init-params>
- <properties-param>
- <name>namespaces</name>
- <property name="test"
value="http://www.apache.org/jackrabbit/test"/>
- <property name="exojcrtest"
value="http://www.exoplatform.org/jcr/test/1.0"/>
- <property name="rma"
value="http://www.rma.com/jcr/"/>
- <property name="metadata"
value="http://www.exoplatform.com/jcr/metadata/1.1/"/>
- <property name="dc"
value="http://purl.org/dc/elements/1.1/"/>
- <property name="publication"
value="http://www.exoplatform.com/jcr/publication/1.1/"/>
- </properties-param>
- </init-params>
- </component-plugin>
- <component-plugin>
- <name>add.nodeType</name>
- <set-method>addPlugin</set-method>
- <type>org.exoplatform.services.jcr.impl.AddNodeTypePlugin</type>
- <init-params>
- <values-param>
- <name>autoCreatedInNewRepository</name>
- <description>Node types configuration file</description>
- <value>jar:/conf/test/nodetypes-tck.xml</value>
- <value>jar:/conf/test/nodetypes-impl.xml</value>
- <value>jar:/conf/test/nodetypes-usecase.xml</value>
- <value>jar:/conf/test/nodetypes-config.xml</value>
- <value>jar:/conf/test/nodetypes-config-extended.xml</value>
- <value>jar:/conf/test/wcm-nodetypes.xml</value>
- <value>jar:/conf/test/nodetypes-publication-config.xml</value>
-
<value>jar:/conf/test/publication-plugins-nodetypes-config.xml</value>
- </values-param>
-
- <values-param>
- <name>testInitNodeTypesRepository</name>
- <description>
- Node types configuration file for repository with name
testInitNodeTypesRepository
- </description>
- <value>jar:/conf/test/nodetypes-test.xml</value>
- </values-param>
-
- <values-param>
- <name>testInitNodeTypesRepositoryTest2</name>
- <description>
- Node types configuration file for repository with name
testInitNodeTypesRepositoryTest2
- </description>
- <value>jar:/conf/test/nodetypes-test2.xml</value>
- </values-param>
-
- <!--values-param>
- <name>testInitNodeTypesRepositoryTest3</name>
- <description>Node types from ext. Needed bacause core starup earlie than
ext</description>
- <value>jar:/conf/test/nodetypes-test3_ext.xml</value>
- </values-param-->
-
- </init-params>
- </component-plugin>
- </component-plugins>
- </component>
-
- <component>
-
<key>org.exoplatform.services.jcr.config.RepositoryServiceConfiguration</key>
-
<type>org.exoplatform.services.jcr.impl.config.RepositoryServiceConfigurationImpl</type>
- <init-params>
- <value-param>
- <name>conf-path</name>
- <description>JCR configuration file</description>
- <value>jar:/conf/standalone/test-jcr-config-jbc.xml</value>
- </value-param>
- <properties-param>
- <name>working-conf</name>
- <description>working-conf</description>
- <property name="dialect" value="auto" />
- <property name="source-name" value="jdbcjcr"/>
- <property name="persister-class-name"
value="org.exoplatform.services.jcr.impl.config.JDBCConfigurationPersister"/>
- </properties-param>
- </init-params>
- </component>
+<component>
+ <key>org.exoplatform.services.jcr.RepositoryService</key>
+ <type>org.exoplatform.services.jcr.impl.RepositoryServiceImpl</type>
+ <component-plugins>
+ <component-plugin>
+ <name>add.namespaces</name>
+ <set-method>addPlugin</set-method>
+ <type>org.exoplatform.services.jcr.impl.AddNamespacesPlugin</type>
+ <init-params>
+ <properties-param>
+ <name>namespaces</name>
+ <property name="test"
value="http://www.apache.org/jackrabbit/test"/>
+ <property name="exojcrtest"
value="http://www.exoplatform.org/jcr/test/1.0"/>
+ <property name="rma"
value="http://www.rma.com/jcr/"/>
+ <property name="metadata"
value="http://www.exoplatform.com/jcr/metadata/1.1/"/>
+ <property name="dc"
value="http://purl.org/dc/elements/1.1/"/>
+ <property name="publication"
value="http://www.exoplatform.com/jcr/publication/1.1/"/>
+ </properties-param>
+ </init-params>
+ </component-plugin>
+ <component-plugin>
+ <name>add.nodeType</name>
+ <set-method>addPlugin</set-method>
+ <type>org.exoplatform.services.jcr.impl.AddNodeTypePlugin</type>
+ <init-params>
+ <values-param>
+ <name>autoCreatedInNewRepository</name>
+ <description>Node types configuration file</description>
+ <value>jar:/conf/test/nodetypes-tck.xml</value>
+ <value>jar:/conf/test/nodetypes-impl.xml</value>
+ <value>jar:/conf/test/nodetypes-usecase.xml</value>
+ <value>jar:/conf/test/nodetypes-config.xml</value>
+ <value>jar:/conf/test/nodetypes-config-extended.xml</value>
+ <value>jar:/conf/test/wcm-nodetypes.xml</value>
+ <value>jar:/conf/test/nodetypes-publication-config.xml</value>
+ <value>jar:/conf/test/publication-plugins-nodetypes-config.xml</value>
+ </values-param>
+
+ <values-param>
+ <name>testInitNodeTypesRepository</name>
+ <description>
+ Node types configuration file for repository with name testInitNodeTypesRepository
+ </description>
+ <value>jar:/conf/test/nodetypes-test.xml</value>
+ </values-param>
+
+ <values-param>
+ <name>testInitNodeTypesRepositoryTest2</name>
+ <description>
+ Node types configuration file for repository with name
testInitNodeTypesRepositoryTest2
+ </description>
+ <value>jar:/conf/test/nodetypes-test2.xml</value>
+ </values-param>
+
+ <!--values-param>
+ <name>testInitNodeTypesRepositoryTest3</name>
+ <description>Node types from ext. Needed bacause core starup earlie than
ext</description>
+ <value>jar:/conf/test/nodetypes-test3_ext.xml</value>
+ </values-param-->
+
+ </init-params>
+ </component-plugin>
+ </component-plugins>
+</component>
+
+<component>
+
<key>org.exoplatform.services.jcr.config.RepositoryServiceConfiguration</key>
+
<type>org.exoplatform.services.jcr.impl.config.RepositoryServiceConfigurationImpl</type>
+ <init-params>
+ <value-param>
+ <name>conf-path</name>
+ <description>JCR configuration file</description>
+ <value>jar:/conf/standalone/test-jcr-config-jbc.xml</value>
+ </value-param>
+ <properties-param>
+ <name>working-conf</name>
+ <description>working-conf</description>
+ <property name="dialect" value="auto" />
+ <property name="source-name" value="jdbcjcr"/>
+ <property name="persister-class-name"
value="org.exoplatform.services.jcr.impl.config.JDBCConfigurationPersister"/>
+ </properties-param>
+ </init-params>
+</component>
Modified:
epp/docs/branches/5.2/Reference_Guide/en-US/extras/Advanced_Development_JCR_search-configuration/default62.java
===================================================================
---
epp/docs/branches/5.2/Reference_Guide/en-US/extras/Advanced_Development_JCR_search-configuration/default62.java 2012-10-18
15:43:34 UTC (rev 8917)
+++
epp/docs/branches/5.2/Reference_Guide/en-US/extras/Advanced_Development_JCR_search-configuration/default62.java 2012-10-18
16:28:23 UTC (rev 8918)
@@ -1,8 +1,8 @@
public TokenStream tokenStream(String fieldName, Reader reader) {
- StandardTokenizer tokenStream = new StandardTokenizer(reader,
replaceInvalidAcronym);
- tokenStream.setMaxTokenLength(maxTokenLength);
- TokenStream result = new StandardFilter(tokenStream);
- result = new LowerCaseFilter(result);
- result = new StopFilter(result, stopSet);
+ StandardTokenizer tokenStream = new StandardTokenizer(reader, replaceInvalidAcronym);
+ tokenStream.setMaxTokenLength(maxTokenLength);
+ TokenStream result = new StandardFilter(tokenStream);
+ result = new LowerCaseFilter(result);
+ result = new StopFilter(result, stopSet);
return result;
- }
+}
Modified:
epp/docs/branches/5.2/Reference_Guide/en-US/modules/AuthenticationAndIdentity/CoreOrganizationInitializer.xml
===================================================================
---
epp/docs/branches/5.2/Reference_Guide/en-US/modules/AuthenticationAndIdentity/CoreOrganizationInitializer.xml 2012-10-18
15:43:34 UTC (rev 8917)
+++
epp/docs/branches/5.2/Reference_Guide/en-US/modules/AuthenticationAndIdentity/CoreOrganizationInitializer.xml 2012-10-18
16:28:23 UTC (rev 8918)
@@ -70,12 +70,8 @@
</entry>
<entry>See checkFolders above for usage.</entry>
<entry>
- <para>Finds all users and groups and triggers
<parameter>treatUser</parameter> and
<parameter>treatGroup</parameter> as appropriate.</para>
- <para>Read the following advice for
<parameter>checkFolders</parameter> when using this operation. </para>
- <warning>
- <para>To avoid significant performance impacts, only use
<parameter>checkFolders=true</parameter> for this operation.</para>
- <para>If this operation is used with
<parameter>checkFolders=false</parameter>, all listeners will be restarted for
all users and groups. This will have a definite impact on performance.</para>
- </warning>
+ <para>Finds all users and groups and triggers
<parameter>treatUser</parameter> and
<parameter>treatGroup</parameter> as appropriate.</para>
+ <para>If this operation is used with
<parameter>checkFolders=false</parameter>, all listeners will be restarted for
all users and groups. This will have a significant impact on performance. To avoid this
impact, use only <parameter>checkFolders=true</parameter> for this
operation.</para>
</entry>
</row>
</tbody>
@@ -169,45 +165,45 @@
<para>OrganizationInitializerService can be accessed using a REST interface.
Some examples of commands are provided, as a practical way of demonstrating the REST
syntax required. Pay particular attention to how forward slash symbols are escaped in
directory paths featured in some REST syntax examples.</para>
<variablelist>
<varlistentry>
-
<term>http://localhost:8080/rest/initializer/launchAllListeners/true</term>
+ <term><ulink
url="http://localhost:8080/rest/initializer/launchAllListeners/true">http://localhost:8080/rest/initializer/launchAllListeners/true</ulink></term>
<listitem>
- <para> Trigger <parameter>launchAll</parameter> for portal
container "portal", with
<parameter>checkFolders=true</parameter>.</para>
+ <para>Trigger <parameter>launchAll</parameter> for portal
container "portal", with
<parameter>checkFolders=true</parameter>.</para>
</listitem>
</varlistentry>
<varlistentry>
-
<term>http://localhost:8080/rest-ecmdemo/initializer/launchAllListeners/true</term>
+ <term><ulink
url="http://localhost:8080/rest-ecmdemo/initializer/launchAllListeners/true">http://localhost:8080/rest-ecmdemo/initializer/launchAllListeners/true</ulink></term>
<listitem>
- <para> Trigger <parameter>launchAll</parameter> for portal
container "ecmdemo", with
<parameter>checkFolders=true</parameter>.</para>
+ <para>Trigger <parameter>launchAll</parameter> for portal
container "ecmdemo", with
<parameter>checkFolders=true</parameter>.</para>
</listitem>
</varlistentry>
<varlistentry>
-
<term>http://localhost:8080/rest-ecmdemo/initializer/launchAllListeners/false</term>
+ <term><ulink
url="http://localhost:8080/rest-ecmdemo/initializer/launchAllListeners/false">http://localhost:8080/rest-ecmdemo/initializer/launchAllListeners/false</ulink></term>
<listitem>
- <para> Trigger <parameter>launchAll</parameter> for portal
container "ecmdemo", with
<parameter>checkFolders=false</parameter>.</para>
+ <para>Trigger <parameter>launchAll</parameter> for portal
container "ecmdemo", with
<parameter>checkFolders=false</parameter>.</para>
</listitem>
</varlistentry>
<varlistentry>
- <term>http://localhost:8080/rest/initializer/launchUserListeners/jduke/true
</term>
+ <term><ulink
url="http://localhost:8080/rest/initializer/launchUserListeners/jduke/true">http://localhost:8080/rest/initializer/launchUserListeners/jduke/true</ulink></term>
<listitem>
<para>Trigger <parameter>treatUser</parameter> for portal
container "portal", for user "jduke"with
<parameter>checkFolders=true</parameter>.</para>
</listitem>
</varlistentry>
<varlistentry>
-
<term>http://localhost:8080/rest-ecmdemo/initializer/launchUserListeners/jduke/true</term>
+ <term><ulink
url="http://localhost:8080/rest-ecmdemo/initializer/launchUserListeners/jduke/true">http://localhost:8080/rest-ecmdemo/initializer/launchUserListeners/jduke/true</ulink></term>
<listitem>
- <para> Trigger <parameter>treatUser</parameter> for portal
container "portal", for user "jduke"with
<parameter>checkFolders=false</parameter>.</para>
+ <para>Trigger <parameter>treatUser</parameter> for portal
container "portal", for user "jduke"with
<parameter>checkFolders=false</parameter>.</para>
</listitem>
</varlistentry>
<varlistentry>
-
<term>http://localhost:8080/rest/initializer/launchGroupListeners/@platform@users/true</term>
+ <term><ulink
url="http://localhost:8080/rest/initializer/launchGroupListeners/@platform@users/true">http://localhost:8080/rest/initializer/launchGroupListeners/@platform@users/true</ulink></term>
<listitem>
- <para> Trigger
"<parameter>treatGroup</parameter>" for group
"/platform/users" in the portal container
"portal".</para>
+ <para>Trigger
"<parameter>treatGroup</parameter>" for group
"/platform/users" in the portal container
"portal".</para>
</listitem>
</varlistentry>
<varlistentry>
-
<term>http://localhost:8080/rest-ecmdemo/initializer/launchGroupListeners/@acme@roles@employees/true</term>
+ <term><ulink
url="http://localhost:8080/rest-ecmdemo/initializer/launchGroupListeners/@acme@roles@employees/true">http://localhost:8080/rest-ecmdemo/initializer/launchGroupListeners/@acme@roles@employees/true</ulink></term>
<listitem>
- <para> Trigger
"<parameter>treatGroup</parameter>" for group
"/acme/roles/employee" in the portal container
"ecmdemo".</para>
+ <para>Trigger
"<parameter>treatGroup</parameter>" for group
"/acme/roles/employee" in the portal container
"ecmdemo".</para>
</listitem>
</varlistentry>
</variablelist>
Modified:
epp/docs/branches/5.2/Reference_Guide/en-US/modules/AuthenticationAndIdentity/LDAP.xml
===================================================================
---
epp/docs/branches/5.2/Reference_Guide/en-US/modules/AuthenticationAndIdentity/LDAP.xml 2012-10-18
15:43:34 UTC (rev 8917)
+++
epp/docs/branches/5.2/Reference_Guide/en-US/modules/AuthenticationAndIdentity/LDAP.xml 2012-10-18
16:28:23 UTC (rev 8918)
@@ -28,7 +28,7 @@
The following table is a list of Directory Servers that are supported and
certified in JBoss Enterprise Portal Platform.
</para>
<table>
- <title>Supported and Certified directory servers</title>
+ <title>Supported and Certified Directory Dervers</title>
<tgroup cols="2">
<colspec colnum="1" colname="LDAP"
colwidth="1*"/>
<thead>
@@ -44,22 +44,22 @@
<tbody>
<row>
<entry> OpenDS </entry>
- <entry> 1.2 </entry>
+ <entry> 1.2 and 2.0 </entry>
</row>
<row>
- <entry> OpenDS </entry>
- <entry> 2.0 </entry>
- </row>
- <row>
<entry> OpenLDAP </entry>
<entry> 2.4 </entry>
</row>
<row>
- <entry> Red Hat Directory Server (RHDS) </entry>
+ <entry> Red Hat Directory Server </entry>
<entry> 7.1 </entry>
</row>
<row>
- <entry> Microsoft Active Directory (MSAD) </entry>
+ <entry> Sun Java System Directory Server </entry>
+ <entry> 6.1 </entry>
+ </row>
+ <row>
+ <entry> Microsoft Active Directory </entry>
<entry> Windows Server 2008 </entry>
</row>
</tbody>
@@ -85,10 +85,10 @@
Install your <application>LDAP</application>
server by following the installation instructions provided for the product you are using.
</para>
<para>
- If you are installing the <application>Red Hat
Directory Server</application> (RHDS), you should refer to the Installation Guide at
<ulink
url="http://docs.redhat.com/docs/en-US/Red_Hat_Directory_Server/inde...
type="http"/>.
+ If you are installing the <application>Red Hat
Directory Server</application>, you should refer to the Installation Guide at
<ulink
url="http://docs.redhat.com/docs/en-US/Red_Hat_Directory_Server/inde...
type="http"/>.
</para>
<para>
- If you are using a third party directory server
(<application>OpenDS</application>,
<application>OpenLDAP</application> or <application>Microsoft Active
Directory</application> (MSAD)), refer the appropriate documentation for that
product.
+ If you are using a third party directory server
(<application>OpenDS</application>,
<application>OpenLDAP</application> or <application>Microsoft Active
Directory</application>), refer the appropriate documentation for that product.
</para>
<para>
The following values provide an example of working
configuration settings for the different Directory Servers:
Modified:
epp/docs/branches/5.2/Reference_Guide/en-US/modules/eXoJCR/jcr/configuration/exo-jcr-configuration.xml
===================================================================
---
epp/docs/branches/5.2/Reference_Guide/en-US/modules/eXoJCR/jcr/configuration/exo-jcr-configuration.xml 2012-10-18
15:43:34 UTC (rev 8917)
+++
epp/docs/branches/5.2/Reference_Guide/en-US/modules/eXoJCR/jcr/configuration/exo-jcr-configuration.xml 2012-10-18
16:28:23 UTC (rev 8918)
@@ -56,7 +56,7 @@
<para>
Below is an example configuration from the
<filename><replaceable>EPP_DIST</replaceable>/jboss-as/server/<replaceable>PROFILE</replaceable>/deploy/gatein.ear/02portal.war/WEB-INF/conf/jcr/jcr-configuration.xml</filename>
file.
</para>
- <programlisting linenumbering="numbered"
language="XML"><xi:include
xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../../../extras/Advanced_Development_JCR_Configuration/jcr-configuration.xml"
parse="text"/></programlisting>
+ <programlisting language="XML"><xi:include
xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../../../extras/Advanced_Development_JCR_Configuration/jcr-configuration.xml"
parse="text"/></programlisting>
<section
id="sect-Reference_Guide-Portal_configuration-JCR_Configuration">
<title>JCR Configuration</title>
<para>
Modified:
epp/docs/branches/5.2/Reference_Guide/en-US/modules/eXoJCR/jcr/configuration/jdbc-data-container-config.xml
===================================================================
---
epp/docs/branches/5.2/Reference_Guide/en-US/modules/eXoJCR/jcr/configuration/jdbc-data-container-config.xml 2012-10-18
15:43:34 UTC (rev 8917)
+++
epp/docs/branches/5.2/Reference_Guide/en-US/modules/eXoJCR/jcr/configuration/jdbc-data-container-config.xml 2012-10-18
16:28:23 UTC (rev 8918)
@@ -26,69 +26,98 @@
The data container uses the JDBC driver to communicate with the actual
database software, i.e. any JDBC-enabled data storage can be used with eXo JCR
implementation.
</para>
<para>
- Currently the data container is tested with the following RDBMS:
+ The data container has been tested with the following databases:
</para>
<!-- Source Metadata
URL: NA (email from Nicholas Filetto to jbossexoD(a)googlegroups.com on 10/18/2011
Author [w/email]: Nicholas Filetto: nicolas.filotto(a)exoplatform.com
License: NA
- --> <itemizedlist>
- <listitem>
- <para>
- MySQL 5.0.81 Driver: MySQL Connector/J 5.0.8
- </para>
- </listitem>
- <listitem>
- <para>
- MySQL 5.1.36 Driver: MYSQL Connector/J 5.1.14
- </para>
- </listitem>
- <listitem>
- <para>
- Oracle DB 10g R2 (10.2.0.4) Driver: Oracle 10g R2 (10.2.0.4)
- </para>
- </listitem>
- <listitem>
- <para>
- Oracle DB 11g R1 (11.1.0.6.0) Driver: Oracle 11g R1 (11.2.0.1.0)
- </para>
- </listitem>
- <listitem>
- <para>
- Oracle DB 11g R2 (11.2.0.1.0) Driver: Oracle JDBC Driver v11.2.0.1.0
- </para>
- </listitem>
- <listitem>
- <para>
- MS SQL Server 2005 SP1 Driver: JDBC Driver 3.0
- </para>
- </listitem>
- <listitem>
- <para>
- MS SQL Server 2008 Driver: JDBC Driver 3.0
- </para>
- </listitem>
- <listitem>
- <para>
- PostgresSQL 8.2.4 Driver: JDBC3 Driver, Version 8.2-507
- </para>
- </listitem>
- <listitem>
- <para>
- PostgresSQL 8.3.7 Driver: JDBC3 Driver, Version 8.3-606
- </para>
- </listitem>
- <listitem>
- <para>
- IBM DB2 9.7.4 Driver: IBM Data Server Driver for JDBC and SQLJ V9.7
- </para>
- </listitem>
- <listitem>
- <para>
- Sybase 15.0.3 ASE Driver: Sybase jConnect JDBC driver v6.05
- </para>
- </listitem>
- </itemizedlist>
+ -->
+ <table id="tabl-Reference_Guide-Introduction-Supported-databases">
+ <title>Supported databases</title>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry> Database </entry>
+ <entry> Driver Version </entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry> IBM DB2 9.7 (FP5) </entry>
+ <entry> IBM DB2 JDBC Universal Driver Architecture 4.13.80
</entry>
+ </row>
+ <row>
+ <entry> Oracle 10g R2 (10.2.0.4) </entry>
+ <entry> Oracle JDBC Driver v10.2.0.5 </entry>
+ </row>
+ <row>
+ <entry> Oracle 11g R1 (11.1.0.7.0) </entry>
+ <entry> Oracle JDBC Driver 11.1.0.7 </entry>
+ </row>
+ <row>
+ <entry> Oracle 11g R1 RAC (11.1.0.7.0) </entry>
+ <entry> Oracle JDBC Driver 11.1.0.7 </entry>
+ </row>
+ <row>
+ <entry> Oracle 11g R2 (11.2.0.3.0) </entry>
+ <entry> Oracle JDBC Driver v11.2.0.3.0 </entry>
+ </row>
+ <row>
+ <entry> Oracle 11g R2 RAC (11.2.0.3.0) </entry>
+ <entry> Oracle JDBC Driver v11.2.0.3.0 </entry>
+ </row>
+ <row>
+ <entry> MySQL 5.0 (5.0.79) </entry>
+ <entry> MySQL Connector/J 5.0.8, MySQL Connector/J 5.1.17
</entry>
+ </row>
+ <row>
+ <entry> MySQL 5.1 (5.1.63) </entry>
+ <entry> MySQL Connector/J 5.1.21 </entry>
+ </row>
+ <row>
+ <entry> MySQL 5.5 (5.5.25a) </entry>
+ <entry> MySQL Connector/J 5.1.21 </entry>
+ </row>
+ <row>
+ <entry> Microsoft SQL Server 2005 </entry>
+ <entry> Microsoft SQL Server JDBC Driver 3.0.1301.101 </entry>
+ </row>
+ <row>
+ <entry> Microsoft SQL Server 2008 </entry>
+ <entry> Microsoft SQL Server JDBC Driver 3.0.1301.101, Microsoft SQL
Server JDBC Driver 4.0.2206.100 </entry>
+ </row>
+ <row>
+ <entry> Microsoft SQL Server 2008 R2 </entry>
+ <entry> Microsoft SQL Server JDBC Driver 3.0.1301.101, Microsoft SQL
Server JDBC Driver 4.0.2206.100 </entry>
+ </row>
+ <row>
+ <entry> PostgreSQL 8.2.17 </entry>
+ <entry> JDBC4 Postgresql Driver, Version 8.2-511 </entry>
+ </row>
+ <row>
+ <entry> PostgreSQL 8.3.11 </entry>
+ <entry> JDBC4 Postgresql Driver, Version 8.3-607 </entry>
+ </row>
+ <row>
+ <entry> PostgreSQL 8.4.12 </entry>
+ <entry> JDBC4 Postgresql Driver, Version 8.4-703 </entry>
+ </row>
+ <row>
+ <entry> PostgreSQL 9.1.4 </entry>
+ <entry> JDBC4 Postgresql Driver, Version 9.1-902 </entry>
+ </row>
+ <row>
+ <entry> Sybase ASE 15.0.3 </entry>
+ <entry> Sybase jConnect JDBC driver v7 (Build 26666/EBF19485)
</entry>
+ </row>
+ <row>
+ <entry> Sybase ASE 15.5 </entry>
+ <entry> Sybase jConnect JDBC driver v7 (Build 26666/EBF19485)
</entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
<note>
<title>Isolation Levels</title>
<para>