Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 82543 invoked from network); 9 Jul 2006 03:40:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 9 Jul 2006 03:40:52 -0000 Received: (qmail 47918 invoked by uid 500); 9 Jul 2006 03:38:41 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 47656 invoked by uid 500); 9 Jul 2006 03:38:40 -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 47612 invoked by uid 99); 9 Jul 2006 03:38:39 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 08 Jul 2006 20:38:39 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 08 Jul 2006 13:29:23 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 227654104CC for ; Sat, 8 Jul 2006 20:27:31 +0000 (GMT) Message-ID: <4530498.1152390451138.JavaMail.jira@brutus> Date: Sat, 8 Jul 2006 20:27:31 +0000 (GMT+00:00) From: "David Jencks (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Commented: (GERONIMO-2125) Classpath entries in the web app archive META-INF/MANIFEST.MF are not added to the wep app class path In-Reply-To: <13258320.1150382009848.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 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/GERONIMO-2125?page=comments#action_12419880 ] David Jencks commented on GERONIMO-2125: ---------------------------------------- I can't reproduce this problem on 1.2 or 1.1. I'm attaching a little maven 2 project that builds an ear with a jar, war, and ejb-jar. All the classes are in the jar, and the servlet and ejb seem to deploy fine, and the servlet works. Can you compare this to your app and see if there are any obvious differences? If you can supply an app having this problem that would be extremely helpful. > Classpath entries in the web app archive META-INF/MANIFEST.MF are not added to the wep app class path > ----------------------------------------------------------------------------------------------------- > > Key: GERONIMO-2125 > URL: http://issues.apache.org/jira/browse/GERONIMO-2125 > Project: Geronimo > Type: Bug > Security: public(Regular issues) > Components: deployment > Versions: 1.1 > Environment: 1.1 release > Reporter: Mario Ruebsam > Assignee: David Jencks > Priority: Blocker > Fix For: 1.2, 1.1.1 > > A working EAR for Geronimo 1.0 with this structure: > app.ear/ > app.jar > cpa.jar > found.jar > webclient.war > The util JARs are referenced from the webclient.war/META-INF/MANIFEST.MF > Class-Path: app.jar cpa.jar found.jar > Deployment of this EAR in G 1.1-rc1 result in ClassNotFoundExceptions because > of the missing classes in the JARs which are not found. > Putting the JARs into the webclient.war/WEB-INF/lib worked. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira