3.7.4 [459]
Date : February 27, 2007
Bug fixes:
- [01362] Fix decimal & date format according to current user locale in EBX.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.orchestranetworks.service.ServiceContexthas 1 new method for handling a table filtered content:ServiceContext.getCurrentRequest()returns the request for the current table selected in EBX.Manager.
com.orchestranetworks.service.ExportSpechas 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.onwbp.adaptation.Requesthas 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_TABLEto support environments with numerous record inCF_TABLE.
Existing EBX.Platform environment may consider to add this index manually (please refer to ebx.jar :com/onwbp/adaptation/rep/rdb/*/ddl.sqlfile).