You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Jean-Sebastien Delfino (JIRA)" <tu...@ws.apache.org> on 2006/08/16 18:29:13 UTC

[jira] Created: (TUSCANY-630) In sca-core.xsd, base complex types should be abstract

In sca-core.xsd, base complex types should be abstract
------------------------------------------------------

                 Key: TUSCANY-630
                 URL: http://issues.apache.org/jira/browse/TUSCANY-630
             Project: Tuscany
          Issue Type: Bug
          Components: Specification
    Affects Versions: Cpp-current
            Reporter: Jean-Sebastien Delfino
         Assigned To: Jean-Sebastien Delfino


In sca-core.xsd, abstract base complex types should be marked abstract.

I will raise that issue to the OSOA spec workgroup.

    <complexType name="Interface"/>
should be changed to:
    <complexType name="Interface" abstract="true"/> 

    <complexType name="Implementation"/>
should be changed to:
    <complexType name="Implementation" abstract="true"/>

    <complexType name="Binding">
should be changed to:
    <complexType name="Binding" abstract="true">



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] Updated: (TUSCANY-630) In sca-core.xsd, base complex types should be abstract

Posted by "ant elder (JIRA)" <tu...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/TUSCANY-630?page=all ]

ant elder updated TUSCANY-630:
------------------------------

    Fix Version/s: Cpp-current

> In sca-core.xsd, base complex types should be abstract
> ------------------------------------------------------
>
>                 Key: TUSCANY-630
>                 URL: http://issues.apache.org/jira/browse/TUSCANY-630
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Specification
>    Affects Versions: Cpp-current
>            Reporter: Jean-Sebastien Delfino
>         Assigned To: Jean-Sebastien Delfino
>             Fix For: Cpp-current
>
>
> In sca-core.xsd, abstract base complex types should be marked abstract.
> I will raise that issue to the OSOA spec workgroup.
>     <complexType name="Interface"/>
> should be changed to:
>     <complexType name="Interface" abstract="true"/> 
>     <complexType name="Implementation"/>
> should be changed to:
>     <complexType name="Implementation" abstract="true"/>
>     <complexType name="Binding">
> should be changed to:
>     <complexType name="Binding" abstract="true">

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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