You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Luciano Resende (JIRA)" <de...@tuscany.apache.org> on 2009/12/18 19:00:22 UTC

[jira] Resolved: (TUSCANY-3397) Add support for identifying the SCA Spec Version for contribution metadata

     [ https://issues.apache.org/jira/browse/TUSCANY-3397?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Luciano Resende resolved TUSCANY-3397.
--------------------------------------

    Resolution: Fixed

Fixed, you can now identify the spec version of the contribution metadata based on the SCA Namespace being used, this means that, for SCA 1.1, specVersion will return http://docs.oasis-open.org/ns/opencsa/sca/200912

> Add support for identifying the SCA Spec Version for contribution metadata
> --------------------------------------------------------------------------
>
>                 Key: TUSCANY-3397
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-3397
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Core Runtime
>    Affects Versions: Java-SCA-2.0
>            Reporter: Luciano Resende
>            Assignee: Luciano Resende
>             Fix For: Java-SCA-2.0
>
>
> Provide the same support we have for Composites, for Contribution Metadata
>    /**
>      * Returns the spec version of the composite used to build this model
>      *
>      * @return the spec version used to build this model
>      */
>     String getSpecVersion();
>     /**
>      * Sets the spec version of the composite used to build this model
>      *
>      * @param specVersion the spec version used to build this model
>      */
>     void setSpecVersion(String specVersion);

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.