Return-Path: Delivered-To: apmail-db-jdo-dev-archive@www.apache.org Received: (qmail 82653 invoked from network); 12 Jul 2005 13:28:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 12 Jul 2005 13:28:07 -0000 Received: (qmail 85274 invoked by uid 500); 12 Jul 2005 13:27:58 -0000 Mailing-List: contact jdo-dev-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-dev@db.apache.org Received: (qmail 85149 invoked by uid 99); 12 Jul 2005 13:27:58 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Jul 2005 06:27:58 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [62.154.194.149] (HELO miraculix.spree.de) (62.154.194.149) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Jul 2005 06:27:55 -0700 Received: from [172.16.1.19] (rio.spree.de [172.16.1.19]) by miraculix.spree.de (8.11.6/8.11.6) with ESMTP id j6CDRoQ24640; Tue, 12 Jul 2005 15:27:50 +0200 Message-ID: <42D3C583.4000805@spree.de> Date: Tue, 12 Jul 2005 15:28:35 +0200 From: Michael Watzek Organization: Tech@Spree GmbH User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Michelle Caisse CC: jdo-dev@db.apache.org Subject: Re: patches to be checked in? References: <42CC0684.7070809@spree.de> <42CEC3C0.3050602@spree.de> <42D2B12D.5060006@sun.com> In-Reply-To: <42D2B12D.5060006@sun.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi Michelle, the next 5 mails you'll receive in the next minutes will contain one patch file each. These patch files contains changes for assertions A7, A8. The changes to the last patches of these assertions are: - Bug fix concerning the class hierarchy of pc classes in package "...pc.singlefieldidentity": Persistent fields with accessors/mutators in the abstract super class have been moved to concrete subclasses. - Additional check in all tests of package "...api.persistencecapable": isBinaryCompatible && !instanceof PersistenceCapable - Test cases NewObjectIdInstance.testSingleFieldIdentityNotInitializedXXX catch JDONullIdentityException instead of JDOFatalInternalException - Dependency to JNDI implementation in project.xml of TCK20 has been removed. Instead, files "fscontext.jar" and "providerutil.jar" must be present in TCK20 directory. The initial naming factory is specified in "...conf/jndi.properties". Please note, that you need to checkin all patches or none. These are the file names of all patch files: - Assertions-A7.patch2 - Assertions-A8.patch2 - Environment.patch2 - PCClasses-for-assertions-A7.patch2 - Schema.patch2 You find the list of changes in my TCK20 workspace below. Regards, Michael M test/sql/derby/applicationidentity/schema.sql A test/java/org/apache/jdo/tck/pc/singlefieldidentity A test/java/org/apache/jdo/tck/pc/singlefieldidentity/PCPointSingleFieldCharacter.java A test/java/org/apache/jdo/tck/pc/singlefieldidentity/PCPointSingleFieldPrimitivebyte.java A test/java/org/apache/jdo/tck/pc/singlefieldidentity/PCPointSingleFieldInteger.java A test/java/org/apache/jdo/tck/pc/singlefieldidentity/PCPointSingleFieldLong.java A test/java/org/apache/jdo/tck/pc/singlefieldidentity/PCPointSingleFieldShort.java A test/java/org/apache/jdo/tck/pc/singlefieldidentity/PCPointSingleFieldByte.java A test/java/org/apache/jdo/tck/pc/singlefieldidentity/PCPointSingleFieldPrimitiveint.java A test/java/org/apache/jdo/tck/pc/singlefieldidentity/AbstractPCPointSingleField.java A test/java/org/apache/jdo/tck/pc/singlefieldidentity/PCPointSingleFieldPrimitivechar.java A test/java/org/apache/jdo/tck/pc/singlefieldidentity/PCPointSingleFieldString.java A test/java/org/apache/jdo/tck/pc/singlefieldidentity/PCPointSingleFieldPrimitivelong.java A test/java/org/apache/jdo/tck/pc/singlefieldidentity/PCPointSingleFieldPrimitiveshort.java A test/java/org/apache/jdo/tck/api/persistencemanagerfactory/AbstractGetPMF.java A test/java/org/apache/jdo/tck/api/persistencemanagerfactory/GetPMFByJNDILocation.java A test/java/org/apache/jdo/tck/api/persistencemanagerfactory/GetPMFByJNDILocationAndClassLoader.java A test/java/org/apache/jdo/tck/api/persistencemanagerfactory/GetPMFByFile.java A test/java/org/apache/jdo/tck/api/persistencemanagerfactory/GetPMFByFileAndClassLoader.java A test/java/org/apache/jdo/tck/api/persistencemanagerfactory/GetPMFByResourceAndClassLoader.java A test/java/org/apache/jdo/tck/api/persistencemanagerfactory/GetPMFByResource.java A test/java/org/apache/jdo/tck/api/persistencemanagerfactory/GetPMFByStream.java A test/java/org/apache/jdo/tck/api/persistencemanagerfactory/GetPMFByStreamAndClassLoader.java A test/java/org/apache/jdo/tck/api/persistencecapable A test/java/org/apache/jdo/tck/api/persistencecapable/AbstractPersistenceCapableTest.java A test/java/org/apache/jdo/tck/api/persistencecapable/CopyKeyFieldsFromObjectId.java A test/java/org/apache/jdo/tck/api/persistencecapable/NewObjectIdInstance.java M test/java/org/apache/jdo/tck/util/BatchResultPrinter.java M test/conf/alltests.conf A test/conf/jndi.properties A test/jdo/applicationidentity/org/apache/jdo/tck/pc/singlefieldidentity A test/jdo/applicationidentity/org/apache/jdo/tck/pc/singlefieldidentity/package.jdo A test/orm/applicationidentity/org/apache/jdo/tck/pc/singlefieldidentity A test/orm/applicationidentity/org/apache/jdo/tck/pc/singlefieldidentity/package-derby.orm M project.properties M maven.xml > Hi Michael, > > Are there any patches from last week that still need to be checked in? > If so, please let me know which ones and I will take care of it. > > -- Michelle -- ------------------------------------------------------------------- Michael Watzek Tech@Spree Engineering GmbH mailto:mwa.tech@spree.de Buelowstr. 66 Tel.: ++49/30/235 520 36 10783 Berlin - Germany Fax.: ++49/30/217 520 12 http://www.spree.de/ -------------------------------------------------------------------