Thanks, Ryo!

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Friday, March 08, 2002 2:51 PM
> To: [EMAIL PROTECTED]
> Subject: cvs commit: xml-axis/java/src/org/apache/axis/deployment/wsdd
> WSDDDeployableItem.java
> 
> 
> neyama      02/03/08 11:51:07
> 
>   Modified:    java/src/org/apache/axis/deployment/wsdd
>                         WSDDDeployableItem.java
>   Log:
>   Axis comitters:
>   Workaround for the problem that the Handler#init() method 
> of service-specific request handler is not called.
>   
>   Revision  Changes    Path
>   1.26      +1 -0      
> xml-axis/java/src/org/apache/axis/deployment/wsdd/WSDDDeployab
> leItem.java
>   
>   Index: WSDDDeployableItem.java
>   ===================================================================
>   RCS file: 
> /home/cvs/xml-axis/java/src/org/apache/axis/deployment/wsdd/WS
> DDDeployableItem.java,v
>   retrieving revision 1.25
>   retrieving revision 1.26
>   diff -u -r1.25 -r1.26
>   --- WSDDDeployableItem.java 29 Jan 2002 11:23:48 -0000      1.25
>   +++ WSDDDeployableItem.java 8 Mar 2002 19:51:07 -0000       1.26
>   @@ -331,6 +331,7 @@
>                    if ( qname != null )
>                      h.setName(qname.getLocalPart()); 
>                    h.setOptions(getParametersTable());
>   +                h.init();
>                }
>            } else {
>                h = registry.getHandler(getType());
>   
>   
>   
> 

Reply via email to