Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 80858 invoked from network); 15 Jun 2009 08:20:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 15 Jun 2009 08:20:20 -0000 Received: (qmail 79651 invoked by uid 500); 15 Jun 2009 08:20:31 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 79550 invoked by uid 500); 15 Jun 2009 08:20:31 -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 79533 invoked by uid 99); 15 Jun 2009 08:20:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Jun 2009 08:20:31 +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; Mon, 15 Jun 2009 08:20:28 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 7ED4D234C1F1 for ; Mon, 15 Jun 2009 01:20:07 -0700 (PDT) Message-ID: <31319225.1245054007518.JavaMail.jira@brutus> Date: Mon, 15 Jun 2009 01:20:07 -0700 (PDT) From: "Rex Wang (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Commented: (GERONIMO-4628) Console plan wizards need to save plans In-Reply-To: <1009325868.1242347805597.JavaMail.jira@brutus> 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 [ https://issues.apache.org/jira/browse/GERONIMO-4628?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12719451#action_12719451 ] Rex Wang commented on GERONIMO-4628: ------------------------------------ Hi David, I'd like to work on this jira and prefer the deployment could always save the plan into car file. I think this cound be achieved in the Deployer GBean, that is, we can get the plan file either the outside one or the inside one and then save it in the META-INF with the uniform name -"plan.xml". Any thoughts? -Rex > Console plan wizards need to save plans > --------------------------------------- > > Key: GERONIMO-4628 > URL: https://issues.apache.org/jira/browse/GERONIMO-4628 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Reporter: David Jencks > Assignee: Rex Wang > Fix For: 2.1.5, 2.2 > > > Currently we have a lot of console wizards that are great at creating basic plans for datasources, security realms, etc etc. However once you've deployed the plan through the wizard the plan is gone gone gone never to be seen again. > The wizards need to do _something_ so the plans are saved on disk somehow. > One possibliity is that deployment could always save the plan into the car file, like the car-maven-plugin does. I'm not certain but I think this would fix the admin console wizard problem as well. > Also it would be very handy if the wizard inserted a comment mentioning the intended target artifact, such as which tranql adapter to use for a datasource plan. > Furthermore you ought to be able to specify all components of the artifact id (groupId, etc) in all the wizards. In fact you should be able to set the default groupId for the whole admin console -- probably your company wants all the groupIds the same. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.