Release 11.0.1

Explore the release highlights, usage notes, limitations, known issues, and fixes for IBM webMethods Cloud Container.

What's New

Product Rebranding

webMethods Cloud Container has been renamed to IBM webMethods Cloud Container.

Supported Integration Server Versions

As part of the IBM webMethods Cloud Container 11.0.1 release, Integration Server versions 10.11 and 10.15 are supported.

Deprecation notification

Customer Actions

Security Fix Update

A security fix has been implemented as part of the latest Integration Server updates. Apply the recent fixes at your earliest convenience.

Usage Notes

This section provides any additional information you need to work with IBM webMethods Cloud Container.

Known Issues

This section lists the issues for this release that were known when this readme was published.

SCI-2012
When an environment is created using the Allow users of Another Environment option, then the users of another environment will not be able to connect using Designer to the newly created environment using the same user credentials.
Workaround: Create a local user in the linked environment and then proceed.

PIEAR-1446
In webMethods Adapter for JDBC, polling notifications are not retaining the enabled state after the IBM webMethods Cloud Container solution gets Reactivated or Upgraded or Cloned.
Workaround: Enable the Adapter for JDBC polling notifications manually, once the webMethods Integration Server is up and running.

KUB-5326
In an Integration Server cluster setup, one of the instances is restarted manually from the user interface. In such circumstances, the runtime transaction may fail a maximum of up to a half-minute because the instance is going down.
Workaround: There is no workaround currently for this issue.

BOC-12117
When a Trading Networks service is executed in IBM webMethods Cloud Container, few nodes such as ‘ValidationSvc’, ‘VerificationSvc’, ‘SigningSvc’, ‘Attributes’, ‘PipelineMatchIData’, ‘docType’, ‘dtd’, ‘queries’, ‘qryEvals’, ‘sig_queries’, ‘attribQueries’, ‘envelopeIData’, ‘ValidationSchema’, ‘recordBlueprint’, ‘VERSION_NO’, ‘_contentType’, ‘standard’, ‘version’, ‘transaction’, ‘iidQuery’, ‘EDIBDT.Standard’, ‘EDIBDT.Version’, ‘EDIBDT.DocType’, ‘EDIBDT.IsRootEnv’, ‘EDIBDT.Queries’, ‘EDIBDT.IID’ in the pipeline are not shown in service output rendered in IBM webMethods Cloud Container user interface.
Workaround: There is no workaround currently for this issue.

PIE-68895
A global variable of the password type is displayed as encrypted text in Designer.
During variable substitution in flow services, a password configured as a global variable is displayed as encrypted text instead of masked characters (*). This happens when Integration Server configuration containing global variables is deployed using Command Central.
Workaround: The workaround for this issue is to deploy global variables using ACDL files through Deployer.

PIE-83798
Convert pub.cache IData keys to an immutable string.

After upgrading Cloud Container from 10.11 to the latest fix, version 10.15, if an IData object was used as the key when placing a value in cache using a pub.cache service, later attempts to retrieve the value using the same key might fail. This occurs because IData objects are mutable.

To address this issue, Integration Server now includes the server configuration parameter watt.server.cache.iDataKey.toString that specifies whether a com.wm.data.IData object used as a key in one of the pub.cache services is converted to an immutable String before accessing the cache. Set to true to convert an IData object used as a key to a String. Set to false to keep the key as an IData object. The default value is true.

Integration Server does not need to be restarted for changes to this parameter to take effect.

Fixes

This section provides information on the fixes for IBM webMethods Cloud Container v11.0.

Release 11.0.1

Issue ID Release Date Region Description
LAR-1107 August 31, 2024
September 6, 2024
West Europe Netherlands Azure EU3
US West Oregon AWS US1
Europe Frankfurt AWS EU2
In rare instances, assets may not be listed in the solution following a solution update.
This issue is now resolved, and assets will always be listed.

Issue ID Release Date Region Description
KUB-31656 July 06, 2024 West Europe Netherlands Azure EU3
US West Oregon AWS US1
Europe Frankfurt AWS EU2
East US Virginia Azure US2
Updated security, Integration Server, and Universal Messaging core fixes in this patch release.

Release 11.0

Issue ID Release Date Region Description
CLDP-5119 January 17, 2024 EU3 West Azure After upgrading the Jackson libraries, the JSON coder fails to decode strings that exceed a length of 1,000,000 characters. The issue is now resolved. Integration Server provides the watt.server.json.decode.maxStringLength parameter to override the limit on maximum string length. The default value is 2147483647.