Skip to content

Commit 733ef13

Browse files
committed
Correct dictionary and discover folders for WebAppContainer
1 parent 83711d2 commit 733ef13

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

core/src/main/python/wlsdeploy/tool/discover/global_resources_discoverer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ def get_webapp_container(self):
146146
_logger.info('WLSDPLY-06615', class_name=_class_name, method_name=_method_name)
147147
location.add_name_token(self._alias_helper.get_name_token(location), webapp_container)
148148
self._populate_model_parameters(result, location)
149+
self._discover_subfolders(result, location)
149150

150151
_logger.exiting(class_name=_class_name, method_name=_method_name, result=model_top_folder_name)
151152
return model_top_folder_name, result

core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/WebAppContainer.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"GzipCompression" : {
99
"wlst_type": "GzipCompression",
1010
"version": "[12.2.1.3,)",
11+
"default_name_value": "${NO_NAME_0:%DOMAIN%}",
1112
"folders": {},
1213
"attributes": {
1314
"DynamicallyCreated": [ {"version": "[12.2.1.3,)", "wlst_mode": "both", "wlst_name": "DynamicallyCreated", "wlst_path": "WP002", "value": {"default": "None" }, "wlst_type": "boolean" } ],
@@ -19,8 +20,13 @@
1920
"Notes": [ {"version": "[12.2.1.3,)", "wlst_mode": "both", "wlst_name": "Notes", "wlst_path": "WP002", "value": {"default": "None" }, "wlst_type": "string" } ],
2021
"Type": [ {"version": "[12.2.1.3,)", "wlst_mode": "both", "wlst_name": "Type", "wlst_path": "WP002", "value": {"default": "None" }, "wlst_type": "boolean" } ],
2122
"Tags": [ {"version": "[12.2.1.3,)", "wlst_mode": "both", "wlst_name": "Tags", "wlst_path": "WP002", "value": {"default": "None" }, "wlst_type": "string" } ]
23+
},
24+
"wlst_attributes_path": "WP002",
25+
"wlst_paths": {
26+
"WP002": "/WebAppContainer/%WEBAPPCONTAINER%/GzipCompression/%WEBAPPCONTAINER%"
2227
}
2328

29+
2430
}
2531
},
2632
"attributes": {

0 commit comments

Comments
 (0)