Hi All, So I've got a schema with two complexTypes that are abstract (call them A and B). Two other complexTypes have children that are of the abstract types (call them C and D). Castor generates the code so that the abstract complexTypes (A and B) have corresponding abstract classes, but in the descriptor classes for C and D, there is code that tries to instantiate A and B, which obviously is invalid.
I assume I can fix this by changing my schema, but I was wondering if there was some configuration setting I missed or if this is just an odd bug. Thanks, Dan ------------------------------------------------- If you wish to unsubscribe from this list, please send an empty message to the following address: [EMAIL PROTECTED] -------------------------------------------------

