Project

General

Profile

« Previous | Next » 

Revision 7b56b4b7

Added by Andreas Müller over 2 years ago

ref #6161 add passwordReset service to httpInvoker (cont. II)

View differences:

cdmlib-services/src/main/resources/eu/etaxonomy/cdm/httpInvokerServices.xml
262 262
  <bean id="httpPasswordResetService"
263 263
    class="org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter">
264 264
    <property name="service">
265
      <ref bean="passwordResetServiceImpl" />
265
      <ref bean="passwordResetService" />
266 266
    </property>
267 267
    <property name="serviceInterface">
268 268
      <value>eu.etaxonomy.cdm.api.service.security.IPasswordResetService</value>

Also available in: Unified diff