Project

General

Profile

« Previous | Next » 

Revision 9d61d919

Added by Cherian Mathew almost 9 years ago

CacheLoader : added strict check in recurive loop for same (not only equal) objects
EntityCacherDebugResult : removed deproxy of objects
ProxyUtils : refactoring
httpInvokerServiceClients.xml : corrected validation service class name
hibernate.cfg.xml, cdmTest.*.db : updated to latest

View differences:

eu.etaxonomy.taxeditor.cdmlib/src/main/resources/eu/etaxonomy/cdm/httpInvokerServiceClients.xml
1 1
<?xml version="1.0" encoding="UTF-8"?>
2
<beans xmlns="http://www.springframework.org/schema/beans"
2
<beans default-lazy-init="true" xmlns="http://www.springframework.org/schema/beans"
3 3
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:context="http://www.springframework.org/schema/context"
4 4
  xmlns:tx="http://www.springframework.org/schema/tx"
5 5
  xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
......
7 7
    http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-2.5.xsd">
8 8

  
9 9

  
10
  <bean id="agentService"
10
  <bean id="agentService" 
11 11
    class="org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean">
12 12
    <property name="serviceUrl">
13 13
      <value>http://${remoteServer}:${remotePort}/${remoteContext}/remoting/agent.service</value>
......
510 510
    </property>
511 511
  </bean>
512 512

  
513
  <bean id="entityValidationResultService"
513
  <bean id="entityValidationService"
514 514
    class="org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean">
515 515
    <property name="serviceUrl">
516
      <value>http://${remoteServer}:${remotePort}/${remoteContext}/remoting/entityvalidationresult.service</value>
516
      <value>http://${remoteServer}:${remotePort}/${remoteContext}/remoting/entityvalidation.service</value>
517 517
    </property>
518 518
    <property name="serviceInterface">
519
      <value>eu.etaxonomy.cdm.api.service.IEntityValidationResultService
519
      <value>eu.etaxonomy.cdm.api.service.IEntityValidationService
520 520
      </value>
521 521
    </property>
522 522
    <property name="httpInvokerRequestExecutor">

Also available in: Unified diff