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 Copy linkLink copied to clipboard!
Copy linkLink copied to clipboard!
- 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
StringandDatearguments are converted incorrectly [RHDM-1696] - In guided rule editor, the formula content is reloaded incorrectly [RHDM-1600]
9.2. KIE Server Copy linkLink copied to clipboard!
Copy linkLink copied to clipboard!
- Narayana starter version mismatches when you upgrade Spring Boot to version 2.4.3 [RHPAM-3749]
-
The
DroolsKieSessionLookupHandlerparameter repeatedly adds thePrometheusMetricsDroolsListenerinstance to the sameksessioninstance [RHPAM-3737]
9.3. DMN designer Copy linkLink copied to clipboard!
Copy linkLink copied to clipboard!
9.4. Red Hat build of Kogito Copy linkLink copied to clipboard!
Copy linkLink copied to clipboard!
- From given asset, an incorrect archetype is used to generate a project [RHPAM-3654]
9.5. Decision engine Copy linkLink copied to clipboard!
Copy linkLink copied to clipboard!
-
When you set a
BigDecimalvariable to aStringtype 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
BigDecimaltype property with the results ofaccumulate maxfunction ofBigDecimalvariable, you receive a compilation error [RHDM-1716] -
When you set a
BigDecimalvariable to aStringliteral 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
BigDecimalvariable is passed asinttype 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
updateToVersionparameter unexpectedly overwrites theObjectTypeNode.expirationOffsetobject of super type [RHDM-1708] -
In an executable model, when you use arithmetic operations with a
BigDecimalvariable, you receive a compilation error [RHDM-1706]