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/02/15 14:20:56 UTC

svn commit: r850701 - in /websites/staging/isis/trunk: cgi-bin/ content/ content/components/objectstores/jdo/dates-blobs-lazy-loading.html

Author: buildbot
Date: Fri Feb 15 13:20:56 2013
New Revision: 850701

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/dates-blobs-lazy-loading.html

Propchange: websites/staging/isis/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Feb 15 13:20:56 2013
@@ -1 +1 @@
-1446569
+1446570

Propchange: websites/staging/isis/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Feb 15 13:20:56 2013
@@ -1 +1 @@
-1446569
+1446570

Modified: websites/staging/isis/trunk/content/components/objectstores/jdo/dates-blobs-lazy-loading.html
==============================================================================
--- websites/staging/isis/trunk/content/components/objectstores/jdo/dates-blobs-lazy-loading.html (original)
+++ websites/staging/isis/trunk/content/components/objectstores/jdo/dates-blobs-lazy-loading.html Fri Feb 15 13:20:56 2013
@@ -274,7 +274,7 @@ In DataNucleus 3.2, it will no longer be
 
 <h3>Blobs and Clobs</h3>
 
-<p>In addition to the support for JODA types, Isis also configures JDO/DataNucleus so that the properties of type <code>org.apache.isis.applib.value.Blob</code> and <code>org.apache.isis.applib.value.Clob</code> can also be persisted.</p>
+<p>In addition to the support for Joda types, Isis also configures JDO/DataNucleus so that the properties of type <code>org.apache.isis.applib.value.Blob</code> and <code>org.apache.isis.applib.value.Clob</code> can also be persisted.</p>
 
 <p>Again, this requires the <code>@javax.jdo.annotations.Persistent</code> annotation.  However, whereas for dates one would always expect this value to be retrieved eagerly, for blobs and clobs it is not so clear cut.</p>