Author: pcl
Date: Wed Aug 22 11:34:42 2007
New Revision: 568723
URL: http://svn.apache.org/viewvc?rev=568723&view=rev
Log:
OPENJPA-293. Docs changes to reflect new settings.
Modified:
openjpa/branches/1.0.0/openjpa-project/src/doc/manual/ref_guide_pc.xml
Modified: openjpa/branches/1.0.0/openjpa-project/src/doc/manual/ref_guide_pc.xml
URL:
http://svn.apache.org/viewvc/openjpa/branches/1.0.0/openjpa-project/src/doc/manual/ref_guide_pc.xml?rev=568723&r1=568722&r2=568723&view=diff
==============================================================================
--- openjpa/branches/1.0.0/openjpa-project/src/doc/manual/ref_guide_pc.xml
(original)
+++ openjpa/branches/1.0.0/openjpa-project/src/doc/manual/ref_guide_pc.xml Wed
Aug 22 11:34:42 2007
@@ -353,8 +353,8 @@
</listitem>
<listitem>
<para>
-<literal>runtimeEnhancement</literal>: Boolean controlling whether OpenJPA
-class enhancement should be available in this JVM execution. Default:
+<literal>classLoadEnhancement</literal>: Boolean controlling whether OpenJPA
+load-time class enhancement should be available in this JVM execution. Default:
<literal>true</literal>
</para>
</listitem>
@@ -426,7 +426,7 @@
that you specify a javaagent on the command line, this behavior is exactly the
same as the Java 6 class retransformation behavior. Of course, since the
OpenJPA javaagent performs enhancement by default, this will only be available
-if you set the <literal>runtimeEnhancement</literal> javaagent flag to
+if you set the <literal>classLoadEnhancement</literal> javaagent flag to
<literal>false</literal>, or on any classes that are skipped by the OpenJPA
runtime enhancement process for some reason.
</para></listitem>