-
Bug Report
-
Resolution: Duplicate
-
L3 - Default
-
None
-
None
-
None
Scenario:
- shared engine
- process application deployment contains engine-cdi module
- process definition with timer start event
- timer cycle is to be resolved with a CDI bean
Current behavior:
- resolving the bean fails because the process application has not yet been registered for its deployment when the timer jobs are to be created; furthermore, the expression is attempted to be resolved by an execution (null); should probably be the deployment
Expected behavior:
- A process definition with CDI-bean-based timer start event can be created