Products | Versions |
---|---|
TIBCO EBX | 6.0.6 |
This hotfix replaces 6.0.6 HF-1 because of bug CP-23611.
You can download it from the TIBCO Support Portal (https://support.tibco.com). You will need to provide your TIBCO Support Portal credentials.
Once logged in you can download the hotfix by selecting the “Downloads” -> “Hotfixes” option. Then navigate to "AvailableDownloads/EBX/6.0.6/hotfix-2.
Core engine
CP-23611 : An error occurs when a foreign key field is updated and this field is also a list or under a list.
A foreign key field is an aggregated list (maxOccurs > 1) or under an aggregated list. When this field is updated an error occurs (java.lang.ClassCastException). It occurs only if a primary key field of the target table of the foreign key defines a custom search strategy.
Core engine
CP-23442 : NullPointerException occurs when building a descriptor
On data model compilation, when descriptors are being built, a NullPointerException is thrown.
CP-23473 : On server startup, the 'kernel' log has an empty 'EBX(R) CONFIGURATION'.
CP-23507 : Error on opening a foreign key combo-box.
When opening a foreign key combo-box, an error occurs. The log displays the following entry:
"IllegalArgumentException: Specified context must be in the same data model as the field node holding this
foreign key constraint."
CP-23546 : Useless validation by the scheduler.
The execution of a scheduled task triggers an explicit validation of the result table. This is unnecessary while
increasing the repository size.
CP-23573 : For foreign keys, custom search strategy of underlying primary key fields is ignored.
It is possible to define custom search strategies on primary key fields. However this customization is ignored
when performing a quick search on a table that defines a foreign key without a custom label and which targets
a primary key field with a custom strategy. As a consequence the result of the quick search can be incorrect.