[ 
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.

Reply via email to