TIBCO ActiveMatrix BusinessWorks Plug-in for REST and JSON 2.0.0 hot fix 06 is now available
book
Article ID: KB0106541
calendar_today
Updated On:
Products
Versions
TIBCO ActiveMatrix BusinessWorks Plug-in for REST and JSON
2.0.0
Description
This hot fix can be downloaded from the from SFDC Customer Portal Web UI, using your username and password for support.tibco.com. Once logged on you can find the hotfix under Download Menu : AvailableDownloads/BusinessWorks/Plugins/REST_JSON/2.0.0/hotfix-06
Listed below is a summary of updates included. Please refer to the associated read me document for any additional information.
====================== Closed Issues in 2.0.0_HF-006 (This Release)
Defect ID: REST-1101
Conversion of unicode back to special characters is not supported by REST JSON Plug-in. To make support available set the property com.tibco.plugin.restjson.json2xml.unicodeToChar to "true". The default value is "false".
Defect ID: REST-1195
Render JSON activity unable to convert empty xml element into empty string (""). To solve this issue, set the existing property com.tibco.plugin.restjson.xml2json.empty2null to "false". The default value is "true".
====================== Closed Issues in 2.0.0_HF-005 (This Release)
Defect ID: REST-1192
Service created by REST JSON Plug-in would not respond with required headers to support CORS behavior.
================================================================= Closed Issues in 2.0.0_HF-004
Defect ID: REST-1180
REST Dispatch and Reply would set value for input query parameter as "true" if not specifically set by user.
Defect ID: REST-1179
When using the Render JSON activity to render a .xml file to a .json file, if the input value contained the escape character '\x', the java.lang.NumberFormatException error occurred.
This fix is property based. Follow these guidelines to resolve this issue:
At design time: 1. Navigate to the {TIBCO_HOME}\designer\{version_number}\bin directory. 2. Open the designer.tra file. 3. Add the com.tibco.plugin.restjson.escape.unicodeInText property in the file. 4. Set the value to true. 5. Save the file and restart TIBCO Designer. At run time: 1. Navigate to the {TIBCO_HOME}\bw\{version_number}\lib\com\tibco\deployment directory. 2. Open the bwengine.xml file. 3. Add the com.tibco.plugin.restjson.escape.unicodeInText property in the file. 4. Set the value to true. 5. Save the file. 6. Save EAR files in TIBCO Designer and load them into any deployment configurations created in TIBCO Administrator.
Defect ID: REST-1178
Render JSON activity validated input data despite of "Validate Input" checkbox being unchecked.
================================================================================ Closed Issues in 2.0.0_HF-003
Defect ID: REST-1157
Content type header value in request message was not set as per user-configured value.
Defect ID: REST-1164
Performance of REST Dispatch and Reply was slower than expected. Modifications made to thread count to enhance CPU usage.
================================================================================ Closed Issues in 2.0.0_HF-002
Defect ID: REST-1158
REST Dispatch and Reply activity gives message "REST Resource [/rest-services/UserProfileWS/v1/userprofiles] Not Found, please make sure it is available on server side!", if global variables were used in the base URL of WADL.
================================================================================ Closed Issues in 2.0.0_HF-001
Defect ID: REST-1134
The Invoke REST API activity had limitation to use absolute path for Swagger file location.
Defect ID: REST-1139
If one or more <Set-Cookie> fields were sent from the REST server, only one field was received by the Invoke REST API activity.
Defect ID: REST-1141
When using the Render JSON activity to render a .xml file to a .json file, if the input value contained the escape character '\u', the java.lang.NumberFormatException error occurred.
This fix is property based. Follow these guidelines to resolve this issue:
At design time: 1. Navigate to the {TIBCO_HOME}\designer\{version_number}\bin directory. 2. Open the designer.tra file. 3. Add the com.tibco.plugin.restjson.escape.unicodeInText property in the file. 4. Set the value to true. 5. Save the file and restart TIBCO Designer. At run time: 1. Navigate to the {TIBCO_HOME}\bw\{version_number}\lib\com\tibco\deployment directory. 2. Open the bwengine.xml file. 3. Add the com.tibco.plugin.restjson.escape.unicodeInText property in the file. 4. Set the value to true. 5. Save the file. 6. Save EAR files in TIBCO Designer and load them into any deployment configurations created in TIBCO Administrator. ===========================
Issue/Introduction
TIBCO ActiveMatrix BusinessWorks Plug-in for REST and JSON 2.0.0 hot fix 06 is now available