George Reyes created USERGRID-504:
-------------------------------------

             Summary: 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


 
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)

Reply via email to