Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 57206 invoked from network); 4 May 2007 21:06:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 May 2007 21:06:40 -0000 Received: (qmail 92090 invoked by uid 500); 4 May 2007 21:06:45 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 91542 invoked by uid 500); 4 May 2007 21:06:44 -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 91131 invoked by uid 99); 4 May 2007 21:06:43 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 May 2007 14:06:43 -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, 04 May 2007 14:06:35 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 91CB971404A for ; Fri, 4 May 2007 14:06:15 -0700 (PDT) Message-ID: <14303155.1178312775593.JavaMail.jira@brutus> Date: Fri, 4 May 2007 14:06:15 -0700 (PDT) From: "David Jencks (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Closed: (GERONIMO-3134) jpa jndi references can refer to gbeans in the web module, not just in parent modules. This needs to work. In-Reply-To: <20655840.1178177535286.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/GERONIMO-3134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jencks closed GERONIMO-3134. ---------------------------------- Resolution: Fixed I think everything's fixed in rev 535381. > jpa jndi references can refer to gbeans in the web module, not just in parent modules. This needs to work. > ----------------------------------------------------------------------------------------------------------- > > Key: GERONIMO-3134 > URL: https://issues.apache.org/jira/browse/GERONIMO-3134 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Components: web > Affects Versions: 2.0-M5 > Reporter: David Jencks > Assigned To: David Jencks > Fix For: 2.0-M6 > > Attachments: GERONIMO-3134.patch > > > Previously all the jndi references in a web app pointed to gbeans in the parent ear, or to gbeans in completely separate modules. With jpa, a persistence unit can be in a war, so jndi refs need to be able to point to gbeans in the war child configuration. Since the ConfigurationManager doesn't know about these child configurations, we need a different way to find them. I implemented a list of artifactIds (normally one or two for javaee) that let the reference traverse the tree of child configurations until it finds the right one. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.