Details
-
Type:
Bug Report
-
Status: Closed
-
Priority:
L3 - Default
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 7.3.0, 7.2.3, 7.3.0-alpha1
-
Component/s: engine
-
Labels:None
Description
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)