You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-dev@xml.apache.org by sn...@apache.org on 2002/09/09 23:15:27 UTC

cvs commit: xml-soap/java/src/org/apache/soap/encoding SOAPMappingRegistry.java

snichol     2002/09/09 14:15:27

  Modified:    java/src/org/apache/soap/encoding SOAPMappingRegistry.java
  Log:
  Remove TODO comments for something that has been handled: it is valid
  to serialize null values (xsi:nil="true") for simple xsd data types.
  
  Revision  Changes    Path
  1.31      +0 -2      xml-soap/java/src/org/apache/soap/encoding/SOAPMappingRegistry.java
  
  Index: SOAPMappingRegistry.java
  ===================================================================
  RCS file: /home/cvs/xml-soap/java/src/org/apache/soap/encoding/SOAPMappingRegistry.java,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- SOAPMappingRegistry.java	30 Aug 2002 21:39:00 -0000	1.30
  +++ SOAPMappingRegistry.java	9 Sep 2002 21:15:27 -0000	1.31
  @@ -255,7 +255,6 @@
   
         if (src == null)
         {
  -        // TODO: should simple types ever serialize a nil?
           SoapEncUtils.generateNullStructure(inScopeEncStyle, javaType, context,
                                              sink, nsStack, xjmr, ctx);
         }
  @@ -290,7 +289,6 @@
   
         if (src == null)
         {
  -        // TODO: should simple types ever serialize a nil?
           SoapEncUtils.generateNullStructure(inScopeEncStyle, javaType, context,
                                              sink, nsStack, xjmr, ctx);
         }
  
  
  

--
To unsubscribe, e-mail:   <ma...@xml.apache.org>
For additional commands, e-mail: <ma...@xml.apache.org>