Return-Path: Delivered-To: apmail-db-jdo-commits-archive@www.apache.org Received: (qmail 6217 invoked from network); 25 Mar 2006 00:19:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 25 Mar 2006 00:19:02 -0000 Received: (qmail 1966 invoked by uid 500); 25 Mar 2006 00:19:01 -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 1954 invoked by uid 99); 25 Mar 2006 00:19:01 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Mar 2006 16:19:01 -0800 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; Fri, 24 Mar 2006 16:19:01 -0800 Received: from ajax.apache.org (localhost.localdomain [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 41209D4A00 for ; Sat, 25 Mar 2006 00:18:40 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: jdo-commits@db.apache.org Date: Sat, 25 Mar 2006 00:18:39 -0000 Message-ID: <20060325001839.4091.15716@ajax.apache.org> Subject: [Jdo Wiki] 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 9.5, add method to register multiple state manager classes. {{{public static void registerAuthorizedStateManagerClasses(java.util.Collection smClasses) throws SecurityException;}}} + 1. In 12.6.6, clarify that a JDOUserException will be thrown when invoking newInstance: if a class is not persistence-capable, or does not declare a public no-args constructor; if an interface is not persistence-capable or declares methods that are not defined as persistent properties; if an abstract class is not persistence-capable or declares abstract methods that are not defined as persistent properties. + 1. In 12.6.8, section heading Explicit Detach, the sentence "If the parameter instance is detached, then JDOUserException is thrown. " should be removed. 1. In 12.7.5, change {{{public int setMaxFetchDepth();}}} to {{{public int getMaxFetchDepth();}}}