Return-Path: Delivered-To: apmail-db-jdo-dev-archive@www.apache.org Received: (qmail 9185 invoked from network); 26 Jul 2005 08:46:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 26 Jul 2005 08:46:25 -0000 Received: (qmail 32563 invoked by uid 500); 26 Jul 2005 08:46:24 -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 32547 invoked by uid 99); 26 Jul 2005 08:46:23 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Jul 2005 01:46:23 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [81.174.133.99] (HELO roobarb.ajsoft.net) (81.174.133.99) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Jul 2005 01:46:17 -0700 Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by roobarb.ajsoft.net (Postfix) with ESMTP id 60A3511129 for ; Tue, 26 Jul 2005 09:46:16 +0100 (BST) From: Andy Jefferson To: jdo-dev@db.apache.org Subject: Re: TCK : updates required Date: Tue, 26 Jul 2005 09:46:14 +0100 User-Agent: KMail/1.7.2 References: <200507251945.32965.andy@jpox.org> <42E54DC0.1000407@sun.com> <200507260849.03896.andy@jpox.org> In-Reply-To: <200507260849.03896.andy@jpox.org> Organization: JPOX MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200507260946.15000.andy@jpox.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N > I'll look at the Map cases next Michelle, Here's some initial comments on the map tests. 1. HashMapStringKeyCollections : Field "HashMapOfString_SimpleInterface7" is a Map with the value embedded, and no join table. I interpret that as needing to serialise the map into the main table, but unfortunately there's no column for it in the schema (even though the column name is defined) 2. HashMapStringValueCollections : Field "HashMapOfBigDecimal_String53" is a Map with a join table, and the value is defined to use a column with name "STRING". The schema for the join table "HASHMAP_BIG_DECIMAL53_STR" has no column called STRING - its called VALUEVAL in that case. Either the schema or the ORM need changing to match. Now these general observations apply to the other map tests too, and to other fields in the same classes. -- Andy Java Persistent Objects - JPOX