You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Michael Yoder (JIRA)" <tu...@ws.apache.org> on 2007/07/17 02:45:11 UTC

[jira] Created: (TUSCANY-1442) XML Schemas under tuscany/cpp/sca/runtime/extensions are invalid

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: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Updated: (TUSCANY-1442) XML Schemas under tuscany/cpp/sca/runtime/extensions are invalid

Posted by "Michael Yoder (JIRA)" <tu...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-1442?page=com.atlassian.jira.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-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: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Resolved: (TUSCANY-1442) XML Schemas under tuscany/cpp/sca/runtime/extensions are invalid

Posted by "Michael Yoder (JIRA)" <tu...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-1442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Yoder resolved TUSCANY-1442.
------------------------------------

    Resolution: Fixed

Resolved with applied patch.

> 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-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: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org