Author: helenxu
Date: Mon Nov 26 22:15:42 2012
New Revision: 1413896

URL: http://svn.apache.org/viewvc?rev=1413896&view=rev
Log:
OPENJPA-1532 add migration doc for shared-cache-mode

Modified:
    
openjpa/branches/2.2.x/openjpa-project/src/doc/manual/migration_considerations.xml

Modified: 
openjpa/branches/2.2.x/openjpa-project/src/doc/manual/migration_considerations.xml
URL: 
http://svn.apache.org/viewvc/openjpa/branches/2.2.x/openjpa-project/src/doc/manual/migration_considerations.xml?rev=1413896&r1=1413895&r2=1413896&view=diff
==============================================================================
--- 
openjpa/branches/2.2.x/openjpa-project/src/doc/manual/migration_considerations.xml
 (original)
+++ 
openjpa/branches/2.2.x/openjpa-project/src/doc/manual/migration_considerations.xml
 Mon Nov 26 22:15:42 2012
@@ -497,6 +497,20 @@
                     to <literal>true</literal>.
                 </para>
             </section>
+            <section id="jpa_2.2_sharedCacheMode">
+                <title>
+                    shared-cache-mode Property
+                </title>
+                <!-- See OPENJPA-1532 for details. -->
+                <para>
+                     In the previous release, when the shared-cache-mode is 
enabled and the DataCache property is not set 
+                     or set to false, there will be no data caching.
+                </para>
+                <para>
+                     From 2.2.2 release, the caching will be turned on if the 
shared-cache-mode is enabled. Please see the 
+                     details described in section <xref 
linkend="ref_guide_shared_cache_mode_integration"/>.
+                </para>
+            </section>
         </section>
     </section>
 </appendix>


Reply via email to