[exo-jcr-commits] exo-jcr SVN: r5464 - in jcr/branches/1.15.x: exo.jcr.docs/exo.jcr.docs.developer/en/src/main/docbook/en-US/modules/faq and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Jan 17 05:49:18 EST 2012


Author: andrew.plotnikov
Date: 2012-01-17 05:49:17 -0500 (Tue, 17 Jan 2012)
New Revision: 5464

Modified:
   jcr/branches/1.15.x/exo.jcr.component.core/developer-notes.txt
   jcr/branches/1.15.x/exo.jcr.docs/exo.jcr.docs.developer/en/src/main/docbook/en-US/modules/faq/jcr-faq.xml
Log:
EXOJCR-821: Added throw an exception if session is logged out

Modified: jcr/branches/1.15.x/exo.jcr.component.core/developer-notes.txt
===================================================================
--- jcr/branches/1.15.x/exo.jcr.component.core/developer-notes.txt	2012-01-17 10:34:00 UTC (rev 5463)
+++ jcr/branches/1.15.x/exo.jcr.component.core/developer-notes.txt	2012-01-17 10:49:17 UTC (rev 5464)
@@ -6,3 +6,4 @@
 * If lock manager is not configured we will have RepositoryConfigurationException at startup
 * Index JCR_XITEM_PARENT_NAME removed (JCR_IDX_MITEM_PN - for DB2)
 * Index JCR_IDX_XITEM_PARENT_N_ORDER_NUM from MySQL scripts.
+* We will have RepositoryException when use Session or Node after session.logout
\ No newline at end of file

Modified: jcr/branches/1.15.x/exo.jcr.docs/exo.jcr.docs.developer/en/src/main/docbook/en-US/modules/faq/jcr-faq.xml
===================================================================
--- jcr/branches/1.15.x/exo.jcr.docs/exo.jcr.docs.developer/en/src/main/docbook/en-US/modules/faq/jcr-faq.xml	2012-01-17 10:34:00 UTC (rev 5463)
+++ jcr/branches/1.15.x/exo.jcr.docs/exo.jcr.docs.developer/en/src/main/docbook/en-US/modules/faq/jcr-faq.xml	2012-01-17 10:49:17 UTC (rev 5464)
@@ -240,8 +240,8 @@
         <title>Can I use Session after loging out?</title>
 
         <para>No. Any instance of Session or Node (acquired through session)
-        shouldn't be used after loging out anymore. At least, it is highly
-        recommended not to use.</para>
+        shouldn't be used after loging out anymore. If you use Session or Node
+        after logging out then you get an exception.</para>
       </section>
 
       <section>



More information about the exo-jcr-commits mailing list