Return-Path: Delivered-To: apmail-db-jdo-dev-archive@www.apache.org Received: (qmail 67758 invoked from network); 20 Jul 2007 18:13:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Jul 2007 18:13:28 -0000 Received: (qmail 2221 invoked by uid 500); 20 Jul 2007 18:13:29 -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 2135 invoked by uid 99); 20 Jul 2007 18:13:28 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Jul 2007 11:13:28 -0700 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; Fri, 20 Jul 2007 11:13:26 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 5762F714210 for ; Fri, 20 Jul 2007 11:13:06 -0700 (PDT) Message-ID: <13715447.1184955186354.JavaMail.jira@brutus> Date: Fri, 20 Jul 2007 11:13:06 -0700 (PDT) From: "Craig Russell (JIRA)" To: jdo-dev@db.apache.org Subject: [jira] Created: (JDO-510) Remove @Field and @Property and replace them with @Persistent MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Remove @Field and @Property and replace them with @Persistent ------------------------------------------------------------- Key: JDO-510 URL: https://issues.apache.org/jira/browse/JDO-510 Project: JDO Issue Type: New Feature Components: api2 Reporter: Craig Russell Fix For: JDO 2 maintenance release 1 Annotations are different from xml ways that make it impossible to refer to persistent fields and properties in the same way. We started out thinking that we could simply map the xml field to annotations @Field and xml property to @Property but could not refer to multiples in a sane way. This change removes @Field and @Property and replaces them with @Persistent. Other annotations that refer to these are changed so that they refer to members instead of to fields or properties. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.