Products | Versions |
---|---|
TIBCO ActiveMatrix BusinessWorks | 6.4.2 |
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-14.
================================================================================
Closed Issues in 6.4.2_HF-014 (This Release)
AMBW-39216
Enhanced logging to identify subprocess creation failure.
Set the com.tibco.bw.check.for.process.failure.enabled property to true to get the error stack in
bwappnode logs.
AMBW-39079
The Engine Command activity did not stop an application when an application was restarted.
AMBW-38855
"Failed to create DocumentBuilderFactory for parsing xml schema source org.xml.sax.SAXException"
was thrown while retrieving runtime concrete WSDL repeatedly.
AMBW-38589
Now you can enable Debug level logs for Render JSON and Parse JSON activities.
Add the following logger in the logback.xml file :
<logger name="com.tibco.bw.palette.restjson">
<level value="DEBUG"/>
</logger>
AMBW-38515
A Heap Out of Memory message was thrown for faulted jobs while using the HTTP Invoke
activity with Policy Basic Authentication.
AMBW-38461
A SAML message was not forwarded and generated the following error:
Error unmarshalling a SAML assertion.
AMBW-37767
The GetRecoverableProcesses() and RemoveRecoverableProcesses() methods for a checkpointed
job did not work.
AMBW-37708
Support is added to convert empty string (" ") to null.
Set the com.tibco.plugin.restjson.xml2json.emptytonull property to true to convert
empty strings (" ") and "{}" to "null" in the string output generated by Render JSON activity.
================================================================================