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

Dmn tables are not optional

    XMLWordPrintable

Details

    • Bug Report
    • Resolution: Fixed
    • L3 - Default
    • 7.5.0, 7.4.1, 7.5.0-alpha1
    • None
    • engine
    • None

    Description

      Problem:

      1. create manually the schema without dmn tables
      2. set ProcessEngineConfigurationImpl#dmnEnabled to false
      3. set ProcessEngineConfigurationImpl#databaseSchemaUpdate to false
      4. build process engine

      -> the following exception is thrown:

      org.camunda.bpm.engine.ProcessEngineException: ENGINE-03056 Tables are missing for the following components: [
        decision.engine
      ]
        at org.camunda.bpm.engine.impl.db.EnginePersistenceLogger.missingTableException(EnginePersistenceLogger.java:468)
        at org.camunda.bpm.engine.impl.db.sql.DbSqlSession.dbSchemaCheckVersion(DbSqlSession.java:299)
        at org.camunda.bpm.engine.impl.SchemaOperationsProcessEngineBuild.execute(SchemaOperationsProcessEngineBuild.java:54)
        at org.camunda.bpm.engine.impl.SchemaOperationsProcessEngineBuild.execute(SchemaOperationsProcessEngineBuild.java:1)
        ...
      

      mgm-controller-panel

        This is the controller panel for Smart Panels app

        Attachments

          Activity

            People

              roman.smirnov Roman Smirnov
              roman.smirnov Roman Smirnov
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Salesforce