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 2013/03/15 00:32:58 UTC

svn commit: r1456720 - /isis/site/trunk/content/components/objectstores/jdo/using-jndi-datasource.md

Author: danhaywood
Date: Thu Mar 14 23:32:57 2013
New Revision: 1456720

URL: http://svn.apache.org/r1456720
Log:
details on configuring jndi datasource for jdo objectstore

Modified:
    isis/site/trunk/content/components/objectstores/jdo/using-jndi-datasource.md

Modified: isis/site/trunk/content/components/objectstores/jdo/using-jndi-datasource.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/components/objectstores/jdo/using-jndi-datasource.md?rev=1456720&r1=1456719&r2=1456720&view=diff
==============================================================================
--- isis/site/trunk/content/components/objectstores/jdo/using-jndi-datasource.md (original)
+++ isis/site/trunk/content/components/objectstores/jdo/using-jndi-datasource.md Thu Mar 14 23:32:57 2013
@@ -17,9 +17,7 @@ isis.persistor.datanucleus.impl.javax.jd
 isis.persistor.datanucleus.impl.javax.jdo.option.ConnectionPassword=
 </pre>
 
-{note
 Those configuration properties that start with the prefix `isis.persistor.datanucleus.impl.` are passed through directly to DataNucleus (with the prefix removed).
-}
 
 #### Container managed (JNDI) datasource
 
@@ -31,9 +29,7 @@ Firstly, specify the name of the datasou
 isis.persistor.datanucleus.impl.datanucleus.ConnectionFactoryName=java:comp/env/jdbc/quickstart
 </pre>
 
-{note
 If connection pool settings are also present in this file, they will simply be ignored.  Any other configuration properties that start with the prefix `isis.persistor.datanucleus.impl.` are passed through directly to DataNucleus (with the prefix removed).
-}
 
 Secondly, in the `WEB-INF/web.xml`, declare the resource reference: