3.6.2 [431]
Date : October 13, 2006
Bug fixes:
- [01291] UI Components that are based on nomenclatures do not handle
osd:type="title"andosd: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] EBX.Manager configuration (e.g. its own adaptation values) is not loaded as expected.
API:
NomenclatureItemTitleandNomenclatureItemSeparatorare 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 sinceSchemaNameis 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:
osd:type="title"andosd: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 EBX.Platform 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.