#5161 Initialize listeners on cdm entities before put in cache
#4073 Initial implementation of local cdm-server
#5130 Extend import wizards to import data via remoting and Add tests for the same
#5129 Extend export ui for remoting
#5029 Add functionality for login to remember credentials, reconnect and switch user
#5209 Add version ui elements to advanced view, Make port text field editable for localhost servers
#5029 Implement oneclick login for remoting
Fix URI Syntax error for new serialised model map
#4932 Remove autowired members, Use serliaised cdm model map
Fix Polytomous Key duplicate entry issue
Add remoting operation / handlers for key list editor
Revert change for proxy since it breaks the name editor
Fix duplicate entity issue with newly created cdm entities
Use new find method with update
#5010 : Initial commit to fix duplicate entry issue when creating new key node
#5067 Integrate remoting sessions in derivate hierachy views, Adapt existing actions
#5054 Integrate remoting session in Term Editor
This commit also fixes a loading bug in the CdmServiceCacher, adds a test for creating term vocabulary and adapts to the change in the save call (#5056)
Add check to display statistice only when cache is alive
#5034 Add tests for handler / operations architecture
Fix test
#5025 : Implement load of UpdateResult using new cdm entity identifier
CdmRemoteSourceBase : using user service for db checks httpInvokerServiceClients.xml : updated database service config HttpInvokerServicesTest : added polytomous key service ping server.properties : added back server properties file
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
CdmApplicationRemoteController : moved cdm model caching to start before application context init CdmApplicationRemoteConfiguration : moved bean initialization from autowiring to getBean in getters for better performance httpInvokerServiceClients.xml : changed init startegy for services to lazy init...
added comment for sync get method call
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...
CdmApplicationRemoteController : refactoring code to simplify application context loading and making it performant CdmModelCacher : removed unused method CdmRemoteCacheManager : moved cache from disk to memory httpInvokerServiceClients : lazy initializing all service beans...
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
.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
CdmTransientEntityCacher : adding cache to default cache manager EntityCacherDebugResult : corrections cdmlib-remote-webapp.war : new version
moved cached cdm entity field update for only CdmBase objects
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...
AbstractPersistentCollection : fixed loading of collection MockCdmEntitySessionManager, MockCdmEntitySession, ICdmEntitySessionManager, ICdmEntitySession, CdmEntitySessionManager, CdmEntitySession : added new load method with choice to update client object graph...
ICachedCommonService, CachedCommonServiceImpl : moved class to service package CdmApplicationRemoteConfiguration, AbstractPersistentCollection, AbstractLazyInitializer : refactored package of CachedCommonService CdmServiceRequestExecutor : added code for intercepting all services and loading returned objects into current session...
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...
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...
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...
CdmTransientEntityCacher : overriding cache field only in the case of initialised cdm entity CdmEntitySession, ICdmEntitySession, MockCdmEntitySession : added update + delete methods DeleteSynonymOperation, MoveFactualDataHandler : changed service call to uuid one...
CdmModelCacher : added recursive search in super classes CdmTransientEntityCacher : corrected caching EntityCacherDebugResult : new debug result object CdmEntitySession, ICdmEntitySession, MockCdmEntitySession : added debug method CdmEntitySessionInput : new super class for editor input objects...
CdmTransientEntityCacher : comments and cleanup MockCdmEntitySessionManager, MockCdmEntitySession : implementing new interface methods renamed ISessionEventListener to ICdmEntitySessionEnabled ICdmEntitySession, CdmEntitySession : added methods to register session observer and add change events...
ApplicationUtil : Added 'Remoting' to title CdmTransientEntityCacher : corrected recursive call for delete functionality RemotingLoginDialog : Added refresh functionality PolytomousKeyTest : updated test data and added tests for delete functionality
merge from trunk
MANIFEST.MF : New apache http client packages added CdmServerInfo : changed name and added inner class for cdm instance httpInvokerServiceClients : added new services remotingApplicationContext : refactor for cache package
migrated cache related classes to another package
CdmServerInstanceInfo, RemotingLoginDialog, ShowRemotingLoginWindowHandler : functionality for remoting login moved classes to appropriate locations. merged from trunk.
moving all source files from the remoting project to the cdmlib project