Return-Path: Delivered-To: apmail-axis-java-dev-archive@www.apache.org Received: (qmail 74687 invoked from network); 6 Jan 2011 08:48:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 6 Jan 2011 08:48:11 -0000 Received: (qmail 61704 invoked by uid 500); 6 Jan 2011 08:48:10 -0000 Delivered-To: apmail-axis-java-dev-archive@axis.apache.org Received: (qmail 61562 invoked by uid 500); 6 Jan 2011 08:48:10 -0000 Mailing-List: contact java-dev-help@axis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@axis.apache.org Delivered-To: mailing list java-dev@axis.apache.org Received: (qmail 61551 invoked by uid 99); 6 Jan 2011 08:48:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Jan 2011 08:48:10 +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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Jan 2011 08:48:08 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id p068lkaA017307 for ; Thu, 6 Jan 2011 08:47:46 GMT Message-ID: <3385664.183191294303666353.JavaMail.jira@thor> Date: Thu, 6 Jan 2011 03:47:46 -0500 (EST) From: "Afkham Azeez (JIRA)" To: java-dev@axis.apache.org Subject: [jira] Resolved: (AXIS2-3962) Engagle custom handlers per operation MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/AXIS2-3962?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:all-tabpanel ] Afkham Azeez resolved AXIS2-3962. --------------------------------- Resolution: Not A Problem > Engagle custom handlers per operation > ------------------------------------- > > Key: AXIS2-3962 > URL: https://issues.apache.org/jira/browse/AXIS2-3962 > Project: Axis2 > Issue Type: Bug > Components: modules > Affects Versions: 1.3 > Environment: Windows XP SP2 - Axis 1.3 - Rampart 1.3 > Reporter: Gr=C3=A9gory Provost > Priority: Minor > > Hello, > I'm using Axis 1.3. > I'm using a module () with several custom ha= ndlers. Everything is working fine when the module is engaged at service l= evel (service.xml : ). > I'm now trying to engage the same module but at operation level (Reason := no validation required for the Ping operation). > In order to perfom that, I modified my service.xml in order to register m= y module for one particular operation: > =09 > =09 ping=09 http://wsdl.notary.be/QueryPhysicalPersonService/QueryPhysical= PersonService/PingResponse > =09 urn:PingNota= ryFault > =09 http://wsdl.no= tary.be/QueryPhysicalPersonService/QueryPhysicalPersonService/Ping/Fault/Fa= ultName > =09 > > =20 > QueryOnNationalNumber > http://wsdl.notary.be/QueryPhysicalPersonService/Que= ryPhysicalPersonService/QueryOnNationalNumberResponse > =09 urn:QueryOnN= ationalNumberNotaryFault > =09 http://wsdl.no= tary.be/QueryPhysicalPersonService/QueryPhysicalPersonService/QueryOnNation= alNumber/Fault/FaultName > > Problem: the module is still engaged at service level !!!!!! and not only= for the "QueryOnNationalNumber" operation. > I also tried to engage the module dynamically using the ServiceLifeCycle = (startUp event). But at this stage the AxisService is not yet fully config= ured and does not contain any AxisOperation (service.getOperations empty). > Do I miss something something with the configuration? > Thanks > Gr=C3=A9gory --=20 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: java-dev-unsubscribe@axis.apache.org For additional commands, e-mail: java-dev-help@axis.apache.org