Project

General

Profile

« Previous | Next » 

Revision 26d19e4f

Added by Cherian Mathew over 8 years ago

#5129 Extend export ui for remoting

View differences:

eu.etaxonomy.taxeditor.cdmlib/src/main/resources/eu/etaxonomy/cdm/httpInvokerServiceClients.xml
595 595
      </bean>
596 596
    </property>
597 597
  </bean>
598
  
599
  <bean id="ioService" lazy-init="true"
600
    class="org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean">
601
    <property name="serviceUrl">
602
      <value>http://${remoteServer}:${remotePort}/${remoteContext}/remoting/io.service
603
      </value>
604
    </property>
605
    <property name="serviceInterface">
606
      <value>eu.etaxonomy.cdm.io.service.IIOService
607
      </value>
608
    </property>
609
    <property name="httpInvokerRequestExecutor">
610
      <bean class="eu.etaxonomy.taxeditor.service.CdmAuthenticatedHttpInvokerRequestExecutor">
611
        <property name="readTimeout" value="0" />
612
      </bean>
613
    </property>
614
  </bean>
598 615

  
599 616
  <bean id="testService" lazy-init="true"
600 617
    class="org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean">

Also available in: Unified diff