Return-Path: Delivered-To: apmail-incubator-geronimo-dev-archive@www.apache.org Received: (qmail 79655 invoked from network); 30 Aug 2003 02:37:39 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 30 Aug 2003 02:37:39 -0000 Received: (qmail 44259 invoked by uid 500); 30 Aug 2003 02:37:06 -0000 Delivered-To: apmail-incubator-geronimo-dev-archive@incubator.apache.org Received: (qmail 44192 invoked by uid 500); 30 Aug 2003 02:37:06 -0000 Mailing-List: contact geronimo-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: geronimo-dev@incubator.apache.org Delivered-To: mailing list geronimo-dev@incubator.apache.org Received: (qmail 44164 invoked from network); 30 Aug 2003 02:37:06 -0000 Received: from unknown (HELO hogshead.codehaus.org) (66.216.68.111) by daedalus.apache.org with SMTP; 30 Aug 2003 02:37:06 -0000 Received: from hogshead.codehaus.org (hogshead.codehaus.org [66.216.68.111]) by hogshead.codehaus.org (8.11.6/8.11.6) with ESMTP id h7U2mA121577 for ; Fri, 29 Aug 2003 21:48:15 -0500 Message-ID: <6113354.1062211690470.JavaMail.orion@hogshead.codehaus.org> Date: Fri, 29 Aug 2003 21:48:10 -0500 (CDT) From: jira@codehaus.org To: geronimo-dev@incubator.apache.org Subject: [jira] Commented: (GERONIMO-10) Start of JSR-88 Console Deployer Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N The following comment has been added to this issue: Author: Aaron Mulder Created: Fri, 29 Aug 2003 9:48 PM Body: Another rev to this patch. Now you can run the deployer with or without a command-line argument. It provides stubs for nearly all the DM functionality, though mostly only the configuration and the super-easy stuff is implemented. As for the configuration interface, now you can edit properties, including child beans and creating and removing entries for indexed properties, and you can save and load the server-specific deployment information to/from local files. There are placeholders for editing the standard DDs and working with the web services DD, but that stuff isn't implemented yet. Also note that loading saved deployment info currently fails due to an unresolved problem with Castor looking up its XML parser. I'm willing to switch to XBeans, but not sure if I should. Anyway, the current rev of the attachments is: - cli_and_deployable_obj_v4.zip - DDBean_DConfigBean_v4.patch - ejb-jar.xml (put in an empty JAR for testing as before) --------------------------------------------------------------------- View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=GERONIMO-10 Here is an overview of the issue: --------------------------------------------------------------------- Key: GERONIMO-10 Summary: Start of JSR-88 Console Deployer Type: Improvement Status: Assigned Priority: Major Time Spent: Unknown Remaining: 1 hour Project: Apache Geronimo Components: core Assignee: Jeremy Boynes Reporter: Aaron Mulder Created: Sat, 23 Aug 2003 2:39 AM Updated: Fri, 29 Aug 2003 9:40 PM Description: Hook up the JSR-88 DDBeans and DConfigBeans, and start a console-based deployer. Right now it just starts navigating the EJB DD and printing info to the screen, but it's enough to show it working. This includes: - fixes to DDBeans and DConfigBeans to make them work well together - a new tool implementation of DeployableObject for EJB JAR (with subclass) - a new CLI console package, which right now consists solely of a command-line deployer. I assume this will be expanded in the future. --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira