Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 32524 invoked from network); 28 Jun 2008 03:24:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Jun 2008 03:24:05 -0000 Received: (qmail 30089 invoked by uid 500); 28 Jun 2008 03:24:06 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 30072 invoked by uid 500); 28 Jun 2008 03:24:06 -0000 Mailing-List: contact axis-c-dev-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: "Apache AXIS C Developers List" Reply-To: "Apache AXIS C Developers List" Delivered-To: mailing list axis-c-dev@ws.apache.org Received: (qmail 30061 invoked by uid 99); 28 Jun 2008 03:24:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Jun 2008 20:24:06 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 28 Jun 2008 03:23:25 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id EC2B1234C14C for ; Fri, 27 Jun 2008 20:23:44 -0700 (PDT) Message-ID: <866794955.1214623424966.JavaMail.jira@brutus> Date: Fri, 27 Jun 2008 20:23:44 -0700 (PDT) From: "Damitha Kumarage (JIRA)" To: axis-c-dev@ws.apache.org Subject: [jira] Resolved: (AXIS2C-1205) Redundant adding of handlers into execution chains. In-Reply-To: <556281198.1214489865407.JavaMail.jira@brutus> 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/AXIS2C-1205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Damitha Kumarage resolved AXIS2C-1205. -------------------------------------- Resolution: Fixed I have fixed this and so far no problem reported. > Redundant adding of handlers into execution chains. > --------------------------------------------------- > > Key: AXIS2C-1205 > URL: https://issues.apache.org/jira/browse/AXIS2C-1205 > Project: Axis2-C > Issue Type: Bug > Environment: all > Reporter: Damitha Kumarage > Assignee: Damitha Kumarage > > When adding a new serivce to the configuration I can see that it is calling > axis2_phase_resolver_build_execution_chains_for_svc() function in the following > order > conf_add_svc->svc_grp_add_svd->build_execution_chains_for_svc > What build_execution_chains_for_svc() function doing is for each service operation > retrieve modules from configration and service and add module handlers into operation > phases. But it should be noted that by this time these handlers are already added into > operation phases by call to axis2_phase_resolver_engage_module_globally() function in > the following order > axis2_dep_engine_engage_modules->axis2_conf_engage_module->engage_module_globally > At the same time it is important to note that build_execution_chains_for_svc() function is used > to build execution chains for services added to conf programmatically. This is used for this > purpose from scripting language implementations using Axis2/C. > Keeping this in mind my fix for this problem is attached in the attached patch file -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-c-dev-help@ws.apache.org