Home > Release Notes

3.6.2 [431]

Date  : October 13, 2006

 

Bug fixes:

  • [01291] UI Components that are based on nomenclatures do not handle mdm:type="title" and mdm: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 and NomenclatureItemSeparator are deprecated (bug fix [01291]). This has the following consequences:
    • Signature of method ProcedureContext.doCreateRoot(SchemaName ...) has changed to ProcedureContext.doCreateRoot(SchemaLocation ...). Any caller of this method is still bytecode compatible since SchemaName is a subclass of SchemaLocation.
    • Signature of method SchemaName.forLocation(...) has changed : as for now, it throws IllegalArgumentException. This evolution has led to a bytecode incompatibility with this new version. See details on API item below.

Documentation:

  • mdm:type="title" and mdm: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.

 

Home > Release Notes