Project

General

Profile

Download (16.3 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
98baf5f8 02/27/2018 02:30 PM Patrick Plitzner

fix #6389 Fixed cache loader method

  • the wrong collection size was used for iteration leaving out the second half of map entries
e25b3036 01/24/2018 02:46 PM Katja Luther

quick fix for #7212 in taxeditor

e3240965 12/20/2016 02:22 PM Andreas Kohlbecker

ref #6190 removing svn property place holder in first line of code - java files

22244d5f 08/12/2016 12:10 PM Katja Luther

fix failing test

0d19c47e 08/12/2016 10:16 AM Katja Luther

changes for gbif/abcd import from webservice

1da6f4ff 10/21/2015 04:58 PM Cherian Mathew

#5256 Add missing recursive load for MergeResult lists, Add setting of dirty flag for factual data in Buld Editor

d875880c 10/13/2015 05:39 PM Cherian Mathew

Fix setting of key statement

37d7ce64 10/08/2015 12:48 PM Cherian Mathew

Add load capability for MergeResult objects

b4d31af3 08/27/2015 04:12 PM Cherian Mathew

#5161 Initialize listeners on cdm entities before put in cache

ea537ede 07/22/2015 03:10 PM Cherian Mathew

Fix Polytomous Key duplicate entry issue

9e7acfac 07/21/2015 01:52 PM Cherian Mathew

Revert change for proxy since it breaks the name editor

52c57094 07/20/2015 07:04 PM Cherian Mathew

Fix duplicate entity issue with newly created cdm entities

df390232 06/12/2015 02:29 PM Cherian Mathew

RemotingSessionAwareTest : added new class which handles pre-config of test classes which require a session
*Test.java : set super class to RemotingSessionAwareTest
*.xml : removed DefinedTermBase entites from datasets so that the terms are not deleted
ServiceInterceptorTest : correction

9d61d919 05/22/2015 07:10 PM Cherian Mathew

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

1cd65199 05/20/2015 04:05 PM Cherian Mathew

.classpath, MANIFEST.MF, build.properties, pom.xml : added cdm-server jar to lib dir and project classpath
/lib : added ignore for cdm-server jar
CacheLoader : reverted update of cached entity field
cdmlib-remote-webapp.war : updated to latest version

07cebe78 03/18/2015 06:35 PM Cherian Mathew

moved cached cdm entity field update for only CdmBase objects

ba0d4c2f 03/09/2015 11:00 AM Cherian Mathew

httpInvokerServiceClients.xml : set 'CdmServiceRequestExecutor' class as default for all services
ICdmEntitySession, CdmEntitySession, MockCdmEntitySession : added method to update session
ICdmEntitySessionManager, CdmEntitySessionManager, MockCdmEntitySessionManager : added methods to set active session, dispose and update sessions...

348d552a 03/02/2015 10:21 AM Cherian Mathew

AbstractPersistentCollection : fixed loading of collection
MockCdmEntitySessionManager, MockCdmEntitySession, ICdmEntitySessionManager, ICdmEntitySession, CdmEntitySessionManager,
CdmEntitySession : added new load method with choice to update client object graph...

56a14252 02/19/2015 05:42 PM Cherian Mathew

OpenInspectSessionsHandler : handler for opening the inspect session dialog
CacheLoader : moved recursive logic from cdm transient cacher to new class
CdmServiceCacher : now uses CacheLoader to recursively load entities
CdmTransientEntityCacher : moved recursive logic from cdm transient cacher to new class and corrected caching issues...