You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@usergrid.apache.org by "Jeffrey (JIRA)" <ji...@apache.org> on 2015/07/13 05:38:06 UTC

[jira] [Updated] (USERGRID-504) Querying by application name in rest test framework doesn't work

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

Jeffrey  updated USERGRID-504:
------------------------------
    Sprint: Usergrid 27

> Querying by application name in rest test framework doesn't work
> ----------------------------------------------------------------
>
>                 Key: USERGRID-504
>                 URL: https://issues.apache.org/jira/browse/USERGRID-504
>             Project: Usergrid
>          Issue Type: Story
>            Reporter: George Reyes
>            Assignee: George Reyes
>             Fix For: 2.1.0
>
>
>  
> The following call doesn't work 
> management().orgs().organization( clientSetup.getOrganizationName() )
>                         .app().addToPath( clientSetup.getAppName())
> but this call does
> management().orgs().organization( clientSetup.getOrganizationName() )
>                         .app().addToPath( clientSetup.getAppUuid())
> The reason being it seems like the application name under the management side also includes the org name as part of its identify but when forming rest calls it doesn't work. Thats why when the name doesn't work the uuid still does . Ideally it should just have the application name as part of its identity. 



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