|
From: <jbo...@li...> - 2006-06-23 16:01:49
|
Author: tom...@jb... Date: 2006-06-23 12:01:42 -0400 (Fri, 23 Jun 2006) New Revision: 501 Modified: trunk/docs/wscompileIssues.txt Log: testing notification Modified: trunk/docs/wscompileIssues.txt =================================================================== --- trunk/docs/wscompileIssues.txt 2006-06-22 09:26:14 UTC (rev 500) +++ trunk/docs/wscompileIssues.txt 2006-06-23 16:01:42 UTC (rev 501) @@ -7,3 +7,4 @@ 5. When <xsd:anyAttribute/> is added to a schema type, wscompile will not generate the java type for that schema type. It generates a literalserializer class instead. 6. When <xsd:element name="street" substitutionGroup="avenue"/> substitutionGroup will make wscompile to not generate a Java class but a literalserializer class. 7. Noticed an issue with Nillable Types where wscompile does not generate accessors for byte. This is the reason for the sole failure in XSDToJavaTestCase. + |