highmed / highmed-dsf

HiGHmed Data Sharing Framework funded by the German Federal Ministry of Education and Research (BMBF, grant ids: 01ZZ1802E and 01ZZ1802A)
Apache License 2.0
32 stars 20 forks source link

allows process plugins to fail during startup without crashing the BPE #336

Closed hhund closed 2 years ago

hhund commented 2 years ago

BeanCreationExceptions due to errors during initialization of spring beans in plugins are now caught and an empty (aka no beans) application context is used for a failed process plugin. Because of this, JavaDelegates for BPMN Tasks may not exist. This will now result in a warning, not a crash of the BPE.

fixes #335