Project

General

Profile

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

# Date Author Comment
b7647a99 03/07/2019 02:57 PM Andreas Kohlbecker

ref #7106 using new CdmRepository.clearSession() method

1bc25606 10/26/2018 06:22 PM Andreas Kohlbecker

ref #7870 clearing the session to wipe out any left overs from previous usage of the session in handleViewEntered

b14494a9 10/24/2018 02:53 PM Andreas Kohlbecker

fix #7036 making sure all spring beans are disposed when the vaadin session times out

  • RegistrationToolbar, RegistrationUI, RegistrationWorkingsetPresenter, NavigationManagerBean as DisposableBean
  • seetting the vaadin closeIdleSessions parameter to true in web.xml
fba774b1 09/11/2018 01:12 PM Andreas Kohlbecker

fix #7742 unsubscribing from event bus when disposing presenter

5b7fa02a 09/11/2018 10:35 AM Andreas Kohlbecker

fix #7742 disposing view, presenter and ehcaches when popupviews are closed

af10794f 06/06/2018 11:51 AM Andreas Kohlbecker

consistent popup opening, using boundTargetField to identify field to be updated

be4a9789 02/01/2018 02:56 PM Andreas Kohlbecker

fix #7231 replacing SpringApplicationEventBus by scoped Vaadin4Spring Event Bus

3cc5bf8b 01/18/2018 06:26 PM Andreas Kohlbecker

fixing ReferenceEditorAction problems

f3783332 12/08/2017 09:47 PM Andreas Kohlbecker

fix #7132 readonly mode for SpecimenTypeDesignationWorkingsetPopupEditor and TaxonNamePopupEditor

02ec8d6b 11/14/2017 11:39 AM Andreas Kohlbecker

ref #7059 ref #7046 using kindOfunit for TypeDesisgnations instead of DerivationEvent type and fixing save and LIE problems:
- intoducing EntityCache to allow re-using previously loaded entities
- CdmEntityCache implements EntityCache
- ToOneRelatedEntityReloader to replace entities loaded by the LazySelect...

2f02081c 11/02/2017 12:42 PM Andreas Kohlbecker

ref #7046 completely removing open session per view implementation and adding init strategies for Name and Typedesignation editor

b84bb2fd 10/25/2017 06:06 PM Andreas Kohlbecker

Revert "enabling transaction close on conversation unbind after ref #6780 is fixed this could also have en effect to ref #7035"

need to revert due to problems with transaction synchronization being not active

This reverts commit ec18134aae9b2699aebfcf378da03d767332dcb7.

ec18134a 10/25/2017 04:48 PM Andreas Kohlbecker

enabling transaction close on conversation unbind after ref #6780 is fixed this could also have en effect to ref #7035

79a2ec81 10/24/2017 05:27 PM Andreas Kohlbecker

Revert "releasing ConversationHolder to prevent memory leaks"

setting the ConversationHolder null at the end of a view causes problems

This reverts commit 697d2b55a4b05f672fac988f55b018f622ecb305.

697d2b55 10/24/2017 05:18 PM Andreas Kohlbecker

releasing ConversationHolder to prevent memory leaks

b3e242fe 07/13/2017 03:34 PM Andreas Kohlbecker

fix #6810 View for starting new registrations implemented

7328ae26 07/10/2017 10:19 AM Andreas Kohlbecker

ref #6687 using read-only transactions in non editor view presenters

f1e94220 07/10/2017 09:27 AM Andreas Kohlbecker

ref #6687 closing ConversationHolder on view exit

fe785c1e 07/07/2017 11:48 AM Andreas Kohlbecker

fix #6687 per view implementation of the 'session-per-conversation' pattern

da93b6de 06/06/2017 11:57 AM Andreas Kohlbecker

ref #6368 adapting cdm-vaadin to new TaxonName model

a2cc9f8d 06/02/2017 11:20 AM Andreas Kohlbecker

more consistent save operations with better logging

92d4dbe0 05/30/2017 12:46 PM Andreas Kohlbecker

fix #6673 implementing the PopupEditorFactory and making all PopEditors and presenters POJOs

c46954e3 05/29/2017 03:46 PM Andreas Kohlbecker

ref #6169 RelatedEntityListSelect (ToOneRelatedEntityField) edit and select working, add blocked by #6673

86b2da34 05/08/2017 03:37 PM Andreas Kohlbecker

ref #6169 filtering registration list by role, user and status in the 2 ListView modes

5ba148ae 05/05/2017 10:30 PM Andreas Kohlbecker

ref #6169 generic AbstractCdmEditorPresenter wihout LazyInitializationExeption problems

e192ea4b 04/11/2017 01:59 PM Andreas Kohlbecker

#6562 throwing warning on issue

74f4344f 04/11/2017 09:41 AM Andreas Kohlbecker

#6169 TimePeriod field layout improvements

0e7a9b4f 04/06/2017 08:43 AM Andreas Kohlbecker

better popup views and editors fully compliant to MVP

f3bb4cae 04/04/2017 04:48 PM Andreas Kohlbecker

ref #6169 very basic Reference editor experiment

fc216715 03/09/2017 07:41 PM Andreas Kohlbecker

logging with log4j

ec462234 03/09/2017 06:33 PM Andreas Kohlbecker

ref #6169 initial list view on registrations

c33e979b 03/03/2017 02:59 PM Andreas Kohlbecker

ref #6169 preparing for opening name editor

7b6f4230 03/03/2017 12:04 PM Andreas Kohlbecker

adding spring-mvp framework