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
    [EMAIL PROTECTED]

Reply via email to