Skip to content

Commit

Permalink
Reverting: Configuring MappingJacksonJsonView to return top-level json
Browse files Browse the repository at this point in the history
object - RA-578
  • Loading branch information
dkayiwa committed Mar 2, 2015
1 parent 45b2b07 commit 37ebb6b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions web/src/main/resources/openmrs-servlet.xml
Expand Up @@ -50,9 +50,7 @@
</property>
<property name="defaultViews">
<list>
<bean class="org.springframework.web.servlet.view.json.MappingJacksonJsonView">
<property name="extractValueFromSingleKeyModel" value="true" />
</bean>
<bean class="org.springframework.web.servlet.view.json.MappingJacksonJsonView"/>
<bean class="org.springframework.web.servlet.view.xml.MarshallingView">
<property name="marshaller" ref="xStreamMarshaller"/>
</bean>
Expand Down

0 comments on commit 37ebb6b

Please sign in to comment.