Products | Versions |
---|---|
TIBCO ActiveMatrix BusinessWorks | - |
Not Applicable | - |
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-03/ to download the appropriate hotfix for your OS/platform.
Affected Files for 5.3.3-hotfix3:
plugins.jar
engine.jar
serviceBindings.jar
serviceInfra.jar
servicePalettes.jar
tibsoap.jar
Bug Fixes:
Defect Id: 1-7T69CD
In previous releases, the Receive Mail activity did not handle
incoming mime messages with mime types application/*, audio/*,
video/*, or image/*. While fetching these types of emails, TIBCO
BusinessWorks threw exceptions. You can fix this by setting the
bw.plugin.mail.receiverHandleDiscreteTypes property to true. If
you rely on the behavior of previous releases, keep this property
set to its default value of false.
Defect Id: 1-7TV7Q1
In previous releases, the Receive Mail activity threw exceptions
when receiving email, if the email was in rich text format and the
any mime part contained nested mime sub-parts. You can fix this by
setting the bw.plugin.mail.receiverFlattenNesteedAttachments
property to true which creates a flat output structure where all
sub-parts are siblings. For example, the following nested
structure:
<mimeEnvelopeElement>
<mimePart>
<mimePart>
<textContent />
</mimePart>
</mimePart>
</mimeEnvelopeElement>
would be flattened out to the following:
<mimeEnvelopeElement>
<mimePart>
<textContent />
</mimePart>
</mimeEnvelopeElement>
If you rely on the behavior of previous releases, keep this
property set to its default value of false.