Home > Release Notes

3.7.4 [459]

Date  : February 27, 2007

 

Bug fixes:

  • [01362] Fix decimal & date format according to current user locale in webMethods Master Data Manager.
  • [01367] Fix concurrent updates (update versus release or discard edition) to cause a fatal error ("OOPS" screen).
  • [01375] Organization with null label cause archive import NullPointerException.
  • [01377] Data sharing out is not effective if adaptation is not under agreement.

API:

  • com.softwareag.mdm.service.ServiceContext has 1 new method for handling a table filtered content:
    • ServiceContext.getCurrentRequest() returns the request for the current table selected in webMethods Master Data Manager.
  • com.softwareag.mdm.service.ExportSpec has 2 new methods:
    • ExportSpec.setRequest(Request request) specifies that the export will process the table content filtered by the given request.
    • ExportSpec.getRequest() returns the request previously set for this export specifications.
  • com.softwareag.mdm.adaptation.Request has 1 new method :
    • Request.copyRequest() returns a copy of the current request.

Manager

  • View table column path as "hint" (#01371).

Repository

  • Added specific index on SQL table CF_TABLE to support environments with numerous record in CF_TABLE.
     
    Existing webMethods MDM environment may consider to add this index manually (please refer to mdm.jar : com/softwareag/mdm/adaptation/rep/rdb/*/ddl.sql file).

 

Home > Release Notes