Fix duplicate entity issue with newly created cdm entities
Use new find method with update
Add method to sessionOwner objects to fine tune performance using property paths
Update ICdmEntitySessionEnabled to no longer extend ICdmChangeListener
#5054 Update test for checking terms update
#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)
Remove manual session creation and re-enable failing tests
Ignore failing tests to check if other tests fail
Add logs to debug test issue on integration jenkins
Fix test by making sure that all entities are loaded in sessions
Remove unnecessary call to session debugger
#5034 Add tests for handler / operations architecture
Fix test
Fix LanguageString issue with test data
Move test classes to right packages
#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...
BaseRemotingTest, RemotingSessionAwareTest : made abstract since there are not runnable tests CdmEntitySessionManagerTest (.xml) : fixed 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
corrected / moved existing tests
implemented new method in interface
refactoring and added tests
merge from trunk
moving tests from cdmlib to the test project