Hi,
I am having problems using the SourceGenerator (0.9.5.2) with the following XML Schema
instance fragment:
<xsd:element name="params">
<xsd:complexType content="any" />
</xsd:element>
which reports the following exception:
E:\Program Files\eclipse\workspace\castor\src\build.xml:440: java.lang.NoClassDe
fFoundError: sun/reflect/ConstructorAccessorImpl
When changing this <complexType> definition to
<xsd:element name="params">
<xsd:complexType content="any" >
</xsd:complexType>
</xsd:element>
things are running fine. Any idea why ?
Thanks
Werner
-----------------------------------------------------------
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
unsubscribe castor-dev