Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 33221 invoked from network); 12 May 2010 10:13:05 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 12 May 2010 10:13:05 -0000 Received: (qmail 60694 invoked by uid 500); 12 May 2010 10:13:05 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 60642 invoked by uid 500); 12 May 2010 10:13:05 -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 60635 invoked by uid 99); 12 May 2010 10:13:05 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 May 2010 10:13:05 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 May 2010 10:13:02 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o4CACeDu018635 for ; Wed, 12 May 2010 10:12:41 GMT Message-ID: <32824905.23411273659160820.JavaMail.jira@thor> Date: Wed, 12 May 2010 06:12:40 -0400 (EDT) From: "Lu Jiang (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Created: (GERONIMO-5302) A successfully deployed war package(contained in a ear package) is not listed on admin console. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org A successfully deployed war package(contained in a ear package) is not listed on admin console. ----------------------------------------------------------------------------------------------- Key: GERONIMO-5302 URL: https://issues.apache.org/jira/browse/GERONIMO-5302 Project: Geronimo Issue Type: Bug Security Level: public (Regular issues) Components: console Affects Versions: 3.0 Environment: OS:WIN XP GERONIMO Build:3.0 SNAPSHOT 2010.5.6 build JDK:1.6 Reporter: Lu Jiang Attachments: sendmail-ear-2.1.1.4.ear Sendmail-ear.ear can be successfully deployed on geronimo 3.0 snapshot. Open http://localhost:8080/sendmail/ in a web browser ,this application works fine. But As far as I can remember if the ear contains a war package and this war package is specifiled in application .xml like: sendmail-war-2.1.1.4.war /sendmail Then on admin console,under Console Navigation/Applicatios,click web App Wars,it/s expected to see an item like this: org.apache.geronimo.samples/sendmail-ear_sendmail-war-2.1.1.4.war/2.1.1/car /sendmail running Stop Restart Uninstall then we can get access to the application via the link /sendmail. But currently on 3.0 snapshot console,the deployed war will not be listed. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.