#5349 Add getEditGeoService method
#5320 Fix whitespace problem
#5302 Add cdm version and services version check
Add check for remoting before setting new entity listener
#5299 Handle session caching of new entities
Add annotation service to config
Set read timeout for services to infinite
Replace spring application context loading with programmatic loading
#5181 Fix incorrect load of CdmServiceCacher when connecting via Datasource view
Add entity type to CdmChangeEvent and fixes #5139
#5129 Extend export ui for remoting
#5029 Implement oneclick login for remoting
Add access to service cacher
#4932 Remove autowired members, Use serliaised cdm model map
#5098 : Fix issue with authentication when using search bar
#5010 : Initial commit to fix duplicate entry issue when creating new key node
#5034 Add tests for handler / operations architecture
Fix test
#5028,#5032 Add implementation and use of new test service and Set http invoker read timeout to 0 (never )
Fix initialisation of mock session owner
#5007 : Add remoting handler / operations for the taxon navigator
ICdmDataChangeService, CdmUIDataChangeService, CdmDataChangeService : added new data change service with different services for the ui and non-ui states CdmApplicationState, CdmStore : added data change service to app state CdmChangeEvent, ICdmChangeListener : added change listener and even to fire in case of data changes...
CdmApplicationState:New class to handle application state CdmStore, BaseRemotingTest : using new application state class TaxonNavigatorTest : ignoring test for now TaxonNavigatorTest : increased max memory for jetty
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...
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...
corrected app context generation
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...
refactoring due to change in cache package name
ICdmEntitySessionManager, CdmEntitySessionManager, MockCdmEntitySessionManager : removed cdm entity session access methods CdmServiceInterceptorException, CdmServiceRequestExecutor, TermServiceRequestExecutor : New executor classes to be used to execute intercept remote service requests starting with the term service...
moving all source files from the remoting project to the cdmlib project
moving code to remoting project
.classpath : added test resources in classpath CdmPersistentRemoteSourceTest : added new tests for remote source connection CdmRemoteSourceBase : added code to connect to the target database (before initialising the full application context) to retrieve metadata...
CdmApplicationRemoteController : directly loads CdmApplicationRemoteConfiguration bean and sets configuration in hibernate classes CdmApplicationRemoteConfiguration : no longer need the bean name hack due to update in CdmApplicationRemoteController
comments and javadoc
CdmApplicationRemoteConfiguration : removed spring bean name hack, since we now have a new controller CdmApplicationRemoteController : new Controller class to handle remoting AbstractLazyInitializer / AbstractPersistentCollection : added missing methods to check if proxy object is initialized...
RemoteLazyLoadingTest : Creating application configuration programmatically AbstractPersistentCollection, AbstractLazyInitializer : Copied aspect code here CdmApplicationRemoteConfiguration : overriding datasource since it is not required in remoting remotingApplicationContext : added autowiring config
CdmApplicationRemoteConfiguration : added GeoService and @Component bean name remotingApplicationContext : exclude CdmApplicationDefaultConfiguration from comp scan remoting_services_security : cosmetic httpInvokerServiceClients : added editGeoService config.properties : corrected context path...
reverting cdm application / controller refactoring and simply extending the CdmApplicationRemoteConfiguration class by throwing UnsupportedOperationException for methods that are not supported by remoting
changed package name to be consistent with cdmlib remotingApplicationContext.xml : cleaning up component scan