Return-Path: Delivered-To: apmail-xml-axis-dev-archive@xml.apache.org Received: (qmail 89689 invoked by uid 500); 7 Mar 2002 16:14:19 -0000 Mailing-List: contact axis-dev-help@xml.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@xml.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-dev@xml.apache.org Received: (qmail 89680 invoked from network); 7 Mar 2002 16:14:18 -0000 Message-ID: <000f01c1c5f3$21e89520$b71f4409@neyama1> From: "Ryo Neyama" To: Subject: Handler#init() is not invoked Date: Fri, 8 Mar 2002 01:14:16 +0900 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Axis comitters: I found a problem that the Handler#init() method of service-specific request handler is not called. The following patch is a workaround for the problem. Index: java/src/org/apache/axis/deployment/wsdd/WSDDDeployableItem.java =================================================================== RCS file: /home/cvs/xml-axis/java/src/org/apache/axis/deployment/wsdd/WSDDDeploy ableItem.java,v retrieving revision 1.25 diff -r1.25 WSDDDeployableItem.java 333a334 > h.init(); I inserted h.init() call just after WSDDDeployableItem set options for the handler by calling Handler#setOption() method. If my change to Axis is reasonable for you, I will commit this change. If you have any comments, please let me know. Best regards, Ryo Neyama @ IBM Research, Tokyo Research Laboratory Internet Technology neyama@trl.ibm.co.jp