Return-Path: Delivered-To: apmail-db-jdo-dev-archive@www.apache.org Received: (qmail 7440 invoked from network); 14 Mar 2007 20:50:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Mar 2007 20:50:46 -0000 Received: (qmail 5690 invoked by uid 500); 14 Mar 2007 20:50:54 -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 5671 invoked by uid 99); 14 Mar 2007 20:50:54 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Mar 2007 13:50:54 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= 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; Wed, 14 Mar 2007 13:50:45 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 586D171407F for ; Wed, 14 Mar 2007 13:50:10 -0700 (PDT) Message-ID: <29868339.1173905410360.JavaMail.jira@brutus> Date: Wed, 14 Mar 2007 13:50:10 -0700 (PDT) From: "Craig Russell (JIRA)" To: jdo-dev@db.apache.org Subject: [jira] Assigned: (JDO-341) Discrepancies between: JDO2.0 spec v. API20 v. SignatureTest's descriptor file In-Reply-To: <635337688.1142538204248.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 [ https://issues.apache.org/jira/browse/JDO-341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Craig Russell reassigned JDO-341: --------------------------------- Assignee: Craig Russell > Discrepancies between: JDO2.0 spec v. API20 v. SignatureTest's descriptor file > ------------------------------------------------------------------------------ > > Key: JDO-341 > URL: https://issues.apache.org/jira/browse/JDO-341 > Project: JDO > Issue Type: Bug > Components: api2 > Reporter: Martin Zaun > Assigned To: Craig Russell > Priority: Minor > Fix For: JDO 2 maintenance release 1 > > Attachments: features_in_signature_descriptor_but_not_in_jdo20_spec.txt > > > There are a number of discrepancies to be fixed between the > - JDO2.0 spec (jdo-2_0-spec.pdf as of 2006-02-23) > - api20/ classes and interfaces > - SignatureTest's descriptor file (jdo-2_0-signatures.txt). > Tasks: > - Complete the review of the signature descriptor against the spec, as started as part of JDO-299. > - Decide for every public non-standard features found in api20 but not listed in the spec, if the spec > is to be ammended, or the feature to made non-public in api20, or the feature to be moved from > api20 to an implementation package (e.g. core20). > Issues found so far (also see JDO-299): > 1) There are 3 public non-standard features in the api20, which are not declared in the signature > descriptor and not listed the jdo 2.0 spec: > class ObjectIdentity: > public static java.lang.String STRING_DELIMITER; > class JDOHelper: > public javax.jdo.JDOHelper(); > class JDOImplHelper: > public static boolean isClassLoadable(java.lang.String); > 2) There are 56 names and features declared in the signature descriptor but not listed in the jdo 2.0 > spec. See attached file: > features_in_signature_descriptor_but_not_in_jdo20_spec.txt > Martin -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.