Return-Path: Delivered-To: apmail-incubator-beehive-dev-archive@www.apache.org Received: (qmail 94956 invoked from network); 7 May 2005 02:44:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 May 2005 02:44:13 -0000 Received: (qmail 93258 invoked by uid 500); 7 May 2005 02:47:03 -0000 Delivered-To: apmail-incubator-beehive-dev-archive@incubator.apache.org Received: (qmail 93237 invoked by uid 500); 7 May 2005 02:47:02 -0000 Mailing-List: contact beehive-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Beehive Developers" Delivered-To: mailing list beehive-dev@incubator.apache.org Received: (qmail 93221 invoked by uid 99); 7 May 2005 02:47:02 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 06 May 2005 19:47:02 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 46C5D2CD for ; Sat, 7 May 2005 04:44:06 +0200 (CEST) Message-ID: <1827447374.1115433846958.JavaMail.jira@ajax.apache.org> Date: Sat, 7 May 2005 04:44:06 +0200 (CEST) From: "Brian DeHamer (JIRA)" To: beehive-dev@incubator.apache.org Subject: [jira] Created: (BEEHIVE-615) Static _config member in ConfigUtil not uninitialized on servlet destroy() Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Static _config member in ConfigUtil not uninitialized on servlet destroy() -------------------------------------------------------------------------- Key: BEEHIVE-615 URL: http://issues.apache.org/jira/browse/BEEHIVE-615 Project: Beehive Type: Bug Components: NetUI Versions: V1Beta Reporter: Brian DeHamer The static _config member of the org.apache.beehive.netui.util.config.ConfigUtil class is not uninitialized when the destroy() method of the PageFlowActionServlet is called. This causes problems during JUnit testing since a servlet may be init'ed and destroyed a number of times during the course of running various test cases. Since this static variable is not uninitialized when the servlet is destroyed any subsequent initialization of the servlet will result in a ConfigInitializationException with a message stating that "Config initialization already completed; unable to reload the NetUI config file". -- 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