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/02/17 16:34:02 UTC

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

dims        2005/02/17 07:34:02

  Modified:    java/src/org/apache/axis/encoding
                        TypeMappingRegistryImpl.java
  Log:
  Fix for the breaking test in marshall2
  
  Revision  Changes    Path
  1.32      +1 -0      ws-axis/java/src/org/apache/axis/encoding/TypeMappingRegistryImpl.java
  
  Index: TypeMappingRegistryImpl.java
  ===================================================================
  RCS file: /home/cvs/ws-axis/java/src/org/apache/axis/encoding/TypeMappingRegistryImpl.java,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- TypeMappingRegistryImpl.java	12 Feb 2005 04:41:20 -0000	1.31
  +++ TypeMappingRegistryImpl.java	17 Feb 2005 15:34:02 -0000	1.32
  @@ -279,6 +279,7 @@
               throw new RuntimeException(org.apache.axis.utils.Messages.getMessage("j2wBadTypeMapping00"));
           }
           registerSOAPENCDefault(tm);
  +        defaultDelTM = new TypeMappingDelegate(tm);
       }
       /**
        * Force registration of the given mapping as the SOAPENC default mapping