You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Yang ZHONG (JIRA)" <tu...@ws.apache.org> on 2007/02/12 19:13:05 UTC

[jira] Commented: (TUSCANY-1063) Improve diagnostics running XSD2JavaGenerator against bad schema

    [ https://issues.apache.org/jira/browse/TUSCANY-1063?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12472373 ] 

Yang ZHONG commented on TUSCANY-1063:
-------------------------------------

See also http://issues.apache.org/jira/browse/TUSCANY-152

> 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-M2
>            Reporter: Scott Kurz
>            Priority: Minor
>             Fix For: Java-SDO-Mx
>
>
> 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.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org