(no commit message)
[utils] / crawler / kissweb / src / org.wamblee.crawler.kiss.xml
index 01e88591439110d6a4486c1194fcde68775c03a7..325ef251fc0e71f9586c7836511dc58cefa557d6 100644 (file)
       class="org.wamblee.crawler.kiss.scheduling.CrawlerExecutorImpl">
       <constructor-arg><value>/home/erik/crawler/config.xml</value></constructor-arg>
       <constructor-arg><value>/home/erik/crawler/programs.xml</value></constructor-arg>
+      <constructor-arg><ref bean="org.wamblee.crawler.kiss.notification.Notifier"/></constructor-arg>
   </bean>
   
   <!-- The object that determines whether to execute the crawler when it is signalled by 
        the scheduler. --> 
-  <bean id="org.wamblee.crawler.kiss.scheduling.CrawlerSchedule"
-      class="org.wamblee.crawler.kiss.scheduling.CrawlerSchedule">
+  <bean id="org.wamblee.crawler.kiss.scheduling.CrawlerStatus"
+      class="org.wamblee.crawler.kiss.scheduling.CrawlerStatus">
       <constructor-arg><ref local="org.wamblee.crawler.kiss.scheduling.CrawlerExecutor"/></constructor-arg>
       <!-- The interval of the day in hours [hourmin, hourmax] over which crawling will be done and 
            retried if necessary -->