editorApplicationContext : reverted stand-alone app context conf
[taxeditor.git] / eu.etaxonomy.taxeditor.cdmlib / src / main / resources / eu / etaxonomy / cdm / httpInvokerServiceClients.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <beans xmlns="http://www.springframework.org/schema/beans"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:context="http://www.springframework.org/schema/context"
4 xmlns:tx="http://www.springframework.org/schema/tx"
5 xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
6 http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-2.5.xsd
7 http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-2.5.xsd">
8
9
10 <bean id="agentService"
11 class="org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean">
12 <property name="serviceUrl">
13 <value>http://${remoteServer}:${remotePort}/${remoteContext}/remoting/agent.service
14 </value>
15 </property>
16 <property name="serviceInterface">
17 <value>eu.etaxonomy.cdm.api.service.IAgentService</value>
18 </property>
19 <property name="httpInvokerRequestExecutor">
20 <bean
21 class="org.springframework.security.remoting.httpinvoker.AuthenticationSimpleHttpInvokerRequestExecutor" />
22 </property>
23 </bean>
24
25 <bean id="annotationService"
26 class="org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean">
27 <property name="serviceUrl">
28 <value>http://${remoteServer}:${remotePort}/${remoteContext}/remoting/annotation.service
29 </value>
30 </property>
31 <property name="serviceInterface">
32 <value>eu.etaxonomy.cdm.api.service.IAnnotationService</value>
33 </property>
34 <property name="httpInvokerRequestExecutor">
35 <bean
36 class="org.springframework.security.remoting.httpinvoker.AuthenticationSimpleHttpInvokerRequestExecutor" />
37 </property>
38 </bean>
39
40 <bean id="auditeventService"
41 class="org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean">
42 <property name="serviceUrl">
43 <value>http://${remoteServer}:${remotePort}/${remoteContext}/remoting/auditevent.service
44 </value>
45 </property>
46 <property name="serviceInterface">
47 <value>eu.etaxonomy.cdm.api.service.IAuditEventService</value>
48 </property>
49 <property name="httpInvokerRequestExecutor">
50 <bean
51 class="org.springframework.security.remoting.httpinvoker.AuthenticationSimpleHttpInvokerRequestExecutor" />
52 </property>
53 </bean>
54
55 <bean id="classificationService"
56 class="org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean">
57 <property name="serviceUrl">
58 <value>http://${remoteServer}:${remotePort}/${remoteContext}/remoting/classification.service
59 </value>
60 </property>
61 <property name="serviceInterface">
62 <value>eu.etaxonomy.cdm.api.service.IClassificationService</value>
63 </property>
64 <property name="httpInvokerRequestExecutor">
65 <bean
66 class="org.springframework.security.remoting.httpinvoker.AuthenticationSimpleHttpInvokerRequestExecutor" />
67 </property>
68 </bean>
69
70 <bean id="collectionService"
71 class="org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean">
72 <property name="serviceUrl">
73 <value>http://${remoteServer}:${remotePort}/${remoteContext}/remoting/collection.service
74 </value>
75 </property>
76 <property name="serviceInterface">
77 <value>eu.etaxonomy.cdm.api.service.ICollectionService</value>
78 </property>
79 <property name="httpInvokerRequestExecutor">
80 <bean
81 class="org.springframework.security.remoting.httpinvoker.AuthenticationSimpleHttpInvokerRequestExecutor" />
82 </property>
83 </bean>
84
85 <bean id="commonService"
86 class="org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean">
87 <property name="serviceUrl">
88 <value>http://${remoteServer}:${remotePort}/${remoteContext}/remoting/common.service
89 </value>
90 </property>
91 <property name="serviceInterface">
92 <value>eu.etaxonomy.cdm.api.service.ICommonService</value>
93 </property>
94 <property name="httpInvokerRequestExecutor">
95 <bean
96 class="org.springframework.security.remoting.httpinvoker.AuthenticationSimpleHttpInvokerRequestExecutor" />
97 </property>
98 </bean>
99
100 <bean id="descriptionService"
101 class="org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean">
102 <property name="serviceUrl">
103 <value>http://${remoteServer}:${remotePort}/${remoteContext}/remoting/description.service
104 </value>
105 </property>
106 <property name="serviceInterface">
107 <value>eu.etaxonomy.cdm.api.service.IDescriptionService</value>
108 </property>
109 <property name="httpInvokerRequestExecutor">
110 <bean
111 class="org.springframework.security.remoting.httpinvoker.AuthenticationSimpleHttpInvokerRequestExecutor" />
112 </property>
113 </bean>
114
115 <bean id="editGeoService"
116 class="org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean">
117 <property name="serviceUrl">
118 <value>http://${remoteServer}:${remotePort}/${remoteContext}/remoting/editgeo.service
119 </value>
120 </property>
121 <property name="serviceInterface">
122 <value>eu.etaxonomy.cdm.ext.geo.IEditGeoService</value>
123 </property>
124 <property name="httpInvokerRequestExecutor">
125 <bean
126 class="org.springframework.security.remoting.httpinvoker.AuthenticationSimpleHttpInvokerRequestExecutor" />
127 </property>
128 </bean>
129
130 <bean id="featureNodeService"
131 class="org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean">
132 <property name="serviceUrl">
133 <value>http://${remoteServer}:${remotePort}/${remoteContext}/remoting/featurenode.service
134 </value>
135 </property>
136 <property name="serviceInterface">
137 <value>eu.etaxonomy.cdm.api.service.IFeatureNodeService</value>
138 </property>
139 <property name="httpInvokerRequestExecutor">
140 <bean
141 class="org.springframework.security.remoting.httpinvoker.AuthenticationSimpleHttpInvokerRequestExecutor" />
142 </property>
143 </bean>
144
145 <bean id="featureTreeService"
146 class="org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean">
147 <property name="serviceUrl">
148 <value>http://${remoteServer}:${remotePort}/${remoteContext}/remoting/featuretree.service
149 </value>
150 </property>
151 <property name="serviceInterface">
152 <value>eu.etaxonomy.cdm.api.service.IFeatureTreeService</value>
153 </property>
154 <property name="httpInvokerRequestExecutor">
155 <bean
156 class="org.springframework.security.remoting.httpinvoker.AuthenticationSimpleHttpInvokerRequestExecutor" />
157 </property>
158 </bean>
159
160 <bean id="groupService"
161 class="org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean">
162 <property name="serviceUrl">
163 <value>http://${remoteServer}:${remotePort}/${remoteContext}/remoting/group.service
164 </value>
165 </property>
166 <property name="serviceInterface">
167 <value>eu.etaxonomy.cdm.api.service.IGroupService</value>
168 </property>
169 <property name="httpInvokerRequestExecutor">
170 <bean
171 class="org.springframework.security.remoting.httpinvoker.AuthenticationSimpleHttpInvokerRequestExecutor" />
172 </property>
173 </bean>
174
175 <bean id="identificationKeyService"
176 class="org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean">
177 <property name="serviceUrl">
178 <value>http://${remoteServer}:${remotePort}/${remoteContext}/remoting/identificationkey.service
179 </value>
180 </property>
181 <property name="serviceInterface">
182 <value>eu.etaxonomy.cdm.api.service.IIdentificationKeyService
183 </value>
184 </property>
185 <property name="httpInvokerRequestExecutor">
186 <bean
187 class="org.springframework.security.remoting.httpinvoker.AuthenticationSimpleHttpInvokerRequestExecutor" />
188 </property>
189 </bean>
190
191 <bean id="locationService"
192 class="org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean">
193 <property name="serviceUrl">
194 <value>http://${remoteServer}:${remotePort}/${remoteContext}/remoting/location.service
195 </value>
196 </property>
197 <property name="serviceInterface">
198 <value>eu.etaxonomy.cdm.api.service.ILocationService</value>
199 </property>
200 <property name="httpInvokerRequestExecutor">
201 <bean
202 class="org.springframework.security.remoting.httpinvoker.AuthenticationSimpleHttpInvokerRequestExecutor" />
203 </property>
204 </bean>
205
206 <bean id="markerService"
207 class="org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean">
208 <property name="serviceUrl">
209 <value>http://${remoteServer}:${remotePort}/${remoteContext}/remoting/marker.service
210 </value>
211 </property>
212 <property name="serviceInterface">
213 <value>eu.etaxonomy.cdm.api.service.IMarkerService</value>
214 </property>
215 <property name="httpInvokerRequestExecutor">
216 <bean
217 class="org.springframework.security.remoting.httpinvoker.AuthenticationSimpleHttpInvokerRequestExecutor" />
218 </property>
219 </bean>
220
221 <bean id="mediaService"
222 class="org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean">
223 <property name="serviceUrl">
224 <value>http://${remoteServer}:${remotePort}/${remoteContext}/remoting/media.service
225 </value>
226 </property>
227 <property name="serviceInterface">
228 <value>eu.etaxonomy.cdm.api.service.IMediaService</value>
229 </property>
230 <property name="httpInvokerRequestExecutor">
231 <bean
232 class="org.springframework.security.remoting.httpinvoker.AuthenticationSimpleHttpInvokerRequestExecutor" />
233 </property>
234 </bean>
235
236 <bean id="nameService"
237 class="org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean">
238 <property name="serviceUrl">
239 <value>http://${remoteServer}:${remotePort}/${remoteContext}/remoting/name.service
240 </value>
241 </property>
242 <property name="serviceInterface">
243 <value>eu.etaxonomy.cdm.api.service.INameService</value>
244 </property>
245 <property name="httpInvokerRequestExecutor">
246 <bean
247 class="org.springframework.security.remoting.httpinvoker.AuthenticationSimpleHttpInvokerRequestExecutor" />
248 </property>
249 </bean>
250
251 <bean id="occurrenceService"
252 class="org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean">
253 <property name="serviceUrl">
254 <value>http://${remoteServer}:${remotePort}/${remoteContext}/remoting/occurrence.service
255 </value>
256 </property>
257 <property name="serviceInterface">
258 <value>eu.etaxonomy.cdm.api.service.IOccurrenceService</value>
259 </property>
260 <property name="httpInvokerRequestExecutor">
261 <bean
262 class="org.springframework.security.remoting.httpinvoker.AuthenticationSimpleHttpInvokerRequestExecutor" />
263 </property>
264 </bean>
265
266 <bean id="polytomousKeyNodeService"
267 class="org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean">
268 <property name="serviceUrl">
269 <value>http://${remoteServer}:${remotePort}/${remoteContext}/remoting/polytomouskeynode.service
270 </value>
271 </property>
272 <property name="serviceInterface">
273 <value>eu.etaxonomy.cdm.api.service.IPolytomousKeyNodeService
274 </value>
275 </property>
276 <property name="httpInvokerRequestExecutor">
277 <bean
278 class="org.springframework.security.remoting.httpinvoker.AuthenticationSimpleHttpInvokerRequestExecutor" />
279 </property>
280 </bean>
281
282 <bean id="polytomousKeyService"
283 class="org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean">
284 <property name="serviceUrl">
285 <value>http://${remoteServer}:${remotePort}/${remoteContext}/remoting/polytomouskey.service
286 </value>
287 </property>
288 <property name="serviceInterface">
289 <value>eu.etaxonomy.cdm.api.service.IPolytomousKeyService</value>
290 </property>
291 <property name="httpInvokerRequestExecutor">
292 <bean
293 class="org.springframework.security.remoting.httpinvoker.AuthenticationSimpleHttpInvokerRequestExecutor" />
294 </property>
295 </bean>
296
297 <bean id="referenceService"
298 class="org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean">
299 <property name="serviceUrl">
300 <value>http://${remoteServer}:${remotePort}/${remoteContext}/remoting/reference.service
301 </value>
302 </property>
303 <property name="serviceInterface">
304 <value>eu.etaxonomy.cdm.api.service.IReferenceService</value>
305 </property>
306 <property name="httpInvokerRequestExecutor">
307 <bean
308 class="org.springframework.security.remoting.httpinvoker.AuthenticationSimpleHttpInvokerRequestExecutor" />
309 </property>
310 </bean>
311
312 <!-- <bean id="serviceService" class="org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean">
313 <property name="serviceUrl"> <value>http://${remoteServer}:${remotePort}/${remoteContext}/remoting/service.service</value>
314 </property> <property name="serviceInterface"> <value>eu.etaxonomy.cdm.api.service.IService</value>
315 </property> </bean> -->
316
317 <bean id="taxonNodeService"
318 class="org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean">
319 <property name="serviceUrl">
320 <value>http://${remoteServer}:${remotePort}/${remoteContext}/remoting/taxonnode.service
321 </value>
322 </property>
323 <property name="serviceInterface">
324 <value>eu.etaxonomy.cdm.api.service.ITaxonNodeService</value>
325 </property>
326 <property name="httpInvokerRequestExecutor">
327 <bean
328 class="org.springframework.security.remoting.httpinvoker.AuthenticationSimpleHttpInvokerRequestExecutor" />
329 </property>
330 </bean>
331
332 <bean id="taxonService"
333 class="org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean">
334 <property name="serviceUrl">
335 <value>http://${remoteServer}:${remotePort}/${remoteContext}/remoting/taxon.service
336 </value>
337 </property>
338 <property name="serviceInterface">
339 <value>eu.etaxonomy.cdm.api.service.ITaxonService</value>
340 </property>
341 <property name="httpInvokerRequestExecutor">
342 <bean
343 class="org.springframework.security.remoting.httpinvoker.AuthenticationSimpleHttpInvokerRequestExecutor" />
344 </property>
345 </bean>
346
347 <bean id="termService"
348 class="org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean">
349 <property name="serviceUrl">
350 <value>http://${remoteServer}:${remotePort}/${remoteContext}/remoting/term.service
351 </value>
352 </property>
353 <property name="serviceInterface">
354 <value>eu.etaxonomy.cdm.api.service.ITermService</value>
355 </property>
356 <property name="httpInvokerRequestExecutor">
357 <bean class="eu.etaxonomy.taxeditor.service.TermServiceRequestExecutor" />
358 </property>
359 </bean>
360
361 <bean id="userService"
362 class="org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean">
363 <property name="serviceUrl">
364 <value>http://${remoteServer}:${remotePort}/${remoteContext}/remoting/user.service
365 </value>
366 </property>
367 <property name="serviceInterface">
368 <value>eu.etaxonomy.cdm.api.service.IUserService</value>
369 </property>
370 <property name="httpInvokerRequestExecutor">
371 <bean
372 class="org.springframework.security.remoting.httpinvoker.AuthenticationSimpleHttpInvokerRequestExecutor" />
373 </property>
374 </bean>
375
376 <bean id="vocabularyService"
377 class="org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean">
378 <property name="serviceUrl">
379 <value>http://${remoteServer}:${remotePort}/${remoteContext}/remoting/vocabulary.service
380 </value>
381 </property>
382 <property name="serviceInterface">
383 <value>eu.etaxonomy.cdm.api.service.IVocabularyService</value>
384 </property>
385 <property name="httpInvokerRequestExecutor">
386 <bean
387 class="org.springframework.security.remoting.httpinvoker.AuthenticationSimpleHttpInvokerRequestExecutor" />
388 </property>
389 </bean>
390
391 <bean id="workingSetService"
392 class="org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean">
393 <property name="serviceUrl">
394 <value>http://${remoteServer}:${remotePort}/${remoteContext}/remoting/workingset.service
395 </value>
396 </property>
397 <property name="serviceInterface">
398 <value>eu.etaxonomy.cdm.api.service.IWorkingSetService</value>
399 </property>
400 <property name="httpInvokerRequestExecutor">
401 <bean
402 class="org.springframework.security.remoting.httpinvoker.AuthenticationSimpleHttpInvokerRequestExecutor" />
403 </property>
404 </bean>
405
406 <bean id="grantedAuthorityService"
407 class="org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean">
408 <property name="serviceUrl">
409 <value>http://${remoteServer}:${remotePort}/${remoteContext}/remoting/grantedauthority.service
410 </value>
411 </property>
412 <property name="serviceInterface">
413 <value>eu.etaxonomy.cdm.api.service.IGrantedAuthorityService
414 </value>
415 </property>
416 <property name="httpInvokerRequestExecutor">
417 <bean
418 class="org.springframework.security.remoting.httpinvoker.AuthenticationSimpleHttpInvokerRequestExecutor" />
419 </property>
420 </bean>
421
422 <bean id="databaseService"
423 class="org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean">
424 <property name="serviceUrl">
425 <value>http://${remoteServer}:${remotePort}/${remoteContext}/remoting/database.service
426 </value>
427 </property>
428 <property name="serviceInterface">
429 <value>eu.etaxonomy.cdm.api.service.IDatabaseService</value>
430 </property>
431 <property name="httpInvokerRequestExecutor">
432 <bean
433 class="org.springframework.security.remoting.httpinvoker.AuthenticationSimpleHttpInvokerRequestExecutor" />
434 </property>
435 </bean>
436
437 <bean id="lsidAuthorityService"
438 class="org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean">
439 <property name="serviceUrl">
440 <value>http://${remoteServer}:${remotePort}/${remoteContext}/remoting/lsidauthoruty.service
441 </value>
442 </property>
443 <property name="serviceInterface">
444 <value>eu.etaxonomy.cdm.api.service.lsid.LSIDAuthorityService
445 </value>
446 </property>
447 <property name="httpInvokerRequestExecutor">
448 <bean
449 class="org.springframework.security.remoting.httpinvoker.AuthenticationSimpleHttpInvokerRequestExecutor" />
450 </property>
451 </bean>
452
453 <bean id="lsidMetadataService"
454 class="org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean">
455 <property name="serviceUrl">
456 <value>http://${remoteServer}:${remotePort}/${remoteContext}/remoting/lsidmetadata.service
457 </value>
458 </property>
459 <property name="serviceInterface">
460 <value>eu.etaxonomy.cdm.api.service.lsid.LSIDMetadataService
461 </value>
462 </property>
463 <property name="httpInvokerRequestExecutor">
464 <bean
465 class="org.springframework.security.remoting.httpinvoker.AuthenticationSimpleHttpInvokerRequestExecutor" />
466 </property>
467 </bean>
468
469 <bean id="lsiDataService"
470 class="org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean">
471 <property name="serviceUrl">
472 <value>http://${remoteServer}:${remotePort}/${remoteContext}/remoting/lsiddata.service
473 </value>
474 </property>
475 <property name="serviceInterface">
476 <value>eu.etaxonomy.cdm.api.service.lsid.LSIDDataService</value>
477 </property>
478 <property name="httpInvokerRequestExecutor">
479 <bean
480 class="org.springframework.security.remoting.httpinvoker.AuthenticationSimpleHttpInvokerRequestExecutor" />
481 </property>
482 </bean>
483
484 <bean id="providerManager"
485 class="org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean">
486 <property name="serviceUrl">
487 <value>http://${remoteServer}:${remotePort}/${remoteContext}/remoting/authenticationManager.service
488 </value>
489 </property>
490 <property name="serviceInterface">
491 <value>org.springframework.security.authentication.AuthenticationManager
492 </value>
493 </property>
494 <property name="httpInvokerRequestExecutor">
495 <bean
496 class="org.springframework.security.remoting.httpinvoker.AuthenticationSimpleHttpInvokerRequestExecutor" />
497 </property>
498 </bean>
499
500 <bean id="primerService"
501 class="org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean">
502 <property name="serviceUrl">
503 <value>http://${remoteServer}:${remotePort}/${remoteContext}/remoting/primer.service
504 </value>
505 </property>
506 <property name="serviceInterface">
507 <value>eu.etaxonomy.cdm.api.service.molecular.IPrimerService
508 </value>
509 </property>
510 <property name="httpInvokerRequestExecutor">
511 <bean
512 class="org.springframework.security.remoting.httpinvoker.AuthenticationSimpleHttpInvokerRequestExecutor" />
513 </property>
514 </bean>
515
516 <bean id="amplificationService"
517 class="org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean">
518 <property name="serviceUrl">
519 <value>http://${remoteServer}:${remotePort}/${remoteContext}/remoting/amplification.service
520 </value>
521 </property>
522 <property name="serviceInterface">
523 <value>eu.etaxonomy.cdm.api.service.molecular.IAmplificationService
524 </value>
525 </property>
526 <property name="httpInvokerRequestExecutor">
527 <bean
528 class="org.springframework.security.remoting.httpinvoker.AuthenticationSimpleHttpInvokerRequestExecutor" />
529 </property>
530 </bean>
531
532 <bean id="sequenceService"
533 class="org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean">
534 <property name="serviceUrl">
535 <value>http://${remoteServer}:${remotePort}/${remoteContext}/remoting/sequence.service
536 </value>
537 </property>
538 <property name="serviceInterface">
539 <value>eu.etaxonomy.cdm.api.service.molecular.ISequenceService
540 </value>
541 </property>
542 <property name="httpInvokerRequestExecutor">
543 <bean
544 class="org.springframework.security.remoting.httpinvoker.AuthenticationSimpleHttpInvokerRequestExecutor" />
545 </property>
546 </bean>
547
548 <bean id="entityValidationResultService"
549 class="org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean">
550 <property name="serviceUrl">
551 <value>http://${remoteServer}:${remotePort}/${remoteContext}/remoting/entityvalidationresult.service
552 </value>
553 </property>
554 <property name="serviceInterface">
555 <value>eu.etaxonomy.cdm.api.service.IEntityValidationResultService
556 </value>
557 </property>
558 <property name="httpInvokerRequestExecutor">
559 <bean
560 class="org.springframework.security.remoting.httpinvoker.AuthenticationSimpleHttpInvokerRequestExecutor" />
561 </property>
562 </bean>
563
564 <bean id="entityConstraintViolationService"
565 class="org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean">
566 <property name="serviceUrl">
567 <value>http://${remoteServer}:${remotePort}/${remoteContext}/remoting/entityconstraintviolation.service
568 </value>
569 </property>
570 <property name="serviceInterface">
571 <value>eu.etaxonomy.cdm.api.service.IEntityConstraintViolationService
572 </value>
573 </property>
574 <property name="httpInvokerRequestExecutor">
575 <bean
576 class="org.springframework.security.remoting.httpinvoker.AuthenticationSimpleHttpInvokerRequestExecutor" />
577 </property>
578 </bean>
579
580
581
582 </beans>