Description:
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.2.0/hotfix-01 to download the fix appropriate for your edition and operating system platform.
================================================================================
Closed Issues in 5.2.0_HF-001 (This Release)
BE-22299
Performance was affected due to frequent network calls for getting new ID blocks
for the ID allocation to concepts and events. This was due to the small and
non-configurable ID block size.
This has now been fixed by providing a configuration property
"be.engine.cluster.blockidsize" to control the block size.
The default value is 10000.
BE-22328
While creating and retrieving a concept in a preprocessor, the function
Instance.getByExtID was returning null value in the In-memory object management.
This was fixed.
BE-22344
In ActiveSpaces channel, ArrayIndexOutOfBoundsException was thrown when a field
with double data type was set to null, using a null object.
This was fixed.
BE-22378
In TIBCO BusinessEvents Studio, a NullPointerException was thrown while clicking
or adding a processing unit (PU) in the CDD file when the DataModeling Add-on
was not installed.
This was fixed.
BE-22382
In WebStudio, an error occurred when the value of an attribute, with the
associated domain, was deleted in the decision table.
This was fixed.
BE-22386
The drag and drop feature was not working for assigning the global variable from
the Global Variables View to the global variable enabled fields.
This was fixed.
BE-22390
Hot-deployment of rule template instances is not working properly for the
memory-only concepts.
This was fixed.
BE-22391
TIBCO BusinessEvents Studio debugger encountered NullPointerException while
resuming after a breakpoint.
This was fixed.
BE-22392
In WebStudio, after a new decision table was created, committed, and approved,
it was not loading after restarting RMS.
This was fixed.
BE-22395
In WebStudio, an exception occurred while creating rule template instances.
This was fixed.
BE-22408
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-22409
In WebStudio, in certain sequence of events, the decision table disappeared.
This was fixed.
BE-22417
The getByExtID function was throwing NullPointerException when the event was
passed to the pattern matching service in the preprocessor.
This was fixed.
BE-22429
TIBCO BusinessEvents Studio was throwing an exception while exporting the WSDL
of the project.
This was fixed.
BE-22431
The event property (@Extid) was null, when a repeating event was sent to the
HTTP channel using the cluster scheduler (Cluster.scheduleRepeatingEvent).
This was fixed.
BE-22433
Moving the mouse pointer over certain elements was causing an error in the
WebStudio user interface.
This was fixed.
BE-22434
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-22442
The drag and drop feature was not working for adding the bindings to the rule
template view.
This was fixed.
BE-22450
WebStudio was throwing an exception while importing the decision table with the
properties associated with a domain model.
This was fixed.
BE-22452
The drag and drop behaviour of the decision table concept arguments in the
action area was not correct.
This was fixed.
BE-22467
Under certain conditions, TIBCO BusinessEvents Studio received the XSLT mapper
error when the TIBCO BusinessEvents 5.1.x project is migrated to TIBCO
BusinessEvents 5.2.0 using XPath 1.0.
This was fixed.
=================================