You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlbeans.apache.org by ce...@apache.org on 2003/12/12 01:00:31 UTC

cvs commit: xml-xmlbeans/v2/src/marshal/org/apache/xmlbeans/impl/marshal ByNameUnmarshaller.java

cezar       2003/12/11 16:00:31

  Modified:    v2/src/marshal/org/apache/xmlbeans/impl/marshal
                        ByNameUnmarshaller.java
  Log:
  comment out an assert to keep drts running.
  
  CR: Scott
  
  Revision  Changes    Path
  1.7       +3 -1      xml-xmlbeans/v2/src/marshal/org/apache/xmlbeans/impl/marshal/ByNameUnmarshaller.java
  
  Index: ByNameUnmarshaller.java
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/v2/src/marshal/org/apache/xmlbeans/impl/marshal/ByNameUnmarshaller.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- ByNameUnmarshaller.java	8 Dec 2003 07:16:35 -0000	1.6
  +++ ByNameUnmarshaller.java	12 Dec 2003 00:00:31 -0000	1.7
  @@ -147,9 +147,11 @@
               prop.fill(inter, prop_val);
           }
           catch (InvalidLexicalValueException ilve) {
  +            // (cezar) Todo: for Scott to take a look
               //error messages should have been added to the context by this
               //point, so we'll just skip calling any setters and keep on going
  -            assert !context.getErrors().isEmpty();
  +            //context.addError(ilve.getMessage());
  +            //assert !context.getErrors().isEmpty();
           }
       }
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xmlbeans-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xmlbeans-cvs-help@xml.apache.org