dims        2002/12/03 05:23:49

  Modified:    java/src/org/apache/axis/encoding/ser ArraySerializer.java
  Log:
  Fix for Bug 14988 - Java2WSDL fails to generate WSDL for beans used only through 
arrays
  
  Revision  Changes    Path
  1.40      +2 -0      
xml-axis/java/src/org/apache/axis/encoding/ser/ArraySerializer.java
  
  Index: ArraySerializer.java
  ===================================================================
  RCS file: 
/home/cvs/xml-axis/java/src/org/apache/axis/encoding/ser/ArraySerializer.java,v
  retrieving revision 1.39
  retrieving revision 1.40
  diff -u -r1.39 -r1.40
  --- ArraySerializer.java      20 Nov 2002 14:59:17 -0000      1.39
  +++ ArraySerializer.java      3 Dec 2002 13:23:49 -0000       1.40
  @@ -356,6 +356,8 @@
                       dimString += "[]";
                       componentType = componentType.getComponentType();
                   }
  +            } else {
  +                types.writeType(componentType,null);
               }
               componentTypeName =
                       types.getQNameString(types.getTypeQName(componentType)) +
  
  
  


Reply via email to