Project

General

Profile

« Previous | Next » 

Revision b51ccdd4

Added by Katja Luther almost 6 years ago

use longRunningTasksService for setSecundumReference

View differences:

eu.etaxonomy.taxeditor.cdmlib/src/main/resources/eu/etaxonomy/cdm/httpInvokerServiceClients.xml
629 629
      </bean>
630 630
    </property>
631 631
  </bean>
632
  
633
   <bean id="longRunningTasksService" lazy-init="true"
634
    class="org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean">
635
    <property name="serviceUrl">
636
      <value>http://${remoteServer}:${remotePort}/${remoteContext}/remoting/longrunningtasks.service
637
      </value>
638
    </property>
639
    <property name="serviceInterface">
640
      <value>eu.etaxonomy.cdm.api.longrunningService.ILongRunningTasksService
641
      </value>
642
    </property>
643
    <property name="httpInvokerRequestExecutor">
644
      <bean class="eu.etaxonomy.taxeditor.service.CdmAuthenticatedHttpInvokerRequestExecutor">
645
        <property name="readTimeout" value="0" />
646
      </bean>
647
    </property>
648
  </bean>
632 649

  
633 650
  <bean id="testService" lazy-init="true"
634 651
    class="org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean">

Also available in: Unified diff