From jdo-dev-return-5806-apmail-db-jdo-dev-archive=www.apache.org@db.apache.org Fri Jun 08 16:52:46 2007 Return-Path: Delivered-To: apmail-db-jdo-dev-archive@www.apache.org Received: (qmail 55476 invoked from network); 8 Jun 2007 16:52:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Jun 2007 16:52:46 -0000 Received: (qmail 2647 invoked by uid 500); 8 Jun 2007 16:52:50 -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 2636 invoked by uid 99); 8 Jun 2007 16:52:50 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Jun 2007 09:52:50 -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, 08 Jun 2007 09:52:46 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id F060471417D for ; Fri, 8 Jun 2007 09:52:25 -0700 (PDT) Message-ID: <24427401.1181321545982.JavaMail.jira@brutus> Date: Fri, 8 Jun 2007 09:52:25 -0700 (PDT) From: "Matthew T. Adams (JIRA)" To: jdo-dev@db.apache.org Subject: [jira] Created: (JDO-496) Add just "name" property to PMF, in addition to "persistenceUnitName" MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Add just "name" property to PMF, in addition to "persistenceUnitName" --------------------------------------------------------------------- Key: JDO-496 URL: https://issues.apache.org/jira/browse/JDO-496 Project: JDO Issue Type: Improvement Components: api2, api2-legacy Reporter: Matthew T. Adams Assignee: Matthew T. Adams Fix For: JDO 2 maintenance release 1 Add a property called "name" to PMF and use it to find named PMFs via jdoconfig.xml lookup, and support property "persistenceUnitName" as another PMF property. A named PMF may also contain a persistenceUnitName property, which is passed along to the PMF implementation. We need to clarify the desired behavior if no named PMF is found via the name property. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.