Home > Release Notes

4.2.6

Release Date: September 12, 2007

Bug Fixes

Whitespaces management

The behaviour toward whitespaces has been extensively reviewed. A more consistent approach has been adopted for the various processes that involve whitespaces management: XML import/export, archive import/export, user input/display, audit trail.

Three main principles have been applied:

For more details, see Whitespaces management .

Warnings :

  • Since XML imports now preserves primary keys, they may have a different result from an import on a previous version.
  • The new default constraint on primary keys may to new validation errors on existing repositories. Those errors can be removed by specifying a xs:pattern that accepts whitespaces.

Comparisons between branches and versions

On Manager, a new option has been added to branch and version panes for comparing them with another branch or version.

Grant of specific privileges at session level

The following new method have been added to the API

Those methods can be used in the directory authentication methods for granting a user the privilege of executing a specific service only under specific and well-controlled circumstances (for example a merge can be done only if branch is fully validated).

The particular authentication can be safely ensured by means of a ticketing process.

Property for Manager import commit threshold

A new property, ebx.manager.import.commit.threshold , has been added for setting the commit threshold when the user performs an import from the branch pane.

For more details, see Main Configuration .

Home > Release Notes