From jdo-commits-return-1487-apmail-db-jdo-commits-archive=www.apache.org@db.apache.org Thu Jun 15 14:28:35 2006 Return-Path: Delivered-To: apmail-db-jdo-commits-archive@www.apache.org Received: (qmail 84293 invoked from network); 15 Jun 2006 14:28:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 15 Jun 2006 14:28:35 -0000 Received: (qmail 72137 invoked by uid 500); 15 Jun 2006 14:28:35 -0000 Mailing-List: contact jdo-commits-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jdo-dev@db.apache.org Delivered-To: mailing list jdo-commits@db.apache.org Received: (qmail 72110 invoked by uid 99); 15 Jun 2006 14:28:34 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Jun 2006 07:28:34 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Jun 2006 07:28:34 -0700 Received: from ajax.apache.org (localhost [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id DDE666ACA9 for ; Thu, 15 Jun 2006 15:28:12 +0100 (BST) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: Apache Wiki To: jdo-commits@db.apache.org Date: Thu, 15 Jun 2006 14:28:12 -0000 Message-ID: <20060615142812.20962.24613@ajax.apache.org> Subject: [Jdo Wiki] Trivial Update of "ChangeLog" by CraigRussell X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jdo Wiki" for change notification. The following page has been changed by CraigRussell: http://wiki.apache.org/jdo/ChangeLog ------------------------------------------------------------------------------ 1. In Table 2: State Transitions, the transition for a transient-dirty instance during commit with {{{DetachAllOnCommit = true}}} should be to transient-clean. - 1. In 5.5.8 and 5.5.9, {{{detachCopy}}} should be removed from the list of methods that throw exceptions if applied to detached-clean or detached-dirty instances. + 1. In 5.5.8 and 5.5.9, {{{detachCopy}}} should be removed from the list of methods that throw exceptions if applied to detached-clean or detached-dirty instances. 1. In section 7.5, change "If the class is abstract, null is returned." to "If the class is abstract, {{{JDOFatalInternalException}}} is thrown". @@ -19, +19 @@ {{{public JDOHelper();}}} - For some usage patterns, an instance of {{{JDOHelper}}} on which to invoke methods is preferable to the use of static methods. For this purpose, a public constructor is provided. + For some usage patterns, an instance of {{{JDOHelper}}} on which to invoke methods is preferable to the use of static methods. For this purpose, a public constructor is provided. - 1. In Chapter 9, add section on managing date formatting for {{{ObjectIdentity}}} constructors. + 1. In Chapter 9, add section on managing date formatting for {{{ObjectIdentity}}} constructors. {{{public synchronized void registerDateFormat(java.text.DateFormat df);}}} - 1. In 9.4, add method to retrieve persistence-capable classes that have been registered. + 1. In 9.4, add method to retrieve persistence-capable classes that have been registered. {{{public java.util.Collection getRegisteredClasses();}}} 1. In 9.5, add method to verify that the class is authorized to be a state manager. @@ -50, +50 @@ 1. Add to 17.1.11 {{{JDOUserCallbackException extends javax.jdo.JDOUserException}}} + 1. In 18.15.1, change "(e.g. a field of type Object can specify field-type=”Integer”)." to "(e.g. an element of type Object can specify element-type=”Integer”). - 1. In 18.15.1, change "(e.g. a field of type Object can specify field-type=”Integer”)." to - "(e.g. an element of type Object can specify element-type=”Integer”). 1. In Chapter 18, add to .jdo metadata: @@ -59, +58 @@ 1. Change the last paragraph of 21.6 from "For Detachable classes, the results of restoring a serialized persistent instance graph is a graph of interconnected detached instances that might be attached via the attachCopy methods." to "For Detachable classes, the results of restoring a serialized persistent instance graph is a graph of interconnected detached instances that might be attached via the makePersistent methods." - 1. Change 21.13 from "Some methods require a non-null state manager. In these cases, if the {{{jdoStateManager}}} is null, then {{{IllegalStateException}}} is thrown." + 1. Change 21.13 from "Some methods require a non-null state manager. In these cases, if the {{{jdoStateManager}}} is null, then {{{IllegalStateException}}} is thrown." to "Some methods require a non-null state manager. In these cases, if the {{{jdoStateManager}}} is null, then {{{JDOFatalInternalException}}} is thrown."