You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2017/01/22 15:55:01 UTC

[05/14] isis-site git commit: ISIS-785: updates to the fundamentals guide, as prereq to being able to document new functionality.

http://git-wip-us.apache.org/repos/asf/isis-site/blob/22e1e43b/content/guides/ugodn.html
----------------------------------------------------------------------
diff --git a/content/guides/ugodn.html b/content/guides/ugodn.html
index 45aa3c7..9d5e2d7 100644
--- a/content/guides/ugodn.html
+++ b/content/guides/ugodn.html
@@ -883,7 +883,7 @@ a non-persistent entity is associated with an already-persistent entity, then Da
 <p>Using a connection pool managed directly by the application (that is, by Apache Isis' JDO objectstore and ultimately by DataNucleus) requires a single set of configuration properties to be specified.</p>
 </div>
 <div class="paragraph">
-<p>In the <code>WEB-INF\persistor_datanucleus.properties</code> file, specify the connection driver, url, username and password.</p>
+<p>In either <code>WEB-INF\isis.properties</code> file (or <code>WEB-INF\persistor.properties</code>, or <code>WEB-INF\persistor_datanucleus.properties</code>), specify the connection driver, url, username and password.</p>
 </div>
 <div class="paragraph">
 <p>For example:</p>
@@ -899,6 +899,11 @@ isis.persistor.datanucleus.impl.javax.jdo.option.ConnectionPassword=</code></pre
 <div class="paragraph">
 <p>Those configuration properties that start with the prefix <code>isis.persistor.datanucleus.impl.</code> are passed through directly to DataNucleus (with the prefix removed).</p>
 </div>
+<div class="paragraph">
+<p>(As of <code>1.14.0-SNAPSHOT</code>) it is also possible to specify the `
+datanucleus.ConnectionPasswordDecrypter
+` property; see the <a href="http://www.datanucleus.org/products/accessplatform_4_1/persistence_properties.html#ConnectionPasswordDecrypter">DataNucleus documentation</a> for further details.</p>
+</div>
 </div>
 <div class="sect3">
 <h4 id="_container_managed_jndi">2.5.2. Container managed (JNDI)</h4>