Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 75724 invoked from network); 15 May 2007 16:15:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 May 2007 16:15:42 -0000 Received: (qmail 16120 invoked by uid 500); 15 May 2007 16:15:44 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 16015 invoked by uid 500); 15 May 2007 16:15: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 15940 invoked by uid 99); 15 May 2007 16:15:44 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 May 2007 09:15:44 -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; Tue, 15 May 2007 09:15:37 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id DDEA5714072 for ; Tue, 15 May 2007 09:15:16 -0700 (PDT) Message-ID: <19396159.1179245716906.JavaMail.jira@brutus> Date: Tue, 15 May 2007 09:15:16 -0700 (PDT) From: "David Jencks (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Reopened: (GERONIMO-3132) jpa system needs the urls of the jars/dirs with enhanceable classes. In-Reply-To: <17057849.1178177235289.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-3132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jencks reopened GERONIMO-3132: ------------------------------------ Currently this often doesn't work. For instance if you try to deploy daytrader, jpa starts looking for web.war/ejb.jar which of course doesn't exist. > jpa system needs the urls of the jars/dirs with enhanceable classes. > --------------------------------------------------------------------- > > Key: GERONIMO-3132 > URL: https://issues.apache.org/jira/browse/GERONIMO-3132 > 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-M6 > > > jpa PersistenceUnitInfo has a slot for the urls of the jars or directories that contain the classes of interest to the jpa system. We should fill them in with the jar/dir that has the persistence.xml and the manifest classpath entries from that location. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.