Integration between Micronaut and Camunda (Workflow Engine). We configure Camunda with sensible defaults, so that you can get started with minimum configuration: simply add a dependency in your Micronaut project to embed the workflow engine!
After upgrading to 2.5.0, my application does not start anymore because an exception occurred in the persistence layer.
The issue seems to be
### Error querying database. Cause: java.lang.IllegalArgumentException: Mapped Statements collection does not contain value for selectEventSubscriptionsByNameAndTenantId
After upgrading to 2.5.0, my application does not start anymore because an exception occurred in the persistence layer.
The issue seems to be
### Error querying database. Cause: java.lang.IllegalArgumentException: Mapped Statements collection does not contain value for selectEventSubscriptionsByNameAndTenantId
Attached you can find my startup log. startup-error.txt