You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by mt...@apache.org on 2010/03/14 20:41:06 UTC

svn commit: r922933 - /openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_runtime.xml

Author: mtylenda
Date: Sun Mar 14 19:41:06 2010
New Revision: 922933

URL: http://svn.apache.org/viewvc?rev=922933&view=rev
Log:
OPENJPA-1510: Correct broken links in Configuring Savepoints section, remove OracleSavepointManager description since it does not exist in OpenJPA.

Modified:
    openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_runtime.xml

Modified: openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_runtime.xml
URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_runtime.xml?rev=922933&r1=922932&r2=922933&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_runtime.xml (original)
+++ openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_runtime.xml Sun Mar 14 19:41:06 2010
@@ -1055,7 +1055,7 @@ savepoint state. OpenJPA includes the fo
                 <listitem>
                     <para>
 <literal>in-mem</literal>: The default. This is an alias for the
-<ulink url="org.apache.openjpa.kernel.InMemorySavepointManager"><classname>
+<ulink url="../javadoc/org/apache/openjpa/kernel/InMemorySavepointManager.html"><classname>
 org.apache.openjpa.kernel.InMemorySavepointManager</classname></ulink>. This
 plugin stores all state, including field values, in memory. Due to this
 behavior, each set savepoint is designed for small to medium transactional
@@ -1065,24 +1065,13 @@ object counts.
                 <listitem>
                     <para>
 <literal>jdbc</literal>: This is an alias for the
-<ulink url="org.apache.openjpa.jdbc.kernel.JDBCSavepointManager"><classname>
-org.apache.openjpa.jdbc.kernel.JDBCSavepointManager</classname></ulink>. This
+<ulink url="../javadoc/org/apache/openjpa/jdbc/kernel/JDBC3SavepointManager.html"><classname>
+org.apache.openjpa.jdbc.kernel.JDBC3SavepointManager</classname></ulink>. This
 plugin requires <literal>JDBC 3</literal> and <classname> java.sql.Savepoint
 </classname> support to operate. Note that this plugin implements savepoints by
 issuing a flush to the database.
                     </para>
                 </listitem>
-                <listitem>
-                    <para>
-<literal>oracle</literal>: This is an alias for the
-<ulink url="org.apache.openjpa.jdbc.sql.OracleSavepointManager"><classname>
-org.apache.openjpa.jdbc.sql.OracleSavepointManager</classname></ulink>. This
-plugin operates similarly to the <literal>JDBC</literal> plugin; however, it
-uses Oracle-specific calls. This plugin requires using the Oracle JDBC driver
-and database, versions <literal>9.2</literal> or higher. Note that this plugin
-implements savepoints by issuing a flush to the database.
-                    </para>
-                </listitem>
             </itemizedlist>
         </section>
     </section>