Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
87734bf5 01/05/2023 01:13 AM Andreas Müller

ref #10214 rename CdmCacheBase to CdmPermanentCacheBase in TaxEditor

0a954e76 12/27/2022 07:20 PM Andreas Müller

adapt taxeditor to changes in CdmRemoteCacheManager

14473bb6 12/21/2022 11:43 AM Andreas Müller

cleanup and renaming for caching

d643a800 07/30/2022 12:23 PM Andreas Müller

fix NPE in InspectSessionsDialog

7fefafde 07/30/2022 10:32 AM Andreas Müller

sort entities by fieldname in InspectSessionsDialog

d33f36bb 04/16/2021 01:58 PM Andreas Müller

cleanup and fix NPE if no active session in debug view

72a9e65f 03/05/2021 05:34 PM Andreas Müller

fix NPE if no activeSession exists

98afb46e 08/25/2020 09:48 PM Andreas Müller

revert unwated change

806f96a2 08/25/2020 07:02 PM Andreas Müller

ref #9207 , ref #9204 upgrade taxeditor.cdmlib to ehcache-2.10.6

8a286db5 06/30/2020 02:53 PM Andreas Müller

Exclude ignored entities from session expection

3a6a6dab 06/30/2020 02:50 PM Andreas Müller

cleanup

68405a5a 06/29/2020 09:24 AM Andreas Müller

cleanup

71f697d9 06/29/2020 12:50 AM Andreas Müller

rename CdmCacher to CdmCacherBase

1c9ede79 06/03/2020 01:20 PM Andreas Müller

cleanup

f4cc04f2 03/16/2018 02:40 PM Katja Luther

adapt taxeditor cache to cdmlib-cache

199741f4 11/02/2017 10:04 AM Patrick Plitzner

ref #6913 Remove executeCommand() from AbstractUtility

0f8746c6 04/24/2017 10:30 AM Patrick Plitzner

ref #6566 Migrate Sessions view

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

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

1ec52766 10/02/2015 01:38 PM Cherian Mathew

Change null session to singleton with no owner

d6feff56 06/30/2015 02:34 PM Cherian Mathew

Add check to display statistice only when cache is alive

f4142aa7 05/27/2015 05:54 PM Cherian Mathew

cdmlib-ehcache : removed disk based cache manager since the hb config is now cached in memory
CdmApplicationRemoteController, CdmModelCacher, CdmRemoteCacheManager, CdmModelGetMethodCacherTest : running the hibernate config load in separate thread
CdmTransientEntityCacher, EntityCacherDebugResult, CdmStore, SessionsViewPart: refactoring...

c9285745 05/20/2015 02:24 PM Cherian Mathew

InspectSessionsDialog : added filtering
CdmStore : clearing caches and session before connecting
ParseHandler : using NonViralName instead of TaxonNameBase
AbstractPostTaxonOperation, AbstractPostOperation, AbstractPersistentPostOperation : added CdmEntitySessionEnabled object to constructor...

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...

0ddb8392 02/17/2015 04:45 PM Cherian Mathew

CdmTransientEntityCacher, EntityCacherDebugResult : moved debug methods to debug result class
ProxyUtils : new class for util methods to do with hibernate proxy objects
ICdmEntitySessionEnabled, CdmEntitySessionInput, PolytomousKeyEditorInput, TaxonNameEditor, PolytomousKeyViewPart, TaxonNavigator, AbstractCdmViewPart, MultiPageTaxonEditor : Added getRootEntities method...

703e8efc 02/17/2015 12:43 PM Cherian Mathew

CdmRemoteCacheManager : added cache getter methods
CdmTransientEntityCacher, CdmEntitySession, CdmEntitySessionManager, ICdmEntitySession, ICdmEntitySessionManager, ICdmEntitySessionManagerObserver, MockCdmEntitySession, MockCdmEntitySessionManager , eu.etaxonomy.taxeditor.cdmlib/src/main/resources/cdmlib-ehcache.xml : added statistics config , getter method for live stats and observer to update when sessions are bound and disposed...