Hi Cristian, CastorXML currently doesn't have support for all possible schema constructs. According to the failure message the 'bit1' datatype seams to be not supported yet. As far as I know, binding file will not help to resolve this.
I think there are 2 options: - use a different datatype in your schema (not possible in most cases) - add support for the new datatype to castor To check if there are more problems with your schema I suggest to temporary change 'bit1' to another datatype. The problem with the 'bit1' datatype (from schema) may be that there is no corresponding datatype available in Java. Regards Ralf Christian Kaiser schrieb: > Hi, > i want to use castor for a complex schema, > which can be found here... > http://djfux.phyxe.org/xmt-a.xsd > > I used castor before in a small project, > where it worked pretty good. > > When I use the SourceGenerator with the schema, > I get the warning: > "the w3c datatype is 'bit1' is not currently supported by CSG" > > is this schema too heavy for castor, (for now)? > If not, can I use a Binding File to make it bindable and how much > estimated work would that be? > > Thanks a lot, > Christian > > > > > ------------------------------------------------- > If you wish to unsubscribe from this list, please send an empty message > to the following address: > > [EMAIL PROTECTED] > ------------------------------------------------- -- Syscon Ingenieurbüro für Meß- und Datentechnik GmbH Ralf Joachim Raiffeisenstraße 11 D-72127 Kusterdingen Germany Tel. +49 7071 3690 52 Mobil: +49 173 9630135 Fax +49 7071 3690 98 Email: [EMAIL PROTECTED] Web: www.syscon-world.de ------------------------------------------------- If you wish to unsubscribe from this list, please send an empty message to the following address: [EMAIL PROTECTED] -------------------------------------------------

