How to set "deploymentSettable" flag for a module property in design time
book
Article ID: KB0080316
calendar_today
Updated On:
Products
Versions
TIBCO ActiveMatrix BusinessWorks
6.3.x
Description
Shown below is the extract from default.substvar file inside the EAR, where we can see that there are multiple flags namely "deploymentSettable", "serviceSettable" and "isOverride".
If you uncheck the "Public Access" checkbox for the module property in studio, it will not be visible/settable at deployment time in TEA.
Please note that unchecking the public access checkbox would not have any impact on the generated default.substvar file. The value would still be false(<deploymentSettable>false</deploymentSettable>). The values in the profile file do not matter, You should look at module.bwm file under META-INF folder. Here is an extract from the file with one public & one private module property