I think this should fix it, please verify. Changing line 1202-1203 of
file SourceGenerator.java in function createClasses(ElementDecl,
SGStateInfo) from
//--make sure we create a class for any top level element
if(elementDecl.getParent().getStructureType() != Structure.SCHEMA)
to
//--make sure we DO NOT create a class for every top level element, only
ones with anonymous top-level complex types
if(elementDecl.getParent().getStructureType() == Structure.SCHEMA)
test case will come, as soon as I can figure out what I am doing wrong
in writing my last test case or someone responds to my test case e-mail
question. Most people on vacation so I don't expect a quick response.
thanks,
Dean
-----------------------------------------------------------
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
unsubscribe castor-dev
