Updated Branches: refs/heads/master 99d22a053 -> a29e35132
reverting the changes done to remove root element from json response in rest EP Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/a29e3513 Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/a29e3513 Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/a29e3513 Branch: refs/heads/master Commit: a29e351323b9e199b1ed873549ac779772645ba8 Parents: 99d22a0 Author: Isuru <[email protected]> Authored: Fri Feb 14 15:32:11 2014 +0530 Committer: Isuru <[email protected]> Committed: Fri Feb 14 15:32:11 2014 +0530 ---------------------------------------------------------------------- .../src/main/webapp/stratos/WEB-INF/cxf-servlet.xml | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a29e3513/components/org.apache.stratos.rest.endpoint/src/main/webapp/stratos/WEB-INF/cxf-servlet.xml ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.rest.endpoint/src/main/webapp/stratos/WEB-INF/cxf-servlet.xml b/components/org.apache.stratos.rest.endpoint/src/main/webapp/stratos/WEB-INF/cxf-servlet.xml index b73e7ae..1d682c3 100644 --- a/components/org.apache.stratos.rest.endpoint/src/main/webapp/stratos/WEB-INF/cxf-servlet.xml +++ b/components/org.apache.stratos.rest.endpoint/src/main/webapp/stratos/WEB-INF/cxf-servlet.xml @@ -53,7 +53,6 @@ <property name="oauthValidationEndpoint" value="https://localhost:9443/services/"/> </bean> <bean id="jsonProvider" class="org.apache.cxf.jaxrs.provider.json.JSONProvider"> - <property name="dropRootElement" value="true" /> <property name="serializeAsArray" value="true"/> <property name="arrayKeys"> <list>
