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/WSDDDeployableItem.java
  
  Index: WSDDDeployableItem.java
  ===================================================================
  RCS file: 
/home/cvs/xml-axis/java/src/org/apache/axis/deployment/wsdd/WSDDDeployableItem.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