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 2014/01/09 16:13:39 UTC

svn commit: r893443 - in /websites/staging/isis/trunk: cgi-bin/ content/ content/components/objectstores/jdo/mapping-joda-dates.html

Author: buildbot
Date: Thu Jan  9 15:13:39 2014
New Revision: 893443

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/mapping-joda-dates.html

Propchange: websites/staging/isis/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Jan  9 15:13:39 2014
@@ -1 +1 @@
-1556794
+1556827

Propchange: websites/staging/isis/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Jan  9 15:13:39 2014
@@ -1 +1 @@
-1556794
+1556827

Modified: websites/staging/isis/trunk/content/components/objectstores/jdo/mapping-joda-dates.html
==============================================================================
--- websites/staging/isis/trunk/content/components/objectstores/jdo/mapping-joda-dates.html (original)
+++ websites/staging/isis/trunk/content/components/objectstores/jdo/mapping-joda-dates.html Thu Jan  9 15:13:39 2014
@@ -276,7 +276,7 @@
 </h1>
 </div>
 
-<p>Isis' JDO objectstore bundles DataNucleus' <a href="http://www.datanucleus.org/plugins/store.types.jodatime.html">built-in support</a> for Joda <code>LocalDate</code> and <code>LocalDateTime</code> datatypes, meaning that entity properties of these types will be persisted as appropriate data types in the database tables.</p>
+<p>Isis' JDO objectstore bundles DataNucleus' <a href="http://www.datanucleus.org/documentation/products/plugins.html">built-in support</a> for Joda <code>LocalDate</code> and <code>LocalDateTime</code> datatypes, meaning that entity properties of these types will be persisted as appropriate data types in the database tables.</p>
 
 <p>It is, however, necessary to annotate your properties with <code>@javax.jdo.annotations.Persistent</code>, otherwise the data won't actually be persisted.  (See the <a href="http://db.apache.org/jdo/field_types.html">JDO docs</a> for more details on this).</p>