Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 61170 invoked from network); 21 Apr 2008 15:52:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Apr 2008 15:52:48 -0000 Received: (qmail 30460 invoked by uid 500); 21 Apr 2008 15:52:45 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 30408 invoked by uid 500); 21 Apr 2008 15:52:45 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 30388 invoked by uid 99); 21 Apr 2008 15:52:45 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Apr 2008 08:52:45 -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; Mon, 21 Apr 2008 15:51:59 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B0709234C0E6 for ; Mon, 21 Apr 2008 08:49:21 -0700 (PDT) Message-ID: <1057394961.1208792961721.JavaMail.jira@brutus> Date: Mon, 21 Apr 2008 08:49:21 -0700 (PDT) From: "Ruwan Linton (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Updated: (AXIS2-3757) Miss behaviour in adding handlers to the phase when the handler has after attribute In-Reply-To: <1059319121.1208791161746.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/AXIS2-3757?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ruwan Linton updated AXIS2-3757: -------------------------------- Attachment: phase_test.patch Modified the testcase patch as per dims comments to add an fail assertion > Miss behaviour in adding handlers to the phase when the handler has after attribute > ----------------------------------------------------------------------------------- > > Key: AXIS2-3757 > URL: https://issues.apache.org/jira/browse/AXIS2-3757 > Project: Axis 2.0 (Axis2) > Issue Type: Bug > Components: kernel > Affects Versions: nightly > Environment: all env > Reporter: Ruwan Linton > Priority: Blocker > Fix For: 1.4 > > Attachments: phase_test.patch > > > Phase.addHandler(HandlerDescription) has some issues when the handler description has the after attribute, and this behavior causes issues when the phaseLast is set to true. > Synapse faced a critical issue due to this [https://issues.apache.org/jira/browse/SYNAPSE-271] to which Deepal submitted the patch for the axis2 Phase class. > This issue is blocking us and there is no meaning of the after attribute and also the phaseLast attribute due to this issue. -- 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-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-dev-help@ws.apache.org