Schema Changes
- add TriggerConfiguration class referenced by the Partition objects
- replace composite relationship from Cable to Module class by normal one;
avoid a bug, when this prevented the same module to be connected by more
then one cable
- add tag for future gcc-4.1compiler
- fix typo: Cable:Desctination -> Cable:Destination
C++ Algorithms
- avoid segmentation fault, if controller's host is not defined in the
database
- throw exception when cannot read application object
- DC application names: support both RoIB and ROIB tokens
Java Algorithms
- SubstituteVariables: catch exception when cannot read info about
application and report error message
- generate parameters from used SW_Repository:InstallationPathVariableName
values
dal_get_igui_setup
- merge values of multiple properties with equal names as colon-separated
list
dal_print_hosts
- the utility is using Partition:get_all_applications() algorithm to get
hosts used by template applications
- above algorithm does not accept any default host from users; remove
command line options -D and -G, which cannot be used anyway