Project

General

Profile

« Previous | Next » 

Revision ca82cffd

Added by Katja Luther about 4 years ago

move longrunningService to service

View differences:

cdmlib-services/src/main/resources/eu/etaxonomy/cdm/httpInvokerServices.xml
488 488
  <bean id="httpLongRunningTasksService"
489 489
    class="org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter">
490 490
    <property name="service">
491
      <ref bean="longRunningTasksServiceImpl" />
491
      <ref bean="longRunningTasksService" />
492 492
    </property>
493 493
    <property name="serviceInterface">
494
      <value>eu.etaxonomy.cdm.api.longrunningService.ILongRunningTasksService
494
      <value>eu.etaxonomy.cdm.api.service.longrunningService.ILongRunningTasksService
495 495
      </value>
496 496
    </property>
497 497
  </bean>

Also available in: Unified diff