Products | Versions |
---|---|
TIBCO ActiveMatrix BusinessWorks Service Engine | - |
Not Applicable | - |
Resolution:
Description:
=======
How to promote nested global variables (GV) using the Command-line Interface (CLI).
Resolution:
=======
Attached (Filename: NestedGVSample.zip) is an example to demonstrate how to promote nested GVs in CLI. The following are the details of the example to edit nested GVs in BWSE using CLI.
1). BWProject1 - A simple BW project having nested GVs .
2). BWNestedGvExample_Composite.daa created using EAR2DAA tool. (In case of EAR2DAA all GVs are auto promoted to composite level).
3). application_data.xml - This file is present in {tibco home}/administrator/3.1/samples. The user can edit the composite level properties by adding <Property xsi:type="amxdata:Property" name="{Nested GV Name}". value="Nested GV Value"/>. User also has to specify the correct Application, Node, Environment, Component, Application template names as well as the path to the DAA. Attached application_data.xml is already configured.
4). application_build.xml - This file is present in {tibco home}/administrator/3.1/samples. This file contains the number of targets to deploy, start, stop application, etc. Attached is application_build.xml file which contains only one target to edit composite level properties.