Revision 02ec8d6b
Added by Andreas Kohlbecker about 5 years ago
src/main/webapp/WEB-INF/applicationContext.xml | ||
---|---|---|
49 | 49 |
</bean> |
50 | 50 |
|
51 | 51 |
<!-- enable the configuration of transactional behavior based on annotations --> |
52 |
<tx:annotation-driven transaction-manager="transactionManager" />
|
|
52 |
<tx:annotation-driven transaction-manager="transactionManager"/> |
|
53 | 53 |
|
54 | 54 |
<!-- import additional beans into the root context (this is in cdmlib-remote-webapp) --> |
55 | 55 |
<!-- <import resource="applicationContext.views.xml" /> --> |
Also available in: Unified diff
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
- SpecimenTypeDesignationWorkingsetEditorPresenter implements CachingPresenter so that EnityCache and
ToOneRelatedEntityReloader can interact
- completing init strategies in RegistrationWorkingSetService
- SpecimenTypeDesignationWorkingsetEditorPresenter.saveBean reuses entities stored in entityCache
- introducing SpecimenTypeDesignationWorkingSetService