You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by cu...@apache.org on 2010/08/12 17:19:16 UTC

svn commit: r984829 - in /openjpa/trunk/openjpa-project/src/doc/manual: ref_guide_caching.xml ref_guide_conf.xml

Author: curtisr7
Date: Thu Aug 12 15:19:16 2010
New Revision: 984829

URL: http://svn.apache.org/viewvc?rev=984829&view=rev
Log:
OPENJPA-1763: Update docs.

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

Modified: openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_caching.xml
URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_caching.xml?rev=984829&r1=984828&r2=984829&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_caching.xml (original)
+++ openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_caching.xml Thu Aug 12 15:19:16 2010
@@ -988,15 +988,6 @@ cache, you should generally use the data
 chapter.
                     </para>
                 </listitem>
-                <listitem>
-                    <para>
-You must specify a <classname>org.apache.openjpa.event.RemoteCommitProvider
-</classname> (via the <link linkend="openjpa.RemoteCommitProvider"><literal>
-openjpa.RemoteCommitProvider</literal></link> property) in order to use the data
-cache, even when using the cache in a single-JVM mode. When using it in a
-single-JVM context, set this property to <literal>sjvm</literal>.
-                    </para>
-                </listitem>
             </itemizedlist>
         </section>
         <section id="datastore_cache_issues">

Modified: openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_conf.xml
URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_conf.xml?rev=984829&r1=984828&r2=984829&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_conf.xml (original)
+++ openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_conf.xml Thu Aug 12 15:19:16 2010
@@ -2208,8 +2208,7 @@ LockManager</literal>
 <emphasis role="bold">Default: </emphasis><literal>mixed</literal>
             </para>
             <para>
-<emphasis role="bold">Possible values: </emphasis><literal>none</literal>,
-<literal>sjvm</literal>, <literal>version</literal>,
+<emphasis role="bold">Possible values: </emphasis><literal>none</literal>, <literal>version</literal>,
 <literal>pessimistic</literal>, <literal>mixed</literal>
             </para>
             <para>
@@ -2919,7 +2918,7 @@ org.apache.openjpa.conf.OpenJPAConfigura
 RemoteCommitProvider</literal>
             </para>
             <para>
-<emphasis role="bold">Default:</emphasis> -
+<emphasis role="bold">Default:</emphasis> - If <literal>openjpa.DataCache</literal> is enabled, the default value is <literal>sjvm</literal>.
             </para>
             <para>
 <emphasis role="bold">Description:</emphasis> A plugin string (see