-
Bug
-
Resolution: Done
-
Major
-
7.15.0.Final
-
None
-
1
-
NEW
-
NEW
-
2019 Week 02-04, 2018 Week 51-01
When there are multiple work item handlers with auto wired process service will cause failure at boot with circular dependency exception.
*************************** APPLICATION FAILED TO START *************************** Description: The dependencies of some of the beans in the application context form a cycle: Custom (field private org.jbpm.services.api.ProcessService org.jbpm.springboot.samples.handlers.CustomWorkItemHandler.processService) ┌─────┐ | processService defined in class path resource [org/jbpm/springboot/autoconfigure/JBPMAutoConfiguration.class] ↑ ↓ | runtimeDataService defined in class path resource [org/jbpm/springboot/autoconfigure/JBPMAutoConfiguration.class] ↑ ↓ | deploymentService defined in class path resource [org/jbpm/springboot/autoconfigure/JBPMAutoConfiguration.class] ↑ ↓ | Log (field private org.jbpm.services.api.ProcessService org.jbpm.springboot.samples.handlers.LogWorkItemHandler.processService) └─────┘