Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
3ffe0a32 04/09/2014 04:15 PM Cherian Mathew

isRemoting is no longer based on a bean in the application context, but
the type of cdm source

da2857b1 04/09/2014 04:13 PM Cherian Mathew

isRemoting is no longer based on a bean in the application context, but
the type of cdm source

388959b4 04/09/2014 04:09 PM Cherian Mathew

cdm.datasources.xml : added test sources settings file
CdmRemoteSourceTest, RemoteLazyLoadingTest : updated tests
HttpInvokerServicesTest, CdmPersistentRemoteSourceTest, CdmApplicationRemoteControllerTest : new test classes for remoting
RemoteApplicationConfigurationTest : no longer a real test, but a super class for remote tests

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

comments and javadoc

98754a9b 04/04/2014 11:28 AM Cherian Mathew

Adding CDM Remote Source set of classes to allow editor to connect to a remote cdmserver

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

871f7f61 03/20/2014 04:20 PM Cherian Mathew

added more tests for both lazy loading entities and collections

ddf2f529 03/13/2014 09:23 PM Cherian Mathew

setting application configuration and boolean remoting flag (bean) in hibernate proxy classes to differentiate local and remoting

de168514 03/13/2014 04:00 PM Cherian Mathew

added remote collection method checks in addition to local for lists and sets

a3044475 03/13/2014 10:00 AM Cherian Mathew

added test class for persistent collections and also a base class for configuringsetting up remote configuration.

68153e8d 03/12/2014 03:24 PM Cherian Mathew

added call to remoting with correct check

cd9e44c1 02/25/2014 09:03 AM Cherian Mathew

disabling remoting calls untill further investigation

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

8a93d57d 02/12/2014 03:25 PM Cherian Mathew

removing Transient annotation - not required

f6eae72a 02/12/2014 01:48 PM Cherian Mathew

erging from remoting-1.0 branch

  • adding new confugration / controller classes for remoting
  • adding aspect and related aop.xml config file
  • added aspect and spring remoting jars
  • updated manifest , pom and classpath for the new dependencies