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

svn commit: r1446569 - /isis/site/trunk/content/components/objectstores/jdo/dates-blobs-lazy-loading.md

Author: danhaywood
Date: Fri Feb 15 13:20:11 2013
New Revision: 1446569

URL: http://svn.apache.org/r1446569
Log:
isis site -  using dates, blobs, lazy loading

Modified:
    isis/site/trunk/content/components/objectstores/jdo/dates-blobs-lazy-loading.md

Modified: isis/site/trunk/content/components/objectstores/jdo/dates-blobs-lazy-loading.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/components/objectstores/jdo/dates-blobs-lazy-loading.md?rev=1446569&r1=1446568&r2=1446569&view=diff
==============================================================================
--- isis/site/trunk/content/components/objectstores/jdo/dates-blobs-lazy-loading.md (original)
+++ isis/site/trunk/content/components/objectstores/jdo/dates-blobs-lazy-loading.md Fri Feb 15 13:20:11 2013
@@ -34,7 +34,7 @@ public class ToDoItem ... {
 </pre>
 
 {note
-In DataNucleus 3.2, it will no longer be necessary to specify the "default fetc group" because this flag is [switched on](http://datanucleus.svn.sourceforge.net/viewvc/datanucleus/platform/store.types.jodatime/trunk/plugin.xml?revision=16602&content-type=text%2Fplain).  See [ISIS-303](https://issues.apache.org/jira/browse/ISIS-303) as to when this is incorporated into Isis JDO Objectstore.
+In DataNucleus 3.2, it will no longer be necessary to specify the "default fetch group" because this flag is [switched on](http://datanucleus.svn.sourceforge.net/viewvc/datanucleus/platform/store.types.jodatime/trunk/plugin.xml?revision=16602&content-type=text%2Fplain).  See [ISIS-303](https://issues.apache.org/jira/browse/ISIS-303) as to when this is incorporated into Isis JDO Objectstore.
 }
 
 ### Blobs and Clobs