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.

Reply via email to