Hi, I uploaded patches for TUSCANY-1372 and TUSCANY-1442. If someone could review and apply these that would be great.
Michael Rogue Wave Software, Inc. - [EMAIL PROTECTED] Software Developer - HydraSDO -----Original Message----- From: Michael Yoder (JIRA) [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 28, 2007 3:58 PM To: [email protected] Subject: [jira] Updated: (TUSCANY-1442) XML Schemas under tuscany/cpp/sca/runtime/extensions are invalid [ https://issues.apache.org/jira/browse/TUSCANY-1442?page=com.atlassian.ji ra.plugin.system.issuetabpanels:all-tabpanel ] Michael Yoder updated TUSCANY-1442: ----------------------------------- Attachment: TUSCANY-1442.txt This patches adds the includes needed to SCA extensions schema in order to make them valid (have definitions for the types they reference). > 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 > Fix For: Cpp-Next > > Attachments: TUSCANY-1442.txt > > > 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-pytho > n.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.xs > d 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
