← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 16302: remove message-converters from dhis-web-api-mobile configuration, already configured in dhis-web-...

 

------------------------------------------------------------
revno: 16302
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2
timestamp: Mon 2014-08-04 14:06:19 +0700
message:
  remove message-converters from dhis-web-api-mobile configuration, already configured in dhis-web-api module. depending on the classpath, this can cause issues with the web-api.
modified:
  dhis-2/dhis-web/dhis-web-api-mobile/src/main/resources/META-INF/dhis/servlet.xml


--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk

Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/dhis-web/dhis-web-api-mobile/src/main/resources/META-INF/dhis/servlet.xml'
--- dhis-2/dhis-web/dhis-web-api-mobile/src/main/resources/META-INF/dhis/servlet.xml	2014-07-07 06:48:17 +0000
+++ dhis-2/dhis-web/dhis-web-api-mobile/src/main/resources/META-INF/dhis/servlet.xml	2014-08-04 07:06:19 +0000
@@ -9,11 +9,13 @@
 
   <!-- DispatcherServlet Context: defines this servlet's request-processing infrastructure -->
 
+  <!--
   <mvc:annotation-driven>
     <mvc:message-converters>
       <bean class="org.hisp.dhis.api.mobile.support.DataStreamSerializableMessageConverter" />
     </mvc:message-converters>
   </mvc:annotation-driven>
+  -->
 
   <context:component-scan base-package="org.hisp.dhis.api.mobile" />