Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 69372 invoked from network); 2 Mar 2010 16:08:52 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 2 Mar 2010 16:08:52 -0000 Received: (qmail 34341 invoked by uid 500); 2 Mar 2010 16:08:47 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 34226 invoked by uid 500); 2 Mar 2010 16:08:47 -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 34219 invoked by uid 99); 2 Mar 2010 16:08:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Mar 2010 16:08:47 +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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Mar 2010 16:08:47 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 34A77234C4B2 for ; Tue, 2 Mar 2010 16:08:27 +0000 (UTC) Message-ID: <1940213896.9201267546107213.JavaMail.jira@brutus.apache.org> Date: Tue, 2 Mar 2010 16:08:27 +0000 (UTC) From: "Kevan Miller (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Created: (GERONIMO-5163) Admin console assemble server problems MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Admin console assemble server problems -------------------------------------- Key: GERONIMO-5163 URL: https://issues.apache.org/jira/browse/GERONIMO-5163 Project: Geronimo Issue Type: Bug Security Level: public (Regular issues) Affects Versions: 2.2.1 Reporter: Kevan Miller Priority: Blocker Fix For: 2.2.1 1) The assemble server page is not formatting properly in 2.2.1-SNAPSHOT. Go to assemble server page, click "expert user" and try to scroll down. Unless I make the font type very small, I can't see the system plugins and can't scroll down to them. 2) Also, the default value for "assembly target path" used to default to var/temp. It doesn't default to anything 3) This is a potentially very bad problem (and be very careful testing or you will lose files). The assembly process seems to be trying to clean up after itself -- which is nice. However, if you specify an existing directory, it will wipe out all of the files in your directory. I specified the root directory of my server and it deleted the entire server. Very bad and could have been worse!. We should be generating a temporary directory and only deleting this temporary directory, only. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.