Author: danhaywood
Date: Mon Jun 2 08:28:43 2014
New Revision: 1599125
URL: http://svn.apache.org/r1599125
Log:
persistence by reachability
Modified:
isis/site/trunk/content/components/objectstores/jdo/disabling-persistence-by-reachability.md
Modified:
isis/site/trunk/content/components/objectstores/jdo/disabling-persistence-by-reachability.md
URL:
http://svn.apache.org/viewvc/isis/site/trunk/content/components/objectstores/jdo/disabling-persistence-by-reachability.md?rev=1599125&r1=1599124&r2=1599125&view=diff
==============================================================================
---
isis/site/trunk/content/components/objectstores/jdo/disabling-persistence-by-reachability.md
(original)
+++
isis/site/trunk/content/components/objectstores/jdo/disabling-persistence-by-reachability.md
Mon Jun 2 08:28:43 2014
@@ -68,49 +68,3 @@ DataNucleus's persistence-by-reachabilit
In other words, in figuring out whether `AgreementRole` requires the
persistence-by-reachability algorithm to run, it causes the adjacent associated
entity `Party` to also be retrieved.
-
-
-
-
-, in order to compare evaluating a property that references another entity,
causes any rehydration of that associate entity.
-, which
-
-
-
-Sometimes you just need to see what is going on. There are various ways in
which logging can be enabled, here are some ideas.
-
-### In Apache Isis
-
-Modify `WEB-INF/logging.properties` (a log4j config file)
-
-### In DataNucleus
-
-As per the [DN logging
page](http://www.datanucleus.org/products/accessplatform/logging.html)
-
-### In the JDBC Driver
-
-Configure log4jdbc JDBC rather than the vanilla driver (see
`WEB-INF/persistor_datanucleus.properties`) and configure log4j logging (see
`WEB-INF/logging.properties`).
-
-There are examples of both in the quickstart archetype.
-
-### In the Database
-
-#### HSQLDB Logging
-
-Add `;sqllog=3` to the end of the JDBC URL.
-
-#### PostgreSQL Logging
-
-In `postgresql\9.2\data\postgresql.conf`:
-
-<pre>
-log_statement = 'all'
-</pre>
-
-Will then log to `postgresql\9.2\data\pg_log` directory.
-
-Note that you must restart the service for this to be picked up.
-
-#### MS SQL Server Logging
-
-Use the excellent SQL Profiler tool.
\ No newline at end of file