Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 8975 invoked from network); 14 May 2009 08:59:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 14 May 2009 08:59:10 -0000 Received: (qmail 21361 invoked by uid 500); 14 May 2009 08:59:08 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 21250 invoked by uid 500); 14 May 2009 08:59:08 -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 21043 invoked by uid 99); 14 May 2009 08:59:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 May 2009 08:59:07 +0000 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; Thu, 14 May 2009 08:59:05 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id AC1B5234C056 for ; Thu, 14 May 2009 01:58:45 -0700 (PDT) Message-ID: <1215848053.1242291525704.JavaMail.jira@brutus> Date: Thu, 14 May 2009 01:58:45 -0700 (PDT) From: "Charith Dhanushka Wickramarachchi (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Updated: (AXIS2-4347) Improve Axis Observer Behaviour In-Reply-To: <1210178715.1242196605629.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/AXIS2-4347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Charith Dhanushka Wickramarachchi updated AXIS2-4347: ----------------------------------------------------- Attachment: axis-observer.patch This is done according to the way purposed by Deepal by adding a AxisDescription reference to the AxisEvent > Improve Axis Observer Behaviour > ------------------------------- > > Key: AXIS2-4347 > URL: https://issues.apache.org/jira/browse/AXIS2-4347 > Project: Axis 2.0 (Axis2) > Issue Type: Wish > Environment: any > Reporter: Charith Dhanushka Wickramarachchi > Priority: Minor > Attachments: axis-observer.patch, axis-observer.patch > > > Currently AxisObserver does not get notified when a Module engaged or disengaged in the Runtime. > So to have that behaviour i would like purpose to add two Axis events Named MODULE_ENGAGED , MODULE_DISENGAGED > and in the new behaviour when a module get engaged/disengaged to a Service or to an Operation AxisObserver will get notified with > above Events. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.