You can download this HotFix from the TIBCO Product Support ftp server, https://mft.tibco.com . You will need to provide your eSupport username and password to access the server.
Once you have successfully logged into the server, go to /AvailableDownloads/BusinessEvents/StandardEdition/5.1.4/hotfix-03 to download the fix appropriate for your edition and operating system platform.
Closed Issues in 5.1.4_HF-003 (This Release)
BE-21201
TIBCO BusinessEvents did not provide support for compression of the incoming
requests, but only for outgoing events in the HTTP Channel. As a result, there
was heavy traffic and congestion in the network.
This has been now fixed by providing the gzip compression support for request
and response. To enable compression for request, response, or both, perform the
following steps:
1. Response - In TIBCO BusinessEvents Studio, edit the HTTP channel and update
the following properties in the Advanced tab:
- Compression - Set the value to "on" to enable the compression. The default
value is "off" (disabled).
- Compressible Mime Types - Add all the MIME types which need to be
compressed.
2. Request - Add the property
"be.engine.channel.http.request.compression.enabled" and set its value to
"true" to enable the compression for requests.
3. Both (Request and Response) - Perform both step 1 and step 2.
BE-22323
The event properties (@Extid) was null, when a repeating event was sent to the
HTTP channel using the cluster scheduler (Cluster.scheduleRepeatingEvent).
This was fixed.
BE-22333
The hot deployment of rule template instances is not working properly for the
memory-only concepts.
This was fixed.
BE-22373
While checking out the project from RMS in TIBCO BusinessEvents Decision
Manager or WebStudio, the XSD files were not checked out.
This was fixed.
BE-22377
While pattern matching, TIBCO BusinessEvents was throwing an exception
(ArrayIndexOutOfBoundsException) for some "correlationId" values.
This was fixed.
BE-22394
A mouseover event was causing an error in the WebStudio user interface.
This was fixed.
BE-22401
In WebStudio, in certain sequence of events, the decision table might disappear.
This was fixed.
BE-22407
There was a synchronization issue in WebStudio when the decision table was
exported, deleted, and imported back.
This was fixed.
BE-22427
The drag and drop behaviour of the decision table concept arguments in the
action area was not correct.
This was fixed.