You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by sn...@apache.org on 2014/03/10 17:21:33 UTC

[24/50] [abbrv] git commit: Fixed all tests, and code. Tomcat issue still persists.

Fixed all tests, and code. Tomcat issue still persists.


Project: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/commit/8e22ba1c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/tree/8e22ba1c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/diff/8e22ba1c

Branch: refs/heads/master
Commit: 8e22ba1c4a58a47c01e8c952a718a312f5469cbd
Parents: 338ed4c
Author: grey <gr...@apigee.com>
Authored: Tue Mar 4 17:26:02 2014 -0800
Committer: grey <gr...@apigee.com>
Committed: Tue Mar 4 17:26:02 2014 -0800

----------------------------------------------------------------------
 .../management/organizations/applications/ApplicationResource.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/8e22ba1c/stack/rest/src/main/java/org/apache/usergrid/rest/management/organizations/applications/ApplicationResource.java
----------------------------------------------------------------------
diff --git a/stack/rest/src/main/java/org/apache/usergrid/rest/management/organizations/applications/ApplicationResource.java b/stack/rest/src/main/java/org/apache/usergrid/rest/management/organizations/applications/ApplicationResource.java
index 9f4fa4a..1d1daf2 100644
--- a/stack/rest/src/main/java/org/apache/usergrid/rest/management/organizations/applications/ApplicationResource.java
+++ b/stack/rest/src/main/java/org/apache/usergrid/rest/management/organizations/applications/ApplicationResource.java
@@ -243,7 +243,7 @@ public class ApplicationResource extends AbstractContextResource {
                                        .entity( ServiceResource.wrapWithCallback( e.getMessage(), callback ) ).build();
         }
 
-        return Response.status( SC_ACCEPTED ).entity( jobUUID ).build();
+        return Response.status( SC_ACCEPTED ).entity( uuidRet ).build();
     }
 
     @POST