Products | Versions |
---|---|
TIBCO ActiveMatrix BusinessWorks | 6.7.0 |
You can download this HotFix from TIBCO Support Portal (https://support.tibco.com). You will need to provide your TIBCO Support Portal credentials. Once logged in you can the download the hotfix by selecting the “Downloads” -> “Hotfixes” option. Then go to the AvailableDownloads/BusinessWorks/6.7.0/hotfix-02.
================================================================================
Closed Issues in 6.7.0_HF-002 (This Release)
AMBW-43223
The Wait and Notify activities in the group persistence mode do not work with default values
for the bw.engine.threadCount and bw.engine.db.maxConnection properties.
The following new properties are introduced in the AppSpace's config.ini file:
com.tibco.bx.lockWaitNotify=true
com.tibco.bw.throttle.notify.activity=true
com.tibco.bw.throttle.wait.activity=true
Use the throttle properties when default configuration is used.
bw.engine.db.maxConnection value must be greater than bw.engine.threadcount value.
AMBW-43222
Some of the TIBCO ActiveMatrix BusinessWorks jobs are not processed intermittently
when an application has the Wait and Notify activities.
To avoid the deadlock scenario, TIBCO recommends to set the com.tibco.bx.lockWaitNotify=true property
and the value of bw.engine.db.maxConnection property = twice the value of bw.engine.threadCount.
AMBW-43096
The design time and runtime Swagger files now include the definitions of the extended elements
from different XSD.
AMBW-43088
With the SQL Direct activity in an application, a heap memory leak is observed on an AppNode.
AMBW-42962
In some scenarios, migrating a JDBC project displays a validation error for
the Iteration Element in the Iterate group.
AMBW-42888
TIBCO Business Studio for BusinessWorks displays timeout error with SQL stored procedures
when you use Data Direct Driver and XML type parameters as IN or OUT.
AMBW-42859
TIBCO Business Studio for BusinessWorks becomes unresponsive intermittently when you import
a shared module through maven plug-in.
AMBW-42815
The performance is degraded in the Iterate Group.
AMBW-42771
The Iterate group maps incorrect data to the iteration element when the Iterate group is executed
by multiple jobs at the same time.
AMBW-42752
The BWAdminDataManager is not yet initialized error is displayed when you try to update
the profile using the bwadmin config command with -cf option.
AMBW-42640
An application throws an error when an activity's XPath expression contains the insert-before()
function.
AMBW-42631
Now you can generate Manifest.json file for cloud projects by using the following
bwdesign command line utility:
generate_manifest_json -project <project_name> <location to generate manifest.json file>
AMBW-42627
The Iterate group in a subprocess generates incorrect output when two different processes call
the same subprocess containing the Iterate group at the same time.
AMBW-42583
The Mapper activity displayed the literal white space character ('') is not datatype-valid with respect
to the datatype definition '{http://www.w3.org/2001/XMLSchema}double' error.
To avoid typecasting error, use the following VM argument:
-Dbw.xml.general-comparison.ignore-numeric-cast=true
AMBW-42517
A BWAgent fails to start when using SSL with wildcard certificates.
AMBW-42491
After using the Smart Mapper, if you do not get the desired mapping results, you can now drag
any other element. The smart mapper remembers your selection by increasing
the recommended score for that element and then map the same elements next time.
Note that the source and target elements must be within the range of the level set
during smart mapping.
AMBW-42474
The Value-of max(xsd:int*) expression returned as a scientific notation value
when the Transform XML activity has bigger numbers in input.
AMBW-42326
The Recommended Mappings option is now available for mapped elements after performing
the smart mapping.
AMBW-41354
REST service binding and REST reference binding now support form parameters for
Open API Specification 3.0.
AMBW-41331
Two applications incorrectly refer to the same hashmap in some cases
when an AppNode starts the applications at the same time,
and an activator process is used along with custom XPath functions.
AMBW-40371
You cannot add the duplicate When condition along with its expression if you use
the Surround with Choice option for an element, and then try to duplicate the When condition.
AMBW-38290
TIBCO ActiveMatrix BusinessWorks now supports Oracle 19c RAC database for JDBC, Administration,
and AppNode.
AMBW-37898
An application with Timer and Log activities fails and displays the Invalid BWApplicationHandle error
when an AppSpace is configured in an FT Group mode and you restart an application
on a new AppNode.
================================================================================