[
https://issues.apache.org/jira/browse/TUSCANY-1389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12513798
]
Jean-Sebastien Delfino commented on TUSCANY-1389:
-------------------------------------------------
I think it's better for the application developer to not have to specify the
(error prone and verbose) xsi:schemaLocation.
My recommendation is:
- download the spec XSDs to a local directory
- add them to the Eclipse XML Catalog (using the Eclipse XML Catalog preference
page)
This will allow you to get XSD based validation, even if you're disconnected to
the network.
Hope this helps. If you agree that this is a solution for your issue, then I
suggest to close the JIRA issue. Thanks.
> published DTD for composite XML Schema needed/useful
> ----------------------------------------------------
>
> Key: TUSCANY-1389
> URL: https://issues.apache.org/jira/browse/TUSCANY-1389
> Project: Tuscany
> Issue Type: Improvement
> Components: Java SCA BigBank Sample, Java SCA Core Runtime, Java SCA
> Samples
> Affects Versions: Java-SCA-0.90
> Environment: java
> Reporter: James Tomkinson
> Priority: Minor
> Attachments: addattributes_knownfromDTD.jpg,
> addchild_knownfromDTD.jpg, openwithxmleditor.jpg
>
>
> Samples should supply a DOCTYPE in *.composite xml files, that points to a
> stored DTD, so that XML editing tools can be used to create/edit/validate XML
> schema. This will enhance productivity/accuracy.
> Example for Hibernate:
> <!DOCTYPE hibernate-configuration PUBLIC
> "-//Hibernate/Hibernate Configuration DTD 3.0//EN"
>
> "http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd">
--
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]