TIBCO ActiveMatrix BusinessWorks 6.4.2 Hotfix-03 is available

TIBCO ActiveMatrix BusinessWorks 6.4.2 Hotfix-03 is available

book

Article ID: KB0102246

calendar_today

Updated On:

Products Versions
TIBCO ActiveMatrix BusinessWorks 6.4.2

Description

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.4.2/hotfix-03.

================================================================================
Closed Issues in 6.4.2_HF-003 (This Release)

AMBW-30117
When a called stored procedure returned a select statement containing the "at symbol" (@),
the UnresolvedResultsets variable was not populated with results from the database.

AMBW-30077
The XML to JAVA activity did not show a schema in the Input tab when it was linked to another activity.

AMBW-30030
If multiple schemas shared the same target namespace and had chameleon includes in them, the following
error message was intermittently displayed: “ Locked. Cannot add additional Schema”.

AMBW-30026
When users called a stored procedure that returned multiple results, the UnresolvedResultsets variable
was not populated with results from the database.

AMBW-29962
BWAgent REST API now supports LDAP custom group or role configuration.
To work with the LDAP Custom Group User should update the property
“bw.agent.http.authorization=false” in the bwagent.ini file. If the property is set to “true”, the LDAP
Custom Group will not work.
Add “customRoleForLDAP=myGroup” property in jaas.login.conf file, where myGroup is the custom group
 defined in LDAP

AMBW-29958
Two new fields SOAP Actor and Protect Token have been added to the Subject Provider shared resource.
SOAP Actor field can be used to provide the SOAP actor attribute to address the SOAP header element
to a specific endpoint. Protect Token check box can enable or disable signing of Binary Security Token.

AMBW-29919
When a type was coerced to the any element, a validation error was thrown on the Xpath expression
over the transition.

AMBW-29911
If there was a space in the column name in the Oracle Stored Procedure, the following error message
was generated: "Invalid column name".

AMBW-29899
Support adding SOAP actor attribute in Subject provider shared resource.

AMBW-29896
Errors were displayed in TIBCO Business Studio when multiple applications used
the same HTTP Connector, that was defined inside the Shared Module. The errors
were displayed when the Shared Across check box was not selected.

AMBW-29879
If you used the extension in the schema, then that particular element got duplicated and displayed
validation errors.

AMBW-29847
The JMS Receiver failed to receive messages from IBM MQ 8 server if the messages contained empty
properties.

AMBW-29835
After migration,  SOAP services were not implemented correctly. Once the migration process was
complete, the migration log displayed the error message, “The Invoke activity has its input specified as a
WSDL message only, for now" , and the SOAP service implementation migrated as empty.

AMBW-29817
Input mappings for the Generate Error activity were missing after migration.

AMBW-29815
TIBCO Business Studio took time to respond and was unresponsive when renaming WSDLs or
schema folders.

AMBW-29544
A new feature has been added to BWAgent REST API that returns only the selected fields instead of the full
response based on the query parameters.

Example 1: To check the status of an Application, the REST API GET url would be -
http://localhost:8079/bw/v1/domains/<DomainName>/appspaces/<AppspaceName>/applications/
<ApplicationName>/<ApplicationVersion>?fields=state

The url will return the following response:
{"state":"Running"}

Note: Use comma separated fields after the question mark (?) with fields=keyword in the request query.
Spaces are not permitted.

Example 2: To getAppSpace details
Normal query - http://localhost:8079/bw/v1/domains/<DomainName>/appspaces/<AppSpaceName>
It will give the total payload(all fields).

Select Query - http://localhost:8079/bw/v1/domains/<DomainName>/appspaces/<AppSpaceName>
?select=name,status – It will retrieve only 2 fields.

Sub-field - http://localhost:8079/bw/v1/domains/<DomainName>/appspaces/<AppSpaceName>
?select=appSpaceConfigRefs.href – It will fetch href of appSpaceConfigRefs.
Note: The query will return an empty response if the selected field is a collection.  

AMBW-29513
The Copy-of binding functionality did not carry information for the original element.
The Surround with..option was not available with the Copy-of binding functionality.

AMBW-29489
Activities in a process could not be renamed because incorrect comment syntax broke
the third-party parser.

AMBW-29456
If users refreshed the XML to Java activity before generating a schema, a schema with the errors
was produced, and validation errors were displayed. This has been fixed, and the correct schema
is created after refreshing the activity.

AMBW-29416
The Transform XML activity now shows the XML declaration in the XML output.

AMBW-29357
The Application Full Version module property has been added to the list of predefined module
properties on the Constants tab. This module property returns a three-digit application version
in the format <major>.<minor>.<micro>

AMBW-29320
Activities in the catch block of a group are not visible in the Output Activity list.

AMBW-29224
When the build automatically option was turned off, the operation to copy and rename a process between
modules ended with corrupted entries in module.bwm.

AMBW-29203
When projects were imported from an external location into a workspace without copying the project,
projects were deleted and generated again from the application module. The regenerated projects were
created under the workspace instead of the location from where the project was created, and a copy of
the same application data was created.

AMBW-29185
Support has been added to use MariaDB as a database for the engine.

AMBW-29183
MariaDB is now supported in BWAgent.

AMBW-29079
A Null pointer exception was displayed when a new process was added to an application module with
an empty or missing TIBCO.xml file.

AMBW-28989
The Expose Security Context check box has been added to the SOAP Service Binding, and selecting it
exposes the transport level security context in the message header. After selecting this option, users can
put information from the security context, that can be either authentication or SSL certificate information,
into the SecurityContext element of the Input Context. This is a fairly expensive operation and SSL
certificates can consume memory resources, so only select this option if you require information from
the user’s security context to use later in your process definition

AMBW-28907
Adding a Timer activity to a subprocess did not generate validation errors.

AMBW-28147
Authorizing access to BWAgent REST API by roles can now be enabled with LDAP or file based
authentication. BWAgent REST API supports the admin, operator, and user roles for authorization.

To enable authorization, set the property bw.agent.http.authorization to true in the bwagent.ini file.
Users assigned the admin role are given full permissions including create, read, update, delete, and
lifecycle.The operator role has the read and lifecycle (start, stop) permissions. The user role has
the read only permission.

Note: Authorization will not work for LDAP Custom Group or Role. To use the LDAP custom group
or role along with existing groups or roles, use the property “customRoleForLDAP” in the
jaas.login.conf file.

AMBW-27664
The security policy was not enforced when it was applied to shared modules in the application.

AMBW-27653
After migration,the default host in the HTTP Client Resource activity was mapped to https://localhost
instead of localhost.

AMBW-27652
Processes with the Start and End activities where schemas pointed directly to a WSDL Inline Schema
element were migrated incorrectly.

AMBW-27150
The sequence of elements of complexType were modified when an XSD was generated using Swagger file.

AMBW-26793
When a process containing activities from TIBCO ActiveSpaces was opened, the following error
message was generated: “The argument cannot be null”.

AMBW-26689
If the schema for the Reply activity in a REST service was changed, the following error was generated at
runtime: "PVM-XML-106032: Cannot find XML element".

AMBW-26162
Issues were reported when the bwagent was configured with the Microsoft SQL Server.

To configure the bwagent with MS SQL Server, set the values for Minimum Server Role and
Database Role required for a user for a particular database using the following steps:
In MS SQL Server Management Server, navigate to Security > Logins> Right click on
Login Properties >Server Roles.
The minimum server role required for a particular user is “public”.
Under User Mapping, the minimum database role membership for the selected database for
a user mapped to the login should be one of the following two combinations:
1) public and db_owner  OR 2) public, db_datawriter, db_datareader, and db_ddladmin.

AMBW-26066
Support added for TIBCO ActiveMatrix BusinessWorks 5.x Invoke Partner activity migration.

Invoke Partner activity will create reference bindings along with reference partner links in migrated
process interfaces.
This activity will also support header message creation for Reference Bindings from
TIBCO ActiveMatrix BusinessWorks 5.x Partner Link Resource configuration.


AMBW-23061
 When a module property was renamed, the changes did not reflect on the SOAP JMS Binding
 for the respective fields that used this property.

AMBW-20384
When schemas had cyclic includes, model group conversion displayed the following assertion
error: "Compositor argument cannot be null".

================================================================================

 

Resolution

You can also download the hotfix using the below link:

https://support.tibco.com/s/hotfixes?id=a011a00000FjyIPAAZ

Issue/Introduction

TIBCO ActiveMatrix BusinessWorks 6.4.2 Hotfix-03 is available

Attachments

TIBCO ActiveMatrix BusinessWorks 6.4.2 Hotfix-03 is available get_app