Hi Castor List,

I get an IllegalArgumentException at runtime when trying to unmarshal an

xml file. The error is caused by a value not being a valid TypeType. The

value is 'skill', and here it is in the xsd file:

....
 <xsd:extension base="xsd:string">
   <xsd:attribute name="type">
     <xsd:simpleType>
       <xsd:restriction base="xsd:string">
  <xsd:enumeration value="skill" />
...

How can I make the SourceGenerator add it to the TypeType.java file? I
can modify the file manually, and get it to work, but I don't want to do

it this way.

Regards,

Ron

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-dev

Reply via email to