← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 2538: Forgot to remove reference to report service.

 

------------------------------------------------------------
revno: 2538
committer: Jo Størset <storset@xxxxxxxxx>
branch nick: dhis2
timestamp: Wed 2011-01-12 09:06:50 +0530
message:
  Forgot to remove reference to report service.
modified:
  dhis-mobile/dhis-service-mobile/src/main/resources/META-INF/dhis/beans.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-mobile/dhis-service-mobile/src/main/resources/META-INF/dhis/beans.xml'
--- dhis-mobile/dhis-service-mobile/src/main/resources/META-INF/dhis/beans.xml	2011-01-11 16:58:18 +0000
+++ dhis-mobile/dhis-service-mobile/src/main/resources/META-INF/dhis/beans.xml	2011-01-12 03:36:50 +0000
@@ -106,8 +106,8 @@
 
 <!-- CheckDataStatus Job -->
 
-    <bean id="org.hisp.dhis.mobile.scheduler.CheckDataStatusJob"
-        class="org.hisp.dhis.mobile.scheduler.CheckDataStatusJob" />
+<!--    <bean id="org.hisp.dhis.mobile.scheduler.CheckDataStatusJob"-->
+<!--        class="org.hisp.dhis.mobile.scheduler.CheckDataStatusJob" /> -->
 
     <bean name="schedulerForCheckDataStatusJob"
         class="org.springframework.scheduling.quartz.JobDetailBean">
@@ -116,7 +116,6 @@
             <map>
                 <entry key="jdbcTemplate" value-ref="jdbcTemplate"/>
                 <entry key="smsService" value-ref="org.hisp.dhis.mobile.SmsService"/>
-                <entry key="reportService" value-ref="org.hisp.dhis.reports.ReportService"/>
 				<entry key="dataSetService" value-ref="org.hisp.dhis.dataset.DataSetService"/>
 				<entry key="organisationUnitService" value-ref="org.hisp.dhis.organisationunit.OrganisationUnitService"/>
 				<entry key="periodService" value-ref="org.hisp.dhis.period.PeriodService"/>