this.globalManager.commit();
}
private void executeInitTemplates() throws ResourceNotFoundException {
if (this.inits != null) {
final Out out = new DiscardOut();
final GlobalManager myGlobalManager = this.globalManager;
final Bag globalBag = myGlobalManager.getGlobalBag();
final Bag constBag = myGlobalManager.getGlobalBag();
final KeyValues params = KeyValuesUtil.wrap(
new String[]{"GLOBAL", "CONST"},