From jdo-dev-return-6758-apmail-db-jdo-dev-archive=www.apache.org@db.apache.org Tue Nov 06 10:46:25 2007 Return-Path: Delivered-To: apmail-db-jdo-dev-archive@www.apache.org Received: (qmail 74314 invoked from network); 6 Nov 2007 10:46:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Nov 2007 10:46:25 -0000 Received: (qmail 43755 invoked by uid 500); 6 Nov 2007 10:46:13 -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 43743 invoked by uid 99); 6 Nov 2007 10:46:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Nov 2007 02:46:13 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Nov 2007 10:46:42 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 38B1A714236 for ; Tue, 6 Nov 2007 02:45:51 -0800 (PST) Message-ID: <19527190.1194345951230.JavaMail.jira@brutus> Date: Tue, 6 Nov 2007 02:45:51 -0800 (PST) From: "Andy Jefferson (JIRA)" To: jdo-dev@db.apache.org Subject: [jira] Commented: (JDO-546) New test needed for enum field types and collections of enum types mapped to numeric and character columns In-Reply-To: <23702285.1192046030863.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/JDO-546?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12540404 ] Andy Jefferson commented on JDO-546: ------------------------------------ I fixed some errors in the ORM files for jdbc-type in SVN. The needed to be a subelement of , , . The associated ArrayList, Map tests now pass. The only test that doesnt pass is arrays of Enums, and you can track that via http://www.jpox.org/servlet/jira/browse/JAVAFIVEPLUGIN-94 > New test needed for enum field types and collections of enum types mapped to numeric and character columns > ---------------------------------------------------------------------------------------------------------- > > Key: JDO-546 > URL: https://issues.apache.org/jira/browse/JDO-546 > Project: JDO > Issue Type: Test > Components: api2 > Affects Versions: JDO 2 final > Reporter: Craig Russell > Assignee: Michelle Caisse > Fix For: JDO 2 maintenance release 1 > > > Java enum types are now supported as persistent field types. New test cases are needed for fields of enums, fields of collections and arrays of enums, mapped to both numeric and character columns. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.