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 di...@apache.org on 2005/06/08 14:54:42 UTC

cvs commit: ws-axis/java/src/org/apache/axis/encoding/ser ArraySerializer.java

dims        2005/06/08 05:54:42

  Modified:    java/src/org/apache/axis/encoding/ser ArraySerializer.java
  Log:
  Hopefully this fixes the all-tests regression.
  
  Revision  Changes    Path
  1.73      +3 -0      ws-axis/java/src/org/apache/axis/encoding/ser/ArraySerializer.java
  
  Index: ArraySerializer.java
  ===================================================================
  RCS file: /home/cvs/ws-axis/java/src/org/apache/axis/encoding/ser/ArraySerializer.java,v
  retrieving revision 1.72
  retrieving revision 1.73
  diff -u -r1.72 -r1.73
  --- ArraySerializer.java	8 Jun 2005 03:53:28 -0000	1.72
  +++ ArraySerializer.java	8 Jun 2005 12:54:42 -0000	1.73
  @@ -156,6 +156,9 @@
                   QName componentType = null;
                   if (asf.getComponentType() != null) {
                       componentType = asf.getComponentType();
  +                    if(encoded) {
  +                        componentTypeQName = componentType;
  +                    }
                   }
                   // update factory with the new values
                   factory = (SerializerFactory) tm.getSerializer(componentClass,