You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Ryo Neyama <ne...@trl.ibm.co.jp> on 2002/03/07 17:14:16 UTC

Handler#init() is not invoked

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