-
Bug Report
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
Problem description:
1. Attempt to run the engine without CMMN tables (i.e. you do not create the database tables and set ProcessEngineConfiguration#isCmmnEnabled to false).
2. Deploy any BPMN process application
3. ProcessApplicationManager.logCaseDefinitionRegistrations(StringBuilder, List<CaseDefinition>) makes a case definition query that fails as the tables do not exist
Fix:
ProcessApplicationManager should check the isCmmnEnabled setting.
Impact:
This prevents using the engine without CMMN tables. (note: this is not a supported setting if I remember correctly)