3.6.2 [431]
Date : October 13, 2006
Bug fixes:
- [01291] UI Components that are based on nomenclatures do not handle
mdm:type="title"
andmdm:type="separator"
. - [01306] If on the same Manager page there is a list with mandatory items and an empty list.
- 1) All are inheriting
- 2) the following input is done: the first one with one empty occurrence (validation error) and the second set to null,
- 3) the submit process will throw a ClassCastException.
- [01312] With API, a developer may embed a Procedure execution into another Procedure execution. However embedded transactions are not supported by the product, hence such a usage is forbidden..
- [01316] webMethods Master Data Manager configuration (e.g. its own adaptation values) is not loaded as expected.
API:
NomenclatureItemTitle
andNomenclatureItemSeparator
are deprecated (bug fix [01291]). This has the following consequences:- Signature of method
ProcedureContext.doCreateRoot(SchemaName ...)
has changed toProcedureContext.doCreateRoot(SchemaLocation ...)
. Any caller of this method is still bytecode compatible sinceSchemaName
is a subclass ofSchemaLocation
. - Signature of method
SchemaName.forLocation(...)
has changed : as for now, it throwsIllegalArgumentException
. This evolution has led to a bytecode incompatibility with this new version. See details on API item below.
- Signature of method
Documentation:
mdm:type="title"
andmdm:type="separator"
removed form documentation (bug fix [01291]).
Manager:
- New root adaptation creation option: creates a root adaptation from a packaged schema, located inside an webMethods MDM module.
- New option in Manager adaptation to configure an "auto-zoom" while browsing adaptation node tree.
- New option in Manager adaptation to configure node service extension details collapsed or expanded by default.