You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2009/05/22 16:26:53 UTC

svn commit: r777544 - /myfaces/trinidad/trunk/src/site/xdoc/devguide/configuration.xml

Author: matzew
Date: Fri May 22 14:26:53 2009
New Revision: 777544

URL: http://svn.apache.org/viewvc?rev=777544&view=rev
Log:
updated doc on app view cache, as it is currently not supported

Modified:
    myfaces/trinidad/trunk/src/site/xdoc/devguide/configuration.xml

Modified: myfaces/trinidad/trunk/src/site/xdoc/devguide/configuration.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/src/site/xdoc/devguide/configuration.xml?rev=777544&r1=777543&r2=777544&view=diff
==============================================================================
--- myfaces/trinidad/trunk/src/site/xdoc/devguide/configuration.xml (original)
+++ myfaces/trinidad/trunk/src/site/xdoc/devguide/configuration.xml Fri May 22 14:26:53 2009
@@ -388,7 +388,7 @@
 scalability.  However, it makes it harder to develop (updates to
 pages will not be noticed until the server is restarted), and in
 some rare cases cannot be used for some pages.  See below for
-more information about this option.
+more information about this option. The default is false.
 </p>
 </subsection>
 <subsection name="org.apache.myfaces.trinidad.DEBUG_JAVASCRIPT">
@@ -465,7 +465,15 @@
 memory, so memory-limited servers may in some cases benefit from using
 "all" client-side state saving.</p>
 
-<subsection name="The Application View Cache">
+<subsection name="The Application View Cache">
+<p>
+  <font color="#FF0000">
+    <strong>
+This feature is NOT supported.
+    </strong>
+See <a href="https://issues.apache.org/jira/browse/TRINIDAD-1487" style="color:red">TRINIDAD-1487</a> for more.
+  </font>
+</p>
 <p>
 Apache Trinidad supports a special Application View Cache feature
 that can increase scalability significantly.  However, it