ProcessApplicationManager#logRegistration does not check isCmmnEnabled configuration

XMLWordPrintable

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

            Assignee:
            Thorben Lindhauer
            Reporter:
            Thorben Lindhauer
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: