Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
53fc098d 07/04/2022 10:02 PM Andreas Müller

improve logging for exception in AbstractPersistentCollection.remoteInitialize()

9ee1ca44 06/16/2022 09:47 PM Andreas Müller

fix #10075 fix deserialization by overriding PreferredLoaderObjectInputStream from ehcache

25436749 06/15/2022 12:04 PM Andreas Müller

cleanup

94de228d 06/09/2022 07:16 PM Andreas Müller

minor

f274f083 06/09/2022 03:27 PM Andreas Müller

ref #9359 upgrade TaxEditor to log4j2

bdf38d94 06/01/2022 11:30 AM Andreas Müller

ref #10067 adapt AbstractPersistentCollection serialVersionUID

e20f99e1 05/31/2022 11:43 PM Andreas Müller

ref #10067 add remoting specific parts to AbstractLazyInitializer again in taxeditor

58696c35 05/31/2022 11:30 PM Andreas Müller

ref #10067 adapt AbstractLazyInitializer to new hibernate version in taxeditor

2760b7b4 05/31/2022 11:27 PM Andreas Müller

ref #10067 adapt AbstractPersistentCollection to new hibernate version in taxeditor

45e18d0e 06/02/2021 12:47 PM Katja Luther

code cleaning

b41b2728 03/03/2021 10:02 AM Andreas Müller

add exception handling in CachingHttpInvokerProxyFactoryBean

15054273 02/19/2021 05:09 PM Andreas Müller

fix potential NPEs

7c11179c 02/18/2021 03:06 PM Katja Luther

add class information to exception -fix compilation error

e6989719 02/18/2021 03:03 PM Katja Luther

add class information to exception

0c247ba9 02/17/2021 02:08 PM Katja Luther

add additional debugging in AbstractPersistentCollection

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

84bff3eb 06/25/2020 01:56 AM Andreas Müller

cleanup

1871c770 06/25/2020 01:55 AM Andreas Müller

revert removing findWithUpdate

270dbad4 06/25/2020 12:47 AM Andreas Müller

remove findWithUpdate from CommonService

6f33eb6e 06/24/2020 10:55 PM Andreas Müller

cleanup

4db0e47a 02/11/2020 01:01 PM Katja Luther

fix handleGeneralRequest, load(result) instead of load(result.getCdmEntity())

75785495 02/10/2020 12:44 PM Andreas Müller

cleanup

b83b73a7 02/10/2020 12:36 PM Andreas Kohlbecker

ref #8812 logging of request duration in case of socket timeouts

1c21abc1 02/05/2020 12:02 PM Andreas Kohlbecker

ref #8842 replacing caching in CdmServiceRequestExecutor by CachingHttpInvokerProxyFactoryBean to avoid having states

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