Project

General

Profile

Download (21.5 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
b51ccdd4 05/07/2018 11:38 AM Katja Luther

use longRunningTasksService for setSecundumReference

955e5a52 05/15/2017 03:45 PM Andreas Kohlbecker

ref #6612 adding RegistrationService to remoting configuration

a3140560 02/23/2017 10:33 AM Katja Luther

add RightsService to CdmApplicationRemoteConfiguration

2da9ade2 02/15/2017 10:48 AM Andreas Kohlbecker

ref #6419 renaming CdmApplicationDefaultConfiguration to CdmRepository

b9801dc0 09/13/2016 11:57 AM Katja Luther

ref #5969: get the preference NC from db when initialize preference store and save the changes in db

41dc3a99 03/30/2016 01:47 PM Patrick Plitzner

Add IEventBaseService to application controller #5403

  • fixes referencing objects for SingleReads
a3e7482e 01/11/2016 02:41 PM Katja Luther

adapt dependencies, not finished yet

4ed38c9b 11/27/2015 11:48 AM Cherian Mathew

#5207 Add validation of credentials on target server before starting application context

5006b30c 11/23/2015 11:41 AM Cherian Mathew

Generate metadata service without the authentication executor

d02ff6c0 11/23/2015 10:39 AM Cherian Mathew

Revert cached services map to be local to configuration class

fc09bcdb 11/20/2015 06:47 PM Cherian Mathew

#5000 Use new metadata service

93590159 10/27/2015 05:24 PM Cherian Mathew

#5297 Add remoting progress monitoring

#5297 Change active seesion variable to a inheritable thread local variable and add relevant tests

Add monitered operation

#5297 Add post monitor operation callback, Add report text dialog

#5297 Add progress monitor client manager...

67cad510 09/08/2015 05:54 PM Cherian Mathew

Add annotation service to config

c237492d 09/07/2015 12:25 PM Cherian Mathew

Set read timeout for services to infinite

390328ab 09/07/2015 10:58 AM Cherian Mathew

Replace spring application context loading with programmatic loading

abce4859 06/01/2015 05:07 PM Cherian Mathew

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...

6548ea8a 05/26/2015 06:18 PM Cherian Mathew
  • corrected recursive autowiring
  • changed application context loading to be more performant
1075da9a 02/23/2015 09:51 AM Cherian Mathew

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...

e78140b5 01/27/2015 10:32 AM Cherian Mathew

refactoring due to change in cache package name

c7ce2226 01/20/2015 11:33 AM Cherian Mathew

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...

58afb673 12/09/2014 05:55 PM Cherian Mathew

moving all source files from the remoting project to the cdmlib project

3fd7eb7e 12/08/2014 04:43 PM Cherian Mathew

moving code to remoting project

aaa98ab4 04/09/2014 04:16 PM Cherian Mathew

CdmApplicationRemoteController : directly loads CdmApplicationRemoteConfiguration bean and sets configuration in hibernate classes
CdmApplicationRemoteConfiguration : no longer need the bean name hack due to update in CdmApplicationRemoteController

d0fbe90d 04/04/2014 05:42 PM Cherian Mathew

comments and javadoc

0d17eac3 04/04/2014 11:27 AM Cherian Mathew

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...

07e4e710 02/20/2014 05:37 PM Cherian Mathew

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

22759920 02/14/2014 05:53 PM Cherian Mathew

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...

a500a93f 02/13/2014 01:08 PM Cherian Mathew

reverting cdm application / controller refactoring and simply extending the CdmApplicationRemoteConfiguration class
by throwing UnsupportedOperationException for methods that are not supported by remoting

73de892e 02/12/2014 05:54 PM Cherian Mathew

changed package name to be consistent with cdmlib
remotingApplicationContext.xml : cleaning up component scan