Return-Path: Delivered-To: apmail-db-jdo-commits-archive@www.apache.org Received: (qmail 16337 invoked from network); 21 Sep 2005 18:52:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 21 Sep 2005 18:52:34 -0000 Received: (qmail 44729 invoked by uid 500); 21 Sep 2005 18:52:33 -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 44692 invoked by uid 99); 21 Sep 2005 18:52:33 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= 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; Wed, 21 Sep 2005 11:52:32 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 9F8F2121 for ; Wed, 21 Sep 2005 20:52:11 +0200 (CEST) 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: Wed, 21 Sep 2005 18:52:11 -0000 Message-ID: <20050921185211.13615.63473@ajax.apache.org> Subject: [Jdo Wiki] Update of "AllTheOtherTests" by MichelleCaisse 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 MichelleCaisse: http://wiki.apache.org/jdo/AllTheOtherTests ------------------------------------------------------------------------------ ||PM||A12.15-13||A12.15-13 [void preAttach(Instance``Lifecycle``Event event); This method is called before a detached instance is attached. The source instance is the detached instance].]||.||.|| ||PM||A12.15-14||A12.15-14 [void postAttach(Instance``Lifecycle``Event event); This method is called after a detached instance is attached. The source instance is the corresponding persistent instance in the cache; the target instance is the detached instance.]]||.||.|| ||PM||A12.16-1||A12.16-1 [JDOConnection getDataStoreConnection(); If this method is called while a datastore transaction is active, the object returned will be enlisted in the current transaction. If called in an optimistic transaction before flush has been called, or outside an active transaction, the object returned will not be enlisted in any transaction.]]||.||.|| - ||TX||A13.4.5-1||Once a transaction has been marked for rollback via setRollbackOnly, the commit method will always fail with JDO``Fatal``Data``Store``Exception.||.||JDO-140|| + ||TX||A13.4.5-1||Once a transaction has been marked for rollback via setRollbackOnly, the commit method will always fail with JDO``Fatal``Data``Store``Exception.||clr||JDO-140|| - ||TX||A13.4.5-2||When a transaction is not active, and after a transaction is begun, getRollbackOnly will return false. Once setRollbackOnly has been called, it will return true until commit or rollback is called.||.||JDO-140|| + ||TX||A13.4.5-2||When a transaction is not active, and after a transaction is begun, getRollbackOnly will return false. Once setRollbackOnly has been called, it will return true until commit or rollback is called.||clr||JDO-140||