#5031 Update remoting code to be compatible with new common service collection calls
Enable tests again
#4074 : Fix initialisation, use and disposal of mocke session owner
Fix initialisation of mock session owner
#5007 : Add remoting handler / operations for the taxon navigator
TaxonNavigator : added refresh of navigator on data change TaxonNavigatorLabels : new interface with label strings used by taxon navigator handlers RemotingChangeAcceptedTaxonToSynonymHandler : using TaxonNavigatorLabels RemotingMoveFactualDataHandler : remoting version of move factual data handler...
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
eu.etaxonomy.taxeditor.cdmlib/.classpath,MANIFEST.MF : removed cdm-server jar from classpath OperationTestBase, TaxonNameEditorTest, : refactoring MockConversationEnabled : class to mock interface IConversationEnabled TaxonNavigatorTest (.xml) : added test + data...
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
forgot to add in last commit
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
corrected / moved existing tests
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...
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...
refactoring and added tests