Author: buildbot
Date: Mon Jun  2 08:28:49 2014
New Revision: 910890

Log:
Staging update by buildbot for isis

Modified:
    websites/staging/isis/trunk/cgi-bin/   (props changed)
    websites/staging/isis/trunk/content/   (props changed)
    
websites/staging/isis/trunk/content/components/objectstores/jdo/disabling-persistence-by-reachability.html

Propchange: websites/staging/isis/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Jun  2 08:28:49 2014
@@ -1 +1 @@
-1599124
+1599125

Propchange: websites/staging/isis/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Jun  2 08:28:49 2014
@@ -1 +1 @@
-1599124
+1599125

Modified: 
websites/staging/isis/trunk/content/components/objectstores/jdo/disabling-persistence-by-reachability.html
==============================================================================
--- 
websites/staging/isis/trunk/content/components/objectstores/jdo/disabling-persistence-by-reachability.html
 (original)
+++ 
websites/staging/isis/trunk/content/components/objectstores/jdo/disabling-persistence-by-reachability.html
 Mon Jun  2 08:28:49 2014
@@ -473,47 +473,6 @@ isis.persistor.datanucleus.impl.datanucl
 
 <p>In other words, in figuring out whether <code>AgreementRole</code> requires 
the persistence-by-reachability algorithm to run, it causes the adjacent 
associated entity <code>Party</code> to also be retrieved.</p>
 
-<p>, in order to compare  evaluating a property that references another 
entity, causes any rehydration of that associate entity. <br />
-, which </p>
-
-<p>Sometimes you just need to see what is going on.  There are various ways in 
which logging can be enabled, here are some ideas.</p>
-
-<h3>In Apache Isis</h3>
-
-<p>Modify <code>WEB-INF/logging.properties</code> (a log4j config file)</p>
-
-<h3>In DataNucleus</h3>
-
-<p>As per the <a 
href="http://www.datanucleus.org/products/accessplatform/logging.html";>DN 
logging page</a></p>
-
-<h3>In the JDBC Driver</h3>
-
-<p>Configure log4jdbc JDBC rather than the vanilla driver (see 
<code>WEB-INF/persistor_datanucleus.properties</code>) and configure log4j 
logging (see <code>WEB-INF/logging.properties</code>).</p>
-
-<p>There are examples of both in the quickstart archetype.</p>
-
-<h3>In the Database</h3>
-
-<h4>HSQLDB Logging</h4>
-
-<p>Add <code>;sqllog=3</code> to the end of the JDBC URL.</p>
-
-<h4>PostgreSQL Logging</h4>
-
-<p>In <code>postgresql\9.2\data\postgresql.conf</code>:</p>
-
-<pre>
-log_statement = 'all'
-</pre>
-
-<p>Will then log to <code>postgresql\9.2\data\pg_log</code> directory.</p>
-
-<p>Note that you must restart the service for this to be picked up.</p>
-
-<h4>MS SQL Server Logging</h4>
-
-<p>Use the excellent SQL Profiler tool.</p>
-
 
 
       </div>


Reply via email to