Home > Release Notes

4.5.0

Release Date: May 2, 2008

Bug Fixes / Minor enhancement

Additional relational database support

Support for Microsoft SQL Server 2005 (and further) as the database backend has been added.

Hierarchies (beta version)

Data can now be seen as a hierarchy. Hierarchies exploit directly existing relationships that are specified by underlying XML Schema document. They can be used either directly (prebuilt dimensions) or configured as views. A hierarchy is also able to mix recursive relationships and non-recursive relationships.

User interface rendering of each node in the hierarchy is based either on a small expression syntax (with XPath substitition) or on a Java implementation of a rendering interface. Default rendering for hierarchies can be specified at schema-level or it is specified by user at configuration level in EBX.Manager.

For more information, see:

Activation of hierarchies: In order to use this component, it must be enabled by means of the option "Enable hierarchy perspective" in Manager adaptation .

Known limitations:

Performance enhancements

It is henceforth possible to declare programmatic constraints' dependencies, so as to optimize incremental validation time.

The specification of local or explicit dependencies is useful when a large volume of data must be validated and/or the validation algorithm is particularly expensive. In other cases, the default unknown dependencies mode remains sufficient.

For more information, see ConstraintContext interface.

Data Services

Evolutions:

Permissions management

Disabled reason on actions permissions

A message has been added to explain why actions are disabled on homes, instances or tables. It generally gives clues to identify where updates, on permissions table, has to be performed in order to enabled the target action. This message appears when the mouse is over the target link or button.

Action permission resolution on tables

Resolution procedure for action permission on tables has been reviewed.

A table resolved action permission is then computed as follows:

For more information, see also Resolution of permissions .

Home > Release Notes