From dev-return-49943-apmail-geronimo-dev-archive=geronimo.apache.org@geronimo.apache.org Thu May 03 07:22:41 2007 Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 12667 invoked from network); 3 May 2007 07:22:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 May 2007 07:22:38 -0000 Received: (qmail 14568 invoked by uid 500); 3 May 2007 07:22:44 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 13989 invoked by uid 500); 3 May 2007 07:22:42 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 13973 invoked by uid 99); 3 May 2007 07:22:42 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 May 2007 00:22:42 -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; Thu, 03 May 2007 00:22:35 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 5210971406E for ; Thu, 3 May 2007 00:22:15 -0700 (PDT) Message-ID: <8961875.1178176935298.JavaMail.jira@brutus> Date: Thu, 3 May 2007 00:22:15 -0700 (PDT) From: "David Jencks (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Created: (GERONIMO-3131) jpa system needs to match up single persistence unit with unnamed ref to it MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org jpa system needs to match up single persistence unit with unnamed ref to it --------------------------------------------------------------------------- Key: GERONIMO-3131 URL: https://issues.apache.org/jira/browse/GERONIMO-3131 Project: Geronimo Issue Type: Bug Security Level: public (Regular issues) Components: persistence Affects Versions: 2.0-M5 Reporter: David Jencks Assigned To: David Jencks Fix For: 2.0-M5 If a persistence unit ref or persistence context ref doesn't include the target persistence unit's name, its supposed to match up with a unique persistence unit from the same app. With out cmp impl, this means we have to check for 2 persistence units and pick the non-cmp one. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.