Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 42166 invoked from network); 25 Jul 2007 16:11:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Jul 2007 16:11:07 -0000 Received: (qmail 70347 invoked by uid 500); 25 Jul 2007 16:10:55 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 70257 invoked by uid 500); 25 Jul 2007 16:10:54 -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 70179 invoked by uid 99); 25 Jul 2007 16:10:54 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Jul 2007 09:10:54 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Jul 2007 09:10:51 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 5C05F7141F2 for ; Wed, 25 Jul 2007 09:10:31 -0700 (PDT) Message-ID: <8027195.1185379831374.JavaMail.jira@brutus> Date: Wed, 25 Jul 2007 09:10:31 -0700 (PDT) From: "Prasad Kashyap (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Updated: (GERONIMO-1631) NoSuchConfigException when restarting app after undeploying In-Reply-To: <1585416816.1140045428958.JavaMail.jira@ajax.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/GERONIMO-1631?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Prasad Kashyap updated GERONIMO-1631: ------------------------------------- Fix Version/s: (was: 2.0-M5) 2.0 > NoSuchConfigException when restarting app after undeploying > ----------------------------------------------------------- > > Key: GERONIMO-1631 > URL: https://issues.apache.org/jira/browse/GERONIMO-1631 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Components: deployment > Affects Versions: 1.0 > Reporter: Sachin Patel > Fix For: 2.0 > > Attachments: undeploydependecies.patch > > > If I have config A that imports config B. If undeploy is invoked on B... then... > Module B/B unloaded. > Module B/B uninstalled. > Undeployed B/B > So module B is not being stopped, thus resulting in a NoSuchConfigException on B when the server is restarted. > If A is undeployed before B, then all is ok. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.