[exo-jcr-commits] exo-jcr SVN: r4787 - jcr/trunk/exo.jcr.docs/exo.jcr.docs.developer/en/src/main/docbook/en-US/modules/jcr/configuration.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Aug 22 08:38:19 EDT 2011


Author: tolusha
Date: 2011-08-22 08:38:19 -0400 (Mon, 22 Aug 2011)
New Revision: 4787

Modified:
   jcr/trunk/exo.jcr.docs/exo.jcr.docs.developer/en/src/main/docbook/en-US/modules/jcr/configuration/external-value-storages.xml
Log:
EXOJCR-1486: Support to disable value-storage

Modified: jcr/trunk/exo.jcr.docs/exo.jcr.docs.developer/en/src/main/docbook/en-US/modules/jcr/configuration/external-value-storages.xml
===================================================================
--- jcr/trunk/exo.jcr.docs/exo.jcr.docs.developer/en/src/main/docbook/en-US/modules/jcr/configuration/external-value-storages.xml	2011-08-22 12:32:19 UTC (rev 4786)
+++ jcr/trunk/exo.jcr.docs/exo.jcr.docs.developer/en/src/main/docbook/en-US/modules/jcr/configuration/external-value-storages.xml	2011-08-22 12:38:19 UTC (rev 4787)
@@ -216,4 +216,15 @@
         container;</member>
       </simplelist></para>
   </section>
+
+  <section>
+    <title>Disabling value storage</title>
+
+    <para>JCR allows to disable value storage by adding property into
+    configuration. For interal usage and testing purpose only.</para>
+
+    <programlisting language="xml">&lt;property name="enabled" value="false" /&gt;</programlisting>
+
+    <para>Be careful, all stored values will be unaccessible.</para>
+  </section>
 </chapter>



More information about the exo-jcr-commits mailing list