You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-commits@db.apache.org by jd...@db.apache.org on 2005/02/18 19:12:42 UTC

[Apache JDO Wiki] New: DetachedObjects

   Date: 2005-02-18T10:12:42
   Editor: MatthewAdams
   Wiki: Apache JDO Wiki
   Page: DetachedObjects
   URL: http://wiki.apache.org/jdo/DetachedObjects

   no comment

New Page:

= Test Strategy for Detachment/Attachment =
The strategy used to test object detachment and attachment is currently to target the simplest use cases involving primarily primitive fields plus the system types String, Date, etc, avoiding use cases that involve object graphs, partly due to the fact that FetchGroup and FetchPlan is still a moving target as of this writing.

The Company object model will be used for the tests.  

= TODO =
 * Identify assertions in spec and get them added to FrameMaker document.
 * Create TestCase classes for each assertion
 * Pick an implementation to use (probably Lido, but will check with JPOX folks to see state of support for detachment).

= Relevant Notes from Weekly Conference Call =
== Fri 18 Feb 05 ==
Matthew Adams will go through relevant areas of spec (currently only section 12.6.8), identify assertions, and let Michelle Caisse know so that she can add them to the document.  We will use the Company object model, and stick with simple fields in single objects and avoid complex object graphs.  We will continue with one TestCase class per assertion; the number of test methods will be at the class author's discretion.