Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 73067 invoked from network); 8 Aug 2006 22:40:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 8 Aug 2006 22:40:05 -0000 Received: (qmail 36656 invoked by uid 500); 8 Aug 2006 22:40:04 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 36007 invoked by uid 500); 8 Aug 2006 22:40:03 -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 35996 invoked by uid 99); 8 Aug 2006 22:40:02 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Aug 2006 15:40:02 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Aug 2006 15:40:01 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id CC3C27141F2 for ; Tue, 8 Aug 2006 22:37:13 +0000 (GMT) Message-ID: <19580941.1155076633824.JavaMail.jira@brutus> Date: Tue, 8 Aug 2006 15:37:13 -0700 (PDT) From: "Bill Dudney (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Created: (GERONIMO-2302) Unable to deploy from the console MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Unable to deploy from the console --------------------------------- Key: GERONIMO-2302 URL: http://issues.apache.org/jira/browse/GERONIMO-2302 Project: Geronimo Issue Type: Bug Security Level: public (Regular issues) Components: deployment Affects Versions: 1.2 Reporter: Bill Dudney the m2 build makes a server that is not able to deploy from the console The DeploymentFactoryImpl is never started. In the 1.1.1 package (built with m1) the DFI is started by the hot-deploy car, which is commented out in the 1.2 branch (i.e. trunk). Uncommenting that leads to a class not found problem. I added the jsr88 package to the dependencies in the configs/hot-deployer/pom.xml and uncommented the hot-deployer from the list of configs to include by default and things start working again. I have a patch that 'fixes' this (and will attach it) but I think the real problme is elsewhere. Could be that the car plugin is not including transitive dependencies (not sure cause I still don't grok car's). -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira