Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 86050 invoked from network); 26 Jun 2007 18:53:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Jun 2007 18:53:01 -0000 Received: (qmail 15589 invoked by uid 500); 26 Jun 2007 18:53:03 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 15471 invoked by uid 500); 26 Jun 2007 18:53:03 -0000 Mailing-List: contact axis-cvs-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-cvs@ws.apache.org Received: (qmail 15460 invoked by uid 500); 26 Jun 2007 18:53:03 -0000 Delivered-To: apmail-ws-axis2-cvs@ws.apache.org Received: (qmail 15457 invoked by uid 99); 26 Jun 2007 18:53:03 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Jun 2007 11:53:03 -0700 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Jun 2007 11:52:59 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 7CFC61A981A; Tue, 26 Jun 2007 11:52:39 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r550910 - /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/context/ConfigurationContextFactory.java Date: Tue, 26 Jun 2007 18:52:39 -0000 To: axis2-cvs@ws.apache.org From: gdaniels@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070626185239.7CFC61A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: gdaniels Date: Tue Jun 26 11:52:38 2007 New Revision: 550910 URL: http://svn.apache.org/viewvc?view=rev&rev=550910 Log: Replace mistakenly commented code, and note that clearly (since nothing broke!) it needs a test case. :) Modified: webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/context/ConfigurationContextFactory.java Modified: webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/context/ConfigurationContextFactory.java URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/context/ConfigurationContextFactory.java?view=diff&rev=550910&r1=550909&r2=550910 ============================================================================== --- webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/context/ConfigurationContextFactory.java (original) +++ webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/context/ConfigurationContextFactory.java Tue Jun 26 11:52:38 2007 @@ -73,7 +73,10 @@ axisConfigurator.engageGlobalModules(); axisConfigurator.loadServices(); addModuleService(configContext); -// initApplicationScopeServices(configContext); + + // TODO: THIS NEEDS A TEST CASE! + initApplicationScopeServices(configContext); + axisConfig.setStart(true); return configContext; } --------------------------------------------------------------------- To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org For additional commands, e-mail: axis-cvs-help@ws.apache.org