Project

General

Profile

« Previous | Next » 

Revision 259d1bbd

Added by Niels Hoffmann over 12 years ago

remoting services now working

View differences:

cdmlib-services/src/main/resources/eu/etaxonomy/cdm/httpinvokerServices.xml
106 106
	<bean id="httpGroupService"
107 107
		class="org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter">
108 108
		<property name="service">
109
			<ref bean="groupService" />
109
			<ref bean="groupServiceImpl" />
110 110
		</property>
111 111
		<property name="serviceInterface">
112 112
			<value>eu.etaxonomy.cdm.api.service.IGroupService</value>
......
273 273
		</property>
274 274
	</bean>
275 275

  
276
 	<bean id="httpAuthenticationManager"
277
		class="org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter">
278
		<property name="service">
279
			<ref bean="authenticationManager" />
280
		</property>
281
		<property name="serviceInterface">
282
			<value>org.springframework.security.authentication.AuthenticationManager</value>
283
		</property>
284
	</bean>
276 285
 
277 286
</beans>

Also available in: Unified diff