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

Mariangela Hills updated STRATOS-979:
-------------------------------------
    Description: 
As the deployment and undeployment of applications has been introduced, the 
following multi-tenant service cluster related code needs to be removed:

@Path("/service/definition")
@Path("/service")
@Path("/service/{serviceType}")
@Path("/service/active")
@Path("/service/definition/{serviceType}")

  was:
As the deployment and undeployment of applications has been introduced, the 
following multi-tenant service cluster related code needs to be removed:

# @POST
    @Path("/service/definition")
# @GET
    @Path("/service")
# @GET
    @Path("/service/{serviceType}")
# @GET
    @Path("/service/active")
# @DELETE
    @Path("/service/definition/{serviceType}")


> Remove code on Multi-tenant service cluster REST APIs
> -----------------------------------------------------
>
>                 Key: STRATOS-979
>                 URL: https://issues.apache.org/jira/browse/STRATOS-979
>             Project: Stratos
>          Issue Type: Sub-task
>          Components: REST API
>    Affects Versions: 4.1.0 M4
>            Reporter: Mariangela Hills
>
> As the deployment and undeployment of applications has been introduced, the 
> following multi-tenant service cluster related code needs to be removed:
> @Path("/service/definition")
> @Path("/service")
> @Path("/service/{serviceType}")
> @Path("/service/active")
> @Path("/service/definition/{serviceType}")



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to