Hi,
when defining a SimpleType as follows:
<xsd:simpleType name='DD29'>
<xsd:restriction base='xsd:positiveInteger'>
<xsd:maxInclusive value='99999'/>
</xsd:restriction>
</xsd:simpleType>
and then firing a field (of type DD29) at the generated source code, which
has 10.0 as value, leads to a java.lang.NumberFormatException.
Shouldn't this be properly caught and thrown as a SAXException ?
Philippe
-----------------------------------------------------------
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
unsubscribe castor-dev