Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
aa3f1652 08/25/2020 03:15 PM Andreas Müller

ref #9204 some more documentation on how to handle AbstractPersistentCollection

78716654 08/25/2020 02:43 PM Andreas Müller

ref #9204 uncritical minor final changes to AbstractPersistentCollection

445d2b80 08/25/2020 02:39 PM Andreas Müller

ref #9204 final changes to AbstractPersistentCollection (also seem to be not really critical)

c44864dc 08/25/2020 02:37 PM Andreas Müller

ref #9204 further uncritical updates to AbstractPersistentCollection

93186f1a 08/25/2020 01:56 PM Andreas Müller

ref #9204 probably uncritical updates to AbstractPersistentCollection

3b868cb0 08/25/2020 01:36 PM Andreas Müller

ref #9204 further uncritical updates to AbstractPersistentCollection

49289293 08/25/2020 12:56 PM Andreas Müller

ref #9204 change logger in AbstractPersistentCollection

db8899fb 08/25/2020 12:50 PM Andreas Müller

ref #9204 uncritical updates to AbstractPersistentCollection

68144e34 08/25/2020 12:50 PM Andreas Müller

ref #9204 revert changes to AbstractPersistentCollection, only keep new serialVersionUID (for doing it step by step)

9ca50199 08/25/2020 10:47 AM Andreas Müller

ref #9204 update overridden AbstractPersistentCollection class to hibernate 5.1.17

0dd61d7a 06/29/2020 09:24 AM Andreas Müller

rename deproxy to deproxyIfInitialized

f4cc04f2 03/16/2018 02:40 PM Katja Luther

adapt taxeditor cache to cdmlib-cache

db305a52 05/10/2016 12:41 PM Patrick Plitzner

Add support for PersistentBag #5781

4895b442 01/21/2016 03:26 PM Andreas Kohlbecker

typo

17fd8fde 01/21/2016 02:56 PM Andreas Kohlbecker

updating serialVersionUID and documentation

a3e7482e 01/11/2016 02:41 PM Katja Luther

adapt dependencies, not finished yet

26d19e4f 08/04/2015 06:34 PM Cherian Mathew

#5129 Extend export ui for remoting

f14d30a5 07/09/2015 01:16 PM Cherian Mathew

#5067 Integrate remoting sessions in derivate hierachy views, Adapt existing actions

e09f9c40 06/25/2015 02:46 PM Cherian Mathew

#5031 Update remoting code to be compatible with new common service collection calls

348d552a 03/02/2015 10:21 AM Cherian Mathew

AbstractPersistentCollection : fixed loading of collection
MockCdmEntitySessionManager, MockCdmEntitySession, ICdmEntitySessionManager, ICdmEntitySession, CdmEntitySessionManager,
CdmEntitySession : added new load method with choice to update client object graph...

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

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

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

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

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