Project

General

Profile

« Previous | Next » 

Revision 8b8385d3

Added by Patrick Plitzner about 8 years ago

Add IEventBaseService to application controller #5403

View differences:

cdmlib-services/src/main/resources/eu/etaxonomy/cdm/httpInvokerServices.xml
411 411
      </value>
412 412
    </property>
413 413
  </bean>
414

  
415
  <bean id="httpEventBaseService"
416
    class="org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter">
417
    <property name="service">
418
      <ref bean="eventBaseServiceImpl" />
419
    </property>
420
    <property name="serviceInterface">
421
      <value>eu.etaxonomy.cdm.api.service.IEventBaseService
422
      </value>
423
    </property>
424
  </bean>
414 425
  
415 426
  <bean id="httpIOService"
416 427
    class="org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter">

Also available in: Unified diff