Uploaded image for project: 'camunda BPM'
  1. camunda BPM
  2. CAM-3339

ProcessApplicationManager#logRegistration does not check isCmmnEnabled configuration

    XMLWordPrintable

Details

    • Bug Report
    • Resolution: Fixed
    • L3 - Default
    • 7.3.0, 7.2.3, 7.3.0-alpha1
    • None
    • engine
    • 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)

      mgm-controller-panel

        This is the controller panel for Smart Panels app

        Attachments

          Activity

            People

              thorben.lindhauer Thorben Lindhauer
              thorben.lindhauer Thorben Lindhauer
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Salesforce