Chapter 9. Fixed issues in Red Hat Decision Manager 7.11.1

Red Hat Decision Manager 7.11.1 provides increased stability and fixed issues listed in this section.

9.1. Business Central

  • Business Central stops indexing without logging any exception [RHPAM-3600]
  • When the following configuration settings are applied, space creation using Business Central REST API fails [RHPAM-3739]

    <property name="org.appformer.concurrent.managed.thread.limit" value="9"/>
    <property name="org.appformer.concurrent.unmanaged.thread.limit" value="9"/>
    <property name="org.appformer.concurrent.indexing.thread.limit" value="9"/>
    <property name="org.appformer.concurrent.fs.watch.thread.limit" value="9"/>
  • In Business Central, the opening of assets takes a long time with large commit history, which results in slow performance in projects [RHPAM-3557]
  • Data Object editor removes imports when saving [RHPAM-3544]
  • In the guided decision rules, the options fail to display [RHPAM-2829]
  • When a field name of a data object is in uppercase, then after deploying the project, a part of the field name is changed automatically to lowercase [RHDM-1725]
  • When you convert a guided decision table into XLS decision table, the BRL columns invoking method calls containing String and Date arguments are converted incorrectly [RHDM-1696]
  • In guided rule editor, the formula content is reloaded incorrectly [RHDM-1600]

9.2. KIE Server

  • Narayana starter version mismatches when you upgrade Spring Boot to version 2.4.3 [RHPAM-3749]
  • The DroolsKieSessionLookupHandler parameter repeatedly adds the PrometheusMetricsDroolsListener instance to the same ksession instance [RHPAM-3737]

9.3. DMN designer

  • DMN editor removes the edges for duplicate decision nodes on canvas [RHDM-1714]
  • Connectors appear in a different way in read-only mode [RHDM-1667]

9.4. Red Hat build of Kogito

  • From given asset, an incorrect archetype is used to generate a project [RHPAM-3654]

9.5. Decision engine

  • When you set a BigDecimal variable to a String type value in an executable model, you receive a compilation error [RHDM-1730]
  • When you add a rule descriptor to a CompositePackageDescr, projects take several hours to build and fail to complete the compilation [RHDM-1738]
  • You receive a range index issue when the constraints are on the same value but are lexicographically different [RHDM-1722]
  • In an executable model, when you compare the BigDecimal type property with the results of accumulate max function of BigDecimal variable, you receive a compilation error [RHDM-1716]
  • When you set a BigDecimal variable to a String literal value in an executable model, you receive a compilation error [RHDM-1715]
  • In an executable model, when a rule contains a null assignment to a property in the MVEL dialect mode, you receive a model generation error [RHDM-1713]
  • In an executable model, when a BigDecimal variable is passed as int type argument to a function, you receive a compilation error [RHDM-1712]
  • In an executable model, when a rule contains the enhanced for (foreach) statement for the property of the fact in the MVEL dialect mode, you receive a compilation error [RHDM-1709]
  • The updateToVersion parameter unexpectedly overwrites the ObjectTypeNode.expirationOffset object of super type [RHDM-1708]
  • In an executable model, when you use arithmetic operations with a BigDecimal variable, you receive a compilation error [RHDM-1706]