Project

General

Profile

« Previous | Next » 

Revision 74400e6b

Added by Andreas Müller about 9 years ago

merge validation2 and model 3.5 into trunk

View differences:

cdmlib-services/src/main/resources/eu/etaxonomy/cdm/httpInvokerServices.xml
243 243
    </property>
244 244
  </bean>
245 245

  
246
  <bean id="httpEntityValidationResultService"
246
  <bean id="httpEntityValidationService"
247 247
    class="org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter">
248 248
    <property name="service">
249
      <ref bean="entityValidationResultServiceImpl" />
249
      <ref bean="entityValidationServiceImpl" />
250 250
    </property>
251 251
    <property name="serviceInterface">
252
      <value>eu.etaxonomy.cdm.api.service.IEntityValidationResultService
252
      <value>eu.etaxonomy.cdm.api.service.IEntityValidationService
253 253
      </value>
254 254
    </property>
255 255
  </bean>

Also available in: Unified diff