#5247 Fix duplicate entity issue for new entities by using the new merge service method which returns the input transient object
Add entity type to CdmChangeEvent and fixes #5139
Add remoting operation / handlers for key list editor
New operation abstract class for merge
Update ICdmEntitySessionEnabled to no longer extend ICdmChangeListener
#5009 Update plugin to use remoting handlers
#5034 Add tests for handler / operations architecture
Fix test
#5025 : Implement load of UpdateResult using new cdm entity identifier
#5007 : Integrated remoting handler / operations for taxon navigator ui
#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...
RemotingCdmUpdateOperation : corrected exception handling RemotingChangeAcceptedTaxonToSynonymOperation : new remoting operation class server.properties : server properties for test
plugin.xml : updated plugin for new remoting handlers RemotingCdmHandler, RemotingCdmOperation, RemotingCdmUpdateOperation : new handler / operation architecture RemotingChangeAcceptedTaxonToSynonymHandler : using new remoting handler design CdmStorePropertyTester : added isRemoting test
fixed problems with new classes in merge
InspectSessionsDialog : added filtering CdmStore : clearing caches and session before connecting ParseHandler : using NonViralName instead of TaxonNameBase AbstractPostTaxonOperation, AbstractPostOperation, AbstractPersistentPostOperation : added CdmEntitySessionEnabled object to constructor...
MultiPageTaxonEditor : added cdm entity session capabilities to update and register data changes TaxonNavigator, TaxonNavigatorDataChangeBehavior : added refreshing of specific objects MoveFactualDataHandler : moved business logic to service call using uuids...
NewTaxonNodeWizard : replaced saveOrUpdate with merge for remoting AbstractPersistentPostOperation : added ICdmEntitySessionEnabled to constructor RemotingLoginDialog : added functionality to directly connect to local dev eclipse cdmserver if vm arg is present
merge-update of trunk and disabling GUI-Control separation
fix delete of classifications
smaller fixes
merged model adaptions to cdmlib 3.2.4 from campanula branch
merged/implemented cdm3.3 model adaptations
Fixes #2235
Improved documentation
had to rename the packages to make them compliant with buckminster