You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Review ProcessService inject into management addon to avoid UnsatisfiedResolutionException when a project doesn't have a bpmn/serverless workflow file
#3473
Closed
ricardozanini opened this issue
Apr 12, 2024
· 3 comments
· Fixed by #3474
The ProcessService bean is not available. Since these images start with an empty project, I think this injection dependency is not found. I might be wrong, I haven't dug enough.
The culprit is this change: quarkus/addons/process-management/runtime/src/main/java/org/kie/kogito/process/management/ProcessInstanceManagementResource.java
The
ProcessService
bean is not available. Since these images start with an empty project, I think this injection dependency is not found. I might be wrong, I haven't dug enough.Can we make this injection optional?
Originally posted by @ricardozanini in #3403 (comment)
The text was updated successfully, but these errors were encountered: