4.2.8
Release Date : November 6, 2007
Bug Fixes
- 01568 Documentation: "Code only" filter option is not explained.
- 01569 On Manager, User roles list is not displayed with localized labels.
- 01572 Documentation: JAXB libraries are no more required to run webMethods MDM.
- 01573 Documentation: JUnit libraries are no more required nor optional to run webMethods MDM.
- 01575 On Manager, the validation report of a home is not refreshed after an instance validation.
- 01570 On Manager, a home whose permission is set to hidden for a user is still available in homes selector.
- 01571 On Manager, when a user connects the first time, the default selected branch is Reference Branch even if this branch is hidden for his profile.
- 01580 In XML Schema, if the extension
mdm:trigger
is specified inside a named complex type (instead of an anonymous complex type), then it is not enabled. - 01582 On Manager, in merge process, a
NullPointerException
is thrown (could not find conflicting record). - 01584 At server start, the increment value of
an
mdm:autoIncrement
is not initialized correctly to the last generated value. - 01586 On Manager, if user clicks on "validate now" when tab "Infos" or "Permissions" is selected then the validation is not executed as expected.
- 01587 On Manager in development mode, if user clicks on "smart refresh" or "full refresh" and then he clicks on "validate now", then the link "validate now" is still available as if the content has been modified after this validation.
- 01589 Empty mandatory nodes are no more checked on activated instances validation since new "white space management" from release 4.2.6.
Performance enhancements
Branch and version creation
An additional optimization has been implemented for branch and version creation. Regarding version 4.2.7, benchmarks on large repository show that the creation time is divided by ten to twenty.
The previous optimisation was performing a number of SQL updates that was a linear function of the number of not empty tables. Now, a home creation consists of two SQL updates.
Archive import
A new archive format has been designed for enhancing performance of import. Regarding version 4.2.7, large archives imports benchmarks show that the time is divided by a factor seven to ten.
Warning: performance enhancement is available only for archives that have been exported from version 4.2.8 or later.
Temporary directory setting
A new property, mdm.temp.directory
, has been added
for setting the directory used for temporary files.
For more information, see Main Configuration.
Enhancements
The following enhancements have been made:
- Error messages for standard XML Schema facets have been reviewed so as to bring more contextual information.
- Added documentation about Concurrency and isolation levels.
- Added documentation about Consistency and validation.
- Enhanced documentation about Transaction Management in triggers.