You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by bu...@apache.org on 2013/03/15 00:33:02 UTC

svn commit: r854548 - in /websites/staging/isis/trunk: cgi-bin/ content/ content/components/objectstores/jdo/using-jndi-datasource.html

Author: buildbot
Date: Thu Mar 14 23:33:02 2013
New Revision: 854548

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/using-jndi-datasource.html

Propchange: websites/staging/isis/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Mar 14 23:33:02 2013
@@ -1 +1 @@
-1456719
+1456720

Propchange: websites/staging/isis/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Mar 14 23:33:02 2013
@@ -1 +1 @@
-1456719
+1456720

Modified: websites/staging/isis/trunk/content/components/objectstores/jdo/using-jndi-datasource.html
==============================================================================
--- websites/staging/isis/trunk/content/components/objectstores/jdo/using-jndi-datasource.html (original)
+++ websites/staging/isis/trunk/content/components/objectstores/jdo/using-jndi-datasource.html Thu Mar 14 23:33:02 2013
@@ -254,8 +254,7 @@ isis.persistor.datanucleus.impl.javax.jd
 isis.persistor.datanucleus.impl.javax.jdo.option.ConnectionPassword=
 </pre>
 
-<p><div class="note">
-Those configuration properties that start with the prefix <code>isis.persistor.datanucleus.impl.</code> are passed through directly to DataNucleus (with the prefix removed).</div></p>
+<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>
 
 <h4>Container managed (JNDI) datasource</h4>
 
@@ -267,8 +266,7 @@ Those configuration properties that star
 isis.persistor.datanucleus.impl.datanucleus.ConnectionFactoryName=java:comp/env/jdbc/quickstart
 </pre>
 
-<p><div class="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 <code>isis.persistor.datanucleus.impl.</code> are passed through directly to DataNucleus (with the prefix removed).</div></p>
+<p>If connection pool settings are also present in this file, they will simply be ignored.  Any other configuration properties that start with the prefix <code>isis.persistor.datanucleus.impl.</code> are passed through directly to DataNucleus (with the prefix removed).</p>
 
 <p>Secondly, in the <code>WEB-INF/web.xml</code>, declare the resource reference:</p>