You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by aw...@apache.org on 2007/02/13 19:44:21 UTC

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

Author: awhite
Date: Tue Feb 13 10:44:15 2007
New Revision: 507152

URL: http://svn.apache.org/viewvc?view=rev&rev=507152
Log: (empty)

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

Modified: incubator/openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_runtime.xml
URL: http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_runtime.xml?view=diff&rev=507152&r1=507151&r2=507152
==============================================================================
--- incubator/openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_runtime.xml (original)
+++ incubator/openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_runtime.xml Tue Feb 13 10:44:15 2007
@@ -826,12 +826,12 @@
 Typically, during optimistic transactions OpenJPA does not start an actual
 database transaction until you flush or the optimistic transaction commits. This
 allows for very long-lived transactions without consuming database resources.
-When using the default lock manager, however, OpenJPA must begin a database
+When using the pessimistic lock manager, however, OpenJPA must begin a database
 transaction whenever you decide to lock an object during an optimistic
-transaction. This is because the default lock manager uses database locks, and
-databases cannot lock rows without a transaction in progress. OpenJPA will log
-an INFO message to the <literal>openjpa.Runtime</literal> logging channel when
-it begins a datastore transaction just to lock an object.
+transaction. This is because the pessimistic lock manager uses database locks, 
+and databases cannot lock rows without a transaction in progress. OpenJPA will 
+log an INFO message to the <literal>openjpa.Runtime</literal> logging channel 
+when it begins a datastore transaction just to lock an object.
                     </para>
                 </listitem>
                 <listitem>