Return-Path: Delivered-To: apmail-db-jdo-dev-archive@www.apache.org Received: (qmail 79594 invoked from network); 7 Sep 2007 21:18:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Sep 2007 21:18:52 -0000 Received: (qmail 10614 invoked by uid 500); 7 Sep 2007 21:18:46 -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 10603 invoked by uid 99); 7 Sep 2007 21:18:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Sep 2007 14:18:46 -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, 07 Sep 2007 21:18:51 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 7AEFE71420B for ; Fri, 7 Sep 2007 14:18:31 -0700 (PDT) Message-ID: <16980283.1189199911498.JavaMail.jira@brutus> Date: Fri, 7 Sep 2007 14:18:31 -0700 (PDT) From: "Craig Russell (JIRA)" To: jdo-dev@db.apache.org Subject: [jira] Updated: (JDO-452) Provide interfaces that extend both JDO and JPA In-Reply-To: <26403531.1165808960977.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-452?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Craig Russell updated JDO-452: ------------------------------ Attachment: jdo-452.patch Please review this patch. It adds two interfaces, JDOEntityManager that extends javax.persistence.EntityManager and javax.jdo.PersistenceManager; and JDOEntityManagerFactory that extends javax.persistence.EntityManagerFactory and javax.jdo.PersistenceManagerFactory. It also updates the manifest for OSGi and the maven dependency (uses an Apache version of the Persistence jar file). Note that the API2.MF file had the line endings changed so the diff is bigger than the change (which is only adding one line to import the javax.persistence package). > Provide interfaces that extend both JDO and JPA > ----------------------------------------------- > > Key: JDO-452 > URL: https://issues.apache.org/jira/browse/JDO-452 > Project: JDO > Issue Type: New Feature > Components: api2 > Affects Versions: JDO 2 final > Reporter: Michelle Caisse > Assignee: Craig Russell > Fix For: JDO 2 maintenance release 1 > > Attachments: jdo-452.patch > > > Provide interfaces that extend both JDO and JPA in order to make it easier to migrate applications from JDO to JPA. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.