jochen      2005/07/30 14:12:10

  Modified:    .        status.xml
  Log:
  An IllegalStateException was thrown, if a facet violation was detected in the
  Unmarshaller. This is now changed to a proper ValidationEvent.
  PR: JAXME-62
  
  Revision  Changes    Path
  1.68      +9 -3      ws-jaxme/status.xml
  
  Index: status.xml
  ===================================================================
  RCS file: /home/cvs/ws-jaxme/status.xml,v
  retrieving revision 1.67
  retrieving revision 1.68
  diff -u -r1.67 -r1.68
  --- status.xml        28 Jul 2005 19:47:57 -0000      1.67
  +++ status.xml        30 Jul 2005 21:12:10 -0000      1.68
  @@ -44,20 +44,26 @@
                A sequence was always treated as a required group,
                even if all particles were optional.
         </action>
  -      <action dev="JW" type="fix" content="generator">
  +      <action dev="JW" type="fix" context="generator">
           Added a unit test for mixed content handling. Fixed
           the handling of complex child elements in mixed
           content types.
         </action>
  -      <action dev="JW" type="fix" content="js">
  +      <action dev="JW" type="fix" context="js">
           The method JavaSource.newBeanProperty() was mismatching
           void and boolean when checking for "isFoo" vs. "getFoo".
                (Frederic Ahring, fahring at de.ibm.com)
         </action>
  -      <action dev="JW" type="fix" content="js">
  +      <action dev="JW" type="fix" context="js">
           Got rid of JavaQNameImpl.getInstance(String, boolean).
                (Frederic Ahring, fahring at de.ibm.com)
         </action>
  +      <action dev="JW" type="fix" context="generator">
  +        A facet violation detected by the Unmarshaller was exposed
  +        as an IllegalArgumentException. The IllegalArgumentException
  +        is now trapped and converted to a proper ValidationEvent.
  +        (JAXME-62)
  +      </action>
        </release>
        <release version="0.5beta" date="2005-Jul-13">
          <action dev="JW" type="enhancement" context="generator">
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to