#5161 Initialize listeners on cdm entities before put in cache
Add entity type to CdmChangeEvent and fixes #5139
#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
#5122 Implement Null Entity Session and integrate it in required preference pages
#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
Add access to service cacher
#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
Remove duplicate webapp war
#5098 : Fix issue with authentication when using search bar
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
Add method to sessionOwner objects to fine tune performance using property paths
Update ICdmEntitySessionEnabled to no longer extend ICdmChangeListener
#5067 Integrate remoting sessions in derivate hierachy views, Adapt existing actions
#5054 Update Term Editor to be remoting compatible
#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)
#5012 Adding remoting session and updating save methods for Bulk Editor
Replace properties file with xml file
#5012 updates for making Bulk Editor remoting capable
Add check to display statistice only when cache is alive
Merge branch 'develop' of wp5.e-taxonomy.eu:/var/git/taxeditor into remoting-4.0
Conflicts: eu.etaxonomy.taxeditor.cdmlib/src/main/java/eu/etaxonomy/cdm/api/lazyloading/CdmLazyLoader.java eu.etaxonomy.taxeditor.cdmlib/src/main/java/org/hibernate/collection/internal/AbstractPersistentCollection.java...
Move xml validation to base test class
#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 remoting code compilation errors
#5031 Update remoting code to be compatible with new common service collection calls
#5025 : Implement load of UpdateResult using new cdm entity identifier
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...
Conflicts: eu.etaxonomy.taxeditor.cdmlib/.classpath eu.etaxonomy.taxeditor.cdmlib/.gitignore eu.etaxonomy.taxeditor.cdmlib/pom.xml eu.etaxonomy.taxeditor.cdmlib/src/main/java/eu/etaxonomy/cdm/api/cache/CdmServiceCacher.java...
setting root logger setting to WARN
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
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
fixing for compatibility with merged cdmlib
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
corrected merge to latest snapshot version updated hibernate config file and test db setup testing framework with jetty and maven
Merge branch 'master' of wp5.e-taxonomy.eu:/var/git/taxeditor into remoting-4.0
Conflicts: .gitattributes eu.etaxonomy.taxeditor.cdmlib/.classpath eu.etaxonomy.taxeditor.cdmlib/META-INF/MANIFEST.MF eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/TaxonEditorInput.java...
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...
corrected app context generation
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
fixed problems with new classes in merge
Merge branch 'move-to-luna' into remoting-4.0
Conflicts: eu.etaxonomy.taxeditor.cdmlib/.classpath eu.etaxonomy.taxeditor.cdmlib/META-INF/MANIFEST.MF eu.etaxonomy.taxeditor.cdmlib/build.properties eu.etaxonomy.taxeditor.cdmlib/pom.xml eu.etaxonomy.taxeditor.cdmlib/src/main/resources/eu/etaxonomy/cdm/remotingApplicationContext.xml...
.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...
added custom executor for common service
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
cleaned up lib dir and updated unitils version CdmAuthenticatedHttpInvokerRequestExecutor : custom authentication executor (not used for now) MockCdmEntitySession : mock session for stand-alone editor
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
refactoring due to change in cache package name
migrated cache related classes to another package
CdmServerInstanceInfo, RemotingLoginDialog, ShowRemotingLoginWindowHandler : functionality for remoting login moved classes to appropriate locations. merged from trunk.
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...
updated manifest for deleted test dir removed unnecessary commit root entity methods in session and session manager
moving all source files from the remoting project to the cdmlib project
clean up
moving code to remoting project
remotingApplicationContext : now using the cachers from cdmlib CdmServiceCacher : added unimplemented method
CdmServiceCacher : Added class to load / cache CDM entities using services remotingApplicationContext : updated cacher bean config httpInvokerServiceClients : removed unnecessary loading of remote config CdmServiceCacherTest : added cacher test
remotingApplicationContext : added CdmCacher as bean to be initialised META-INF/MANIFEST.MF, .classpath, lib/ehcache-core-2.4.3.jar, lib/ehcache-core-2.6.9.jar: replaced ehcache-core-2.4.3 with ehcache-core-2.6.9 for the CdmCacher. It seems that even though hibernate-ehcache-4.1.10.Final is embedded with ehcache-core-2.4.3, it is compatible with ehcache-core-2.6.9 according to http://architects.dzone.com/articles/hibernate-4-and-ehcache-higher.
.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...
CdmPersistentRemoteSource : implemented all source methods including save and delete CdmRemoteSourceException : new exception to deal with cdm source errors CdmRemoteSourceBase : added default constructor
CdmApplicationRemoteController : directly loads CdmApplicationRemoteConfiguration bean and sets configuration in hibernate classes CdmApplicationRemoteConfiguration : no longer need the bean name hack due to update in CdmApplicationRemoteController
isRemoting is no longer based on a bean in the application context, but the type of cdm source
comments and javadoc
Adding CDM Remote Source set of classes to allow editor to connect to a remote cdmserver
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...
setting application configuration and boolean remoting flag (bean) in hibernate proxy classes to differentiate local and remoting
added call to remoting with correct check
disabling remoting calls untill further investigation
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