I get a ClassCastException wenn I call SourceGenerator to generate javasources from 
the XMLife 2.9.90 Schema. The Problem is the base attribute used in an extension tag:

...
<xsd:element name="KeyValue">
                <xsd:complexType>
                        <xsd:simpleContent>
                                <xsd:extension base="xsd:anyType">
                                        <xsd:attribute name="VendorTC" 
type="ACORD_TYPE_CODE" use="optional"/>
                                </xsd:extension>
                        </xsd:simpleContent>
                </xsd:complexType>
</xsd:element>
...

If I delete this attribute I get javasources, the question is, are they correct then 
to unmarshal a xml instance?

But if I do it that way I get this Warnign about 4 times:

Warning : For XML Compatibility IDREF should be used only as attributes 


The other Problem is that he wants to override several geerated javasources. Confusing 
is that he asks this, when I call it the first time, so in my opinion he generates 
some files twice?! And the result are about 4207 files generated.

any suggests soving this problem or experience, workarounds
_____________________________________________________________________
Der WEB.DE Virenschutz schuetzt Ihr Postfach vor dem Wurm Beagle.A-J!
Kostenfrei fuer FreeMail Nutzer. http://f.web.de/?mc=021158

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

Reply via email to