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/09/26 01:42:16 UTC

[jira] Resolved: (TUSCANY-3280) Tidy up the supported Scopes as described in JavaCAA 1.1 spec

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

Luciano Resende resolved TUSCANY-3280.
--------------------------------------

    Resolution: Fixed

Fixed. Removed support for obsolete scopes and the runtime now throws exception when invalid scope is used.

> Tidy up the supported Scopes as described in JavaCAA 1.1 spec
> -------------------------------------------------------------
>
>                 Key: TUSCANY-3280
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-3280
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Java Implementation Extension
>    Affects Versions: Java-SCA-2.0
>            Reporter: Luciano Resende
>             Fix For: Java-SCA-2.0
>
>
> 103	Scopes are specified using the @Scope annotation on the implementation class. 
> 104	This specification defines two scopes: 
> 105		STATELESS 
> 106		COMPOSITE
> We should remove the support for REQUEST scope and any extra ones defined in Tuscany as our current Scope annotation in trunk is defined as :
> public @interface Scope {
>     /**
>      * The name of the scope. Values currently defined by the specification are:
>      * <ul>
>      * <li>STATELESS (default)</li>
>      * <li>REQUEST</li>
>      * <li>CONVERSATION</li>
>      * <li>COMPOSITE</li>
>      * </ul>
>      *
>      * @return the name of the scope
>      */

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