jochen      2005/05/10 19:42:36

  Modified:    src/xs/org/apache/ws/jaxme/xs/util DTDParser.java
               .        status.xml
  Log:
  Fixed, that the DTD parser wasn't generating complex types properly.
  
  Revision  Changes    Path
  1.4       +2 -1      
ws-jaxme/src/xs/org/apache/ws/jaxme/xs/util/DTDParser.java
  
  Index: DTDParser.java
  ===================================================================
  RCS file: 
/home/cvs/ws-jaxme/src/xs/org/apache/ws/jaxme/xs/util/DTDParser.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- DTDParser.java    9 May 2005 19:20:00 -0000       1.3
  +++ DTDParser.java    11 May 2005 02:42:36 -0000      1.4
  @@ -779,7 +779,8 @@
           parse(syntaxSchema, pInputSource);
           XSSchema schema = context.getXSObjectFactory().newXSSchema(context, 
syntaxSchema);
           setSchema(schema);
  -        addSyntaxSchema(syntaxSchema);
  +             parse(syntaxSchema, pInputSource.getSystemId());
  +             schema.validate();
           return schema;
       }
   
  
  
  
  1.54      +5 -0      ws-jaxme/status.xml
  
  Index: status.xml
  ===================================================================
  RCS file: /home/cvs/ws-jaxme/status.xml,v
  retrieving revision 1.53
  retrieving revision 1.54
  diff -u -r1.53 -r1.54
  --- status.xml        7 May 2005 19:42:27 -0000       1.53
  +++ status.xml        11 May 2005 02:42:36 -0000      1.54
  @@ -36,6 +36,11 @@
          </action>
        </release>
       <release version="0.4" date="Not yet published">
  +      <action dev="JW" type="fix" context="xs">
  +        Fixed, that the DTD parser wasn't generating complex
  +        types properly. (Richard Calmbach,
  +        RichardCalmbach at fairisaac.com)
  +      </action>
          <action dev="JW" type="fix" context="generator">
            The PropertySG didn't distinguish clearly between
            the property name ("foo") and the generated Java
  
  
  

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

Reply via email to