Improve diagnostics running XSD2JavaGenerator against bad schema
----------------------------------------------------------------

                 Key: TUSCANY-1063
                 URL: https://issues.apache.org/jira/browse/TUSCANY-1063
             Project: Tuscany
          Issue Type: Improvement
          Components: Java SDO Tools
    Affects Versions: Java-SCA-M3
            Reporter: Scott Kurz
            Priority: Minor
             Fix For: Java-SCA-M3


I gave an invalid XSD file to the XSD2JavaGenerator and had to use the debugger 
to figure out the problem.

It might be nice to do a printStackTrace() on any exception before throwing out 
of main().

Also it might be good to print out simple error messages in the cases that:
 a) the usage was correct but the specified file can't be read
 b) the file can be read but there is no valid schema found

As a sample of the latter here is my invalid schema 

<xsd:schema xmlns:tns="http://helloworld"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema"; elementFormDefault="qualified" 
targetNamespace="http://helloworld";>
     <complexType name="Person">
                <sequence>
                        <element name="firstName" type="string"/>
                        <element name="lastName" type="string"/>
                </sequence>
     </complexType>
</xsd:schema>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to