From dev-return-68459-apmail-geronimo-dev-archive=geronimo.apache.org@geronimo.apache.org Wed Oct 01 16:46:36 2008 Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 78862 invoked from network); 1 Oct 2008 16:46:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Oct 2008 16:46:36 -0000 Received: (qmail 12741 invoked by uid 500); 1 Oct 2008 16:46:34 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 12451 invoked by uid 500); 1 Oct 2008 16:46:33 -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 12440 invoked by uid 99); 1 Oct 2008 16:46:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Oct 2008 09:46:33 -0700 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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Oct 2008 16:45:39 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 62CF7234C1F8 for ; Wed, 1 Oct 2008 09:45:44 -0700 (PDT) Message-ID: <163962133.1222879544400.JavaMail.jira@brutus> Date: Wed, 1 Oct 2008 09:45:44 -0700 (PDT) From: "David Jencks (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Created: (GERONIMO-4329) plan create for web app doesn't work if app contains compiled jsps MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org plan create for web app doesn't work if app contains compiled jsps ------------------------------------------------------------------ Key: GERONIMO-4329 URL: https://issues.apache.org/jira/browse/GERONIMO-4329 Project: Geronimo Issue Type: Bug Security Level: public (Regular issues) Components: PlanCreator Affects Versions: 2.2 Reporter: David Jencks If you try to use the plan creator on a web app with precompiled jsps nothing happens when you click "create". If you look on the system logs page you can discover that the abstract web module builder (I think) couldn't load one of the jsp/servlet classes. I think all the plan creator stuff should start with a page where you can specify dependencies, before it tries to load any classes. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.