XML Schemas under tuscany/cpp/sca/runtime/extensions are invalid
----------------------------------------------------------------
Key: TUSCANY-1442
URL: https://issues.apache.org/jira/browse/TUSCANY-1442
Project: Tuscany
Issue Type: Bug
Components: C++ SCA
Environment: all
Reporter: Michael Yoder
The XML Schemas (listed below) for the extensions are invalid. They reference
the SCA schema types without including those schemas. These can be made valid
by adding an include for the sca types. e.g.
<include schemaLocation="../../../../xsd/sca.xsd"/>
tuscany\cpp\sca\runtime\extensions/cpp/xsd/sca-implementation-cpp.xsd
tuscany\cpp\sca\runtime\extensions/cpp/xsd/sca-interface-cpp.xsd
tuscany\cpp\sca\runtime\extensions/php/xsd/sca-implementation-php.xsd
tuscany\cpp\sca\runtime\extensions/python/xsd/sca-implementation-python.xsd
tuscany\cpp\sca\runtime\extensions/python/xsd/sca-interface-python.xsd
tuscany\cpp\sca\runtime\extensions/rest/xsd/sca-binding-rest.xsd
tuscany\cpp\sca\runtime\extensions/rest/xsd/sca-interface-rest.xsd
tuscany\cpp\sca\runtime\extensions/ruby/xsd/sca-implementation-ruby.xsd
tuscany\cpp\sca\runtime\extensions/sca/xsd/sca-binding-sca.xsd
tuscany\cpp\sca\runtime\extensions/ws/xsd/sca-binding-webservice.xsd
--
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]