Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
58afb673 12/09/2014 05:55 PM Cherian Mathew

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

9797b698 12/08/2014 06:28 PM Cherian Mathew

clean up

c3f81c22 11/18/2014 10:28 AM Cherian Mathew

remotingApplicationContext : now using the cachers from cdmlib
CdmServiceCacher : added unimplemented method

1568c431 06/27/2014 11:57 AM Cherian Mathew

CdmServiceCacher : Added class to load / cache CDM entities using services
remotingApplicationContext : updated cacher bean config
httpInvokerServiceClients : removed unnecessary loading of remote config
CdmServiceCacherTest : added cacher test

20ed1f92 06/25/2014 05:15 PM Cherian Mathew

remotingApplicationContext : added CdmCacher as bean to be initialised
META-INF/MANIFEST.MF, .classpath, lib/ehcache-core-2.4.3.jar, lib/ehcache-core-2.6.9.jar: replaced ehcache-core-2.4.3 with ehcache-core-2.6.9 for the CdmCacher.
It seems that even though hibernate-ehcache-4.1.10.Final is embedded with ehcache-core-2.4.3, it is compatible with ehcache-core-2.6.9 according to http://architects.dzone.com/articles/hibernate-4-and-ehcache-higher.

07d21e62 05/06/2014 04:45 PM Cherian Mathew

.classpath : added test resources in classpath
CdmPersistentRemoteSourceTest : added new tests for remote source connection
CdmRemoteSourceBase : added code to connect to the target database (before initialising the full application context) to retrieve metadata...

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

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

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

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

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