Return-Path: Delivered-To: apmail-db-jdo-dev-archive@www.apache.org Received: (qmail 25462 invoked from network); 29 Mar 2006 17:21:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 29 Mar 2006 17:21:20 -0000 Received: (qmail 46308 invoked by uid 500); 29 Mar 2006 17:21:19 -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 46297 invoked by uid 99); 29 Mar 2006 17:21:19 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Mar 2006 09:21:19 -0800 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, 29 Mar 2006 09:21:18 -0800 Received: from ajax (localhost.localdomain [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id E5CC56ACAA for ; Wed, 29 Mar 2006 18:20:57 +0100 (BST) Message-ID: <1614232758.1143652857938.JavaMail.jira@ajax> Date: Wed, 29 Mar 2006 18:20:57 +0100 (BST) From: "Michael Bouschen (JIRA)" To: jdo-dev@db.apache.org Subject: [jira] Updated: (JDO-355) Remove extra tables/classes in the sql and orm for mappings 5,6, and 7. In-Reply-To: <1026625086.1143650190207.JavaMail.jira@ajax> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 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 [ http://issues.apache.org/jira/browse/JDO-355?page=all ] Michael Bouschen updated JDO-355: --------------------------------- Attachment: JDO-355.patch The attached patch (JDO-355.patch) removes PCRect from the .sql files and PCPoint2, PCRect, and PrimitiveTypes from .orm files for both applicationidentity and datastoreidentity. I just started maven clean build to make sure that the patch does not break anything. > Remove extra tables/classes in the sql and orm for mappings 5,6, and 7. > ----------------------------------------------------------------------- > > Key: JDO-355 > URL: http://issues.apache.org/jira/browse/JDO-355 > Project: JDO > Type: Improvement > Components: tck20 > Versions: JDO 2 rc1 > Reporter: Michael Watzek > Assignee: Michael Watzek > Priority: Minor > Fix For: JDO 2 final > Attachments: JDO-355.patch > > I noticed that there is a little mismatch between test case MakePersistent, the .sql files, and the .orm files for mappings 5, 6, 7 wrt. which persistence capable classes are needed: > - Test case MakePersistent uses pc class PCPoint only. > - The .sql files create tables PCPoint and PCRect. > - The .orm files specifiy metadata for pc classes PCPoint, PCPoint2, PCRect, and PrimitiveTypes. > This holds true for application identity and datastore identity as well. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira