Return-Path: Delivered-To: apmail-db-jdo-dev-archive@www.apache.org Received: (qmail 41638 invoked from network); 24 Feb 2006 17:55:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 24 Feb 2006 17:55:16 -0000 Received: (qmail 47726 invoked by uid 500); 24 Feb 2006 17:55:15 -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 47715 invoked by uid 99); 24 Feb 2006 17:55:15 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Feb 2006 09:55:15 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [192.18.98.36] (HELO brmea-mail-4.sun.com) (192.18.98.36) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Feb 2006 09:55:14 -0800 Received: from fe-amer-02.sun.com ([192.18.108.176]) by brmea-mail-4.sun.com (8.12.10/8.12.9) with ESMTP id k1OHsruf009544 for ; Fri, 24 Feb 2006 10:54:53 -0700 (MST) Received: from conversion-daemon.mail-amer.sun.com by mail-amer.sun.com (Sun Java System Messaging Server 6.2-4.02 (built Sep 9 2005)) id <0IV700G01DR32K00@mail-amer.sun.com> (original mail from Craig.Russell@Sun.COM) for jdo-dev@db.apache.org; Fri, 24 Feb 2006 10:54:53 -0700 (MST) Received: from [129.145.133.119] by mail-amer.sun.com (Sun Java System Messaging Server 6.2-4.02 (built Sep 9 2005)) with ESMTPSA id <0IV700MZ4DRG0340@mail-amer.sun.com> for jdo-dev@db.apache.org; Fri, 24 Feb 2006 10:54:52 -0700 (MST) Date: Fri, 24 Feb 2006 09:53:46 -0800 From: Craig L Russell Subject: Minutes: JDO TCK Conference Call Friday, Feb 24, 9 am PST In-reply-to: <43FE452D.8030005@sun.com> Sender: Craig.Russell@Sun.COM To: Apache JDO project , JDO Expert Group Message-id: <5E38E9BA-1481-4C84-932A-D074CC5CC18A@Sun.COM> MIME-version: 1.0 X-Mailer: Apple Mail (2.746.2) Content-type: multipart/signed; protocol="application/pkcs7-signature"; boundary=Apple-Mail-195--712328081; micalg=sha1 References: <43C71B6E.2060306@sun.com> <43D02652.8010002@sun.com> <43D99C45.8090508@sun.com> <43E25FF7.6080200@sun.com> <43EBB84B.1020900@sun.com> <43F52241.8030404@sun.com> <43F6351A.5000002@sun.com> <43FE452D.8030005@sun.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N --Apple-Mail-195--712328081 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Attendees: Michael Bouschen, Michelle Caisse, Martin Zaun, Michael Watzek, Craig Russell Agenda: 1. Test status (Michael) 1158 test methods, 2 failures, 6 errors on both rc1 and trunk. The coverage file has assertion numbers that Michelle looked into. The number of assertions in that document excludes non-testable assertions and duplicates. 2. New tests status (Martin) Signature test is underway; due Tuesday. Thread safe test due today. 3. Spec release status (Craig) Spec and tck were submitted to the JCP and we are waiting for them. Comments have been received from Bin Sun and Erik Bengtson on minor issues. Major issue is the XSD format. AI Michael send mail on putting the xsd header info into the specification. 4. Detachment tests status (Matthew) no change. 5. Other issues (any and all) The new XMLTest in the api20 project could be enhanced so users could check their own .jdo .orm, and .jdoquery files. AI Michael file a JIRA to discuss. We should add a negative query test for projecting a map and collection field. AI Michael file a JIRA to add a new query. One of the query tests fails. JDO-310 DERBY-39 for details. Can we get some help on this from the Derby team? Action Items from weeks past: [Feb 17 2006] Implicit variable with the same name as a class modulo case, elicits a new problem wherein generated SQL does not execute on Derby. AI Michael B: file a JIRA. Done. [Feb 17 2006] AI: Michael B to check in fixes to xsd and upload patch to JIRA for tests. AI Craig: review schema tests. Done. [Feb 17 2006] AI Eric: Investigate implementation's ability to use native identity strategy given an identity column in the schema. JIRA JDO-308 [Feb 17 2006] AI Craig: Discuss spec change involving native identity strategy with expert group. [Feb 3 2006] AI Michael W fix list of teardown classes in company model reader. JDO-285. But this fix cannot be checked in until JPOX is fixed. Andy is looking for more information. [Jan 20 2005] AI Craig look at new life cycle tests to see if it can fail at the end printing failure messages. AI Craig review the spec updates to make sure the test is consistent. AI Craig: resolve the test case and spec issues. [Jan 20 2005] AI Craig check in the released beta artifacts to the JDO maven repository (create a new releases directory parallel to trunk and branches). [Jan 13 2005] AI Martin look at the enhancement tests for completeness (JDO-64). [Jan 6 2005] AI: Michael: need to add a public static final field in a public class to test fully qualified class name static field in query. [Dec 23 2005] Query tests (Michael B) Looking at JDO-194 errors on Windows that don't happen on Linux. Might be a JRE bug. AI Martin file a Java bug so we know that there is a Java issue. Done. [Dec 23 2005] Fetch depth discussion: The spec needs more information than is there in the PFD. AI Craig get more jdo experts involved in the discussion. In progress. Done. [Dec 2 2005] Inheritance 3 fails. Optimization of inheritance 1 where there is no table for abstract classes. JPOX doesn't support it. AI Craig: discuss this mapping with expert group. It might be an optional feature. JDO-311 to adapt the test case for the new optional feature. AI Michael update the JIRA to include inheritance2 and fix the test cases. [Nov 18 2005] AI: BEA to sign the donation paperwork for their test suite. Review how to merge their test cases into JDO TCK. [Nov 4 2005] AI Martin: Update Martin's wiki with discusion of JDK 1.5 issues. in progress. [Sep 2 2005] AI: To recruit members, update the web site. Articles on TheServerSide directing attention to the site. T-shirts, logo. AI: Craig write a ServerSide article. [July 29 2005] AI: Michelle Chapter 18 wiki needs to be updated to include all JDO metadata elements and attributes. [not done] Craig Russell Architect, Sun Java Enterprise System http://java.sun.com/products/jdo 408 276-5638 mailto:Craig.Russell@sun.com P.S. A good JDO? O, Gasp! --Apple-Mail-195--712328081 Content-Transfer-Encoding: base64 Content-Type: application/pkcs7-signature; name=smime.p7s Content-Disposition: attachment; filename=smime.p7s MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIGUDCCAwkw ggJyoAMCAQICEB7Y7fLHmKoeHTUdbtYrvpAwDQYJKoZIhvcNAQEEBQAwYjELMAkGA1UEBhMCWkEx JTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAqBgNVBAMTI1RoYXd0ZSBQ ZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBMB4XDTA1MTIxNTIxNDc0NFoXDTA2MTIxNTIxNDc0 NFowbDEQMA4GA1UEBBMHUnVzc2VsbDEUMBIGA1UEKhMLQ3JhaWcgTGFpcmQxHDAaBgNVBAMTE0Ny YWlnIExhaXJkIFJ1c3NlbGwxJDAiBgkqhkiG9w0BCQEWFUNyYWlnLlJ1c3NlbGxAU3VuLkNPTTCC ASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMXXgEAm88nu8cFbxXSWqTq+GaYpCx/0QSom 8kBbVxpJIURuO4ErLDupeXu6y9+5e7ZKLbeSQE5xbfYPcQR/IhqmYKy5YqRcuzPXREBj2zKEkZph pNXWpHgMdx9W8dq0Cu2i9Ux/S6c2MuEHrP6gfGGll+b/mzLoO280QHTuE4pcpKntRnwZdGxQ/5l8 IL+eLP+jpJAbYW9C+KNKofZtS6V6R0uzlqTOsEdZvwxZQ4mmPgHoz1+Gjwme/PC5sKvF09MaJDiI pj9SvZ4CTCgcDZV78J086YwlVbMC0VQotjhu1p42lr8CS33IXLz3OWNrDETCAepah/Dgw2ZZApQ9 9L0CAwEAAaMyMDAwIAYDVR0RBBkwF4EVQ3JhaWcuUnVzc2VsbEBTdW4uQ09NMAwGA1UdEwEB/wQC MAAwDQYJKoZIhvcNAQEEBQADgYEAKdIkgAWCg2Bi7ocnstfJA4iymTRI2/L4oQx9zvllM9bNJ2cR cecJIx3HuoHbhPvemh1GExEPgHU+dXSxDmD0BEmPnhSReKCURyslnbMphPZ5kR6USzQFrRa+v0ii J+SBO9VQYTQWT+xEjmRLM76MfkBFw3IOC9CUkRoYZ88pOoUwggM/MIICqKADAgECAgENMA0GCSqG SIb3DQEBBQUAMIHRMQswCQYDVQQGEwJaQTEVMBMGA1UECBMMV2VzdGVybiBDYXBlMRIwEAYDVQQH EwlDYXBlIFRvd24xGjAYBgNVBAoTEVRoYXd0ZSBDb25zdWx0aW5nMSgwJgYDVQQLEx9DZXJ0aWZp Y2F0aW9uIFNlcnZpY2VzIERpdmlzaW9uMSQwIgYDVQQDExtUaGF3dGUgUGVyc29uYWwgRnJlZW1h aWwgQ0ExKzApBgkqhkiG9w0BCQEWHHBlcnNvbmFsLWZyZWVtYWlsQHRoYXd0ZS5jb20wHhcNMDMw NzE3MDAwMDAwWhcNMTMwNzE2MjM1OTU5WjBiMQswCQYDVQQGEwJaQTElMCMGA1UEChMcVGhhd3Rl IENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNvbmFsIEZyZWVtYWls IElzc3VpbmcgQ0EwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAMSmPFVzVftOucqZWh5owHUE cJ3f6f+jHuy9zfVb8hp2vX8MOmHyv1HOAdTlUAow1wJjWiyJFXCO3cnwK4Vaqj9xVsuvPAsH5/Ef kTYkKhPPK9Xzgnc9A74r/rsYPge/QIACZNenprufZdHFKlSFD0gEf6e20TxhBEAeZBlyYLf7AgMB AAGjgZQwgZEwEgYDVR0TAQH/BAgwBgEB/wIBADBDBgNVHR8EPDA6MDigNqA0hjJodHRwOi8vY3Js LnRoYXd0ZS5jb20vVGhhd3RlUGVyc29uYWxGcmVlbWFpbENBLmNybDALBgNVHQ8EBAMCAQYwKQYD VR0RBCIwIKQeMBwxGjAYBgNVBAMTEVByaXZhdGVMYWJlbDItMTM4MA0GCSqGSIb3DQEBBQUAA4GB AEiM0VCD6gsuzA2jZqxnD3+vrL7CF6FDlpSdf0whuPg2H6otnzYvwPQcUCCTcDz9reFhYsPZOhl+ hLGZGwDFGguCdJ4lUJRix9sncVcljd2pnDmOjCBPZV+V2vf3h9bGCE6u9uo05RAaWzVNd+NWIXiC 3CEZNd4ksdMdRv9dX2VPMYIDEDCCAwwCAQEwdjBiMQswCQYDVQQGEwJaQTElMCMGA1UEChMcVGhh d3RlIENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNvbmFsIEZyZWVt YWlsIElzc3VpbmcgQ0ECEB7Y7fLHmKoeHTUdbtYrvpAwCQYFKw4DAhoFAKCCAW8wGAYJKoZIhvcN AQkDMQsGCSqGSIb3DQEHATAcBgkqhkiG9w0BCQUxDxcNMDYwMjI0MTc1MzQ4WjAjBgkqhkiG9w0B CQQxFgQUQ12JskBEjSMov6J7jHv7e7czqOgwgYUGCSsGAQQBgjcQBDF4MHYwYjELMAkGA1UEBhMC WkExJTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAqBgNVBAMTI1RoYXd0 ZSBQZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBAhAe2O3yx5iqHh01HW7WK76QMIGHBgsqhkiG 9w0BCRACCzF4oHYwYjELMAkGA1UEBhMCWkExJTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQ dHkpIEx0ZC4xLDAqBgNVBAMTI1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBAhAe 2O3yx5iqHh01HW7WK76QMA0GCSqGSIb3DQEBAQUABIIBAEo/B9s7IL7OPF2kT9sgyA9eskhqYgNP j62ZYbJJ5XPnvftDLc5I/H88+zp6S8+CbX2wGxlBX2Cv70obMTLEL0CClBQsg6V/uzFYmOLpvg15 V9ccHRV7tf2Qqi0/MwjhNrQpCkbwID6l+p3vxECkAFSS6A5KqxfyvNprdtcld3rSSNympaGNB3UO OMFmXlBTJrZk/hWjFBN1Ja8WW60XVdduxynvqpiLcEJF1LXj/wELo8tZEJzs1qW0gI7hIFmNIkHo DYTGH9N1dD5iKi2KGZuV8DeUbKefEINLd4cZTUOMiV1MRoNfpe81LZdTfwacheVTIzT7RgllJ1Mm iXC655kAAAAAAAA= --Apple-Mail-195--712328081--