This is a minor patch release that contains bug fixes and some minor functional
improvements.
- Added a new version of the Agents Timeline report called
AgentsTimeline_Parallel.xsl. The new report is very useful for seeing how many
Agents are scheduled to run in parallel on each server.
- The Structure report now identifies situations where a Key is used as item key
(Object Reference), which prevents such items from being
transported using Xoom, as Keys aren't necessarily unique or distinctive
between different environments.
- ExtractMobileWebTemplateFormsPropertiesEventsForXoomSet.xsl transformation
now contains separate parameters for specifying forms (FormTypes) and additional properties (AdditionalPropertiesTypes) instead of a single parameter (ObjectTypes) in the previous version.
- Modified ExtractScheduleTemplateFormsForXoomSet.xsl transformation so that
it correctly handles the two special cases of Object types: TaskAssignment and
CrewAllocation.
- Introduced option MaxItemsInDir to Xoom Processor, for use when
saving configuration to Xoom folders.
The option takes an integer n, and defaults to 0, which means 'unlimited'. When this option is
specified, Xoom directories with greater than n
items will be split into 8 directories, or, if the number of items exceeds
8n, 64 directories. The names of these directories will be
appended by one or two digits in base-8 (octal) accordingly. A hash code is generated for each
item, and items will be placed into the folder that matches the last one or
two octal digits of the hash. This ensures that when configuration versioning, the
same item will always be placed in the same folder. We have added this option because
in some virtualisation scenarios having folders with large number of files caused extremely
poor performance.
Bug fixes
- Rectified problem where all four transformations for extracting parts of
ClickMobile templates generated ClickSchedule web client templates
instead.
- Fixed xoom:set special form to that it correctly supports namespaces in its path.
- Enlarged the Transformations list in Xoom Explorer so that you can now see
the full names of transformations.