Description: This hotfix doesn't need any TRA hotfix. The patch can be downloaded from the TIBCO Support ftp server, support-ftp.tibco.com. Please use your eSupport username and password to access the server. After connecting, go to /available_downloads/ActiveEnterprise/BusinessWorks/BW/5.3.3/hotfix-07/ to download the appropriate hotfix for your OS/platform.
Bug Fixes:
Defect Id: 1-777VIX The "Mapping wizard" was creating empty tags for each optional element even if the optional elements did not appear in the input data. To avoid the empty tags in the output when the input did not contain the optional element, the user had to manually create "xsl:if" statement.
A new system property "automatic_mapper_if_surround" is added to fix this problem. Set this property to 'True' to surround all new optional-to-optional mappings (including child elements) by an xsl:if statement. If the system property is false or not present, child elements will not be surrounded with the xsl:if statement.
Defect Id: 1-7AYMM2 If a global variable was used by a process activity which was part of a custom activity and if you changed its value to a non-default value, referencing the same custom activity in some other process activity reset the global variable value. So each time the custom activity was used, it used to reset the global variable value to its default value. This has been fixed.
Defect Id: 1-81GFX2 The Transform XML activity randomly threw exceptions when some parameters were passed into the stylesheet as "XML document". This has been fixed.