Products | Versions |
---|---|
TIBCO ActiveMatrix Service Grid | - |
Not Applicable | - |
Description:
================================================================================ Product Name: TIBCO ActiveMatrix(R) Binding Type for REST Release Version: 3.3.0_hotfix002 Release Date: January 2016 ================================================================================ Legal Notice This Hotfix is provided pursuant to the terms and conditions of the written maintenance and support agreement between you (or your company) and TIBCO and use of the Hotfix is controlled by the terms of such written maintenance and support agreement. ================================================================================ Applicable Products This release includes the following hotfix: - TIBCO ActiveMatrix Binding Type for REST 3.3.0 HF002 This hotfix applies to the following products and versions when installed in combination with TIBCO ActiveMatrix Binding Type for REST 3.3.0: - TIBCO ActiveMatrix Service Bus 3.3.0 - TIBCO ActiveMatrix Service Grid 3.3.0 - TIBCO ActiveMatrix BPM 2.2.0, 3.0.0, 3.1.0, 4.0.0 - TIBCO Business Studio BPM Edition 3.6.0, 3.7.0, 3.8.0, 3.9.0, 4.0.0 - TIBCO ActiveMatrix BusinessWorks Service Engine 5.11.0 + Hotfix 005 ================================================================================ Dependencies TIBCO ActiveMatrix 3.3.0 Hotfix 010 or higher is required for this hotfix (TIBCO ActiveMatrix Binding Type for REST 3.3.0 HF002) to function as expected. ================================================================================ Closed Issues in 3.3.0_hotfix002 (This Release) RSBT-551 Previously, TIBCO ActiveMatrix REST Service and Reference Bindings did not have a consistent JSON reply format as far as JSON Arrays are concerned. With use of the TRA property "com.tibco.amf.runtime.bindingtype.rest.extendedJsonConversion", the inconsistency will be handled using extensive XML-to-JSON Conversion. If the TRA property is set in the Runtime Node's .TRA file to "true" as shown below, the extensive conversion will take effect. If the TRA property is set to "false" or is unspecified, standard XML-to-JSON Conversion will be performed. java.property.com.tibco.amf.runtime.bindingtype.rest.extendedJsonConversion=true A detailed REST project (complete with sample payloads and LOG outputs) has been provided as part of the Installation under <TIBCO_HOME>/amx_bt_rest/3.3/samples/rest.extendedJSONConversion. Refer to the Readme.pdf for details. RSBT-564 Previously, TIBCO ActiveMatrix REST Service and Reference Bindings did not have a consistent JSON reply format as far as certain JSON String objects are concerned, when the value set for the JSON String object is a number. With use of the TRA property "com.tibco.amf.runtime.bindingtype.rest.extendedJsonConversion", the inconsistency will be handled using extensive XML-to-JSON Conversion. If the TRA property is set in the Runtime Node's .TRA file to "true" as shown below, the extensive conversion will take effect. If the TRA property is set to "false" or is unspecified, standard XML-to-JSON Conversion will be performed. java.property.com.tibco.amf.runtime.bindingtype.rest.extendedJsonConversion=true A detailed REST project (complete with sample payloads and LOG outputs) has been provided as part of the Installation under <TIBCO_HOME>/amx_bt_rest/3.3/samples/rest.extendedJSONConversion. Refer to the Readme.pdf for details. ================================================================================ Closed Issues in 3.3.0_hotfix001 RSBT-545 Previously, the TIBCO ActiveMatrix HTTP Connector did not return Compressed HTTP messages, which resulted in performance issues for large payloads. With this enhancement, the HTTP Connector is now able to respond with a compressed HTTP response message when the request message's "Accept-Encoding" header is "gzip,deflate". RSBT-198 Support for HTTP Transport Header Context has now been extended to include REST Service Bindings as well. You can use the REST Service Bindings in addition to REST Reference Bindings, to send and consume HTTP Transport Headers from the REST operation invocation with the use of context parameters. For information on how to use this feature, refer to the TIBCO ActiveMatrix REST Binding Development Guide (Chapter "REST Binding Development", Section "Sending and Consuming HTTP Headers") available on the docsite: https://docs.tibco.com/products/tibco-activematrix-binding-type-for-rest-3-3-0. |