Skip to content

Commit d395077

Browse files
Add offline DebugScope MBean to ServerDebug (#804)
* Add offline DebugScope MBean to ServerDebug * Add online support
1 parent 3ccafea commit d395077

File tree

2 files changed

+30
-2
lines changed

2 files changed

+30
-2
lines changed

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

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,21 @@
385385
"ServerDebug": {
386386
"wlst_type": "ServerDebug",
387387
"default_name_value": "${NO_NAME_0:%SERVER%}",
388-
"folders": {},
388+
"folders": {
389+
"DebugScope": {
390+
"wlst_type": "DebugScope${:s}",
391+
"child_folders_type": "multiple",
392+
"folders": {},
393+
"attributes": {
394+
"Enabled": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "Enabled", "wlst_path": "WP001", "value": {"default": "false" }, "wlst_type": "boolean"} ],
395+
"Notes": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "Notes", "wlst_path": "WP001", "value": {"default": "None" }, "wlst_type": "string" } ]
396+
},
397+
"wlst_attributes_path": "WP001",
398+
"wlst_paths": {
399+
"WP001": "/Server${:s}/%SERVER%/ServerDebug/%SERVERDEBUG%/DebugScope${:s}/%DEBUGSCOPE%"
400+
}
401+
}
402+
},
389403
"attributes": {
390404
"ApplicationContainer": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "ApplicationContainer", "wlst_path": "WP001", "value": {"default": "false"}, "wlst_type": "boolean"} ],
391405
"BugReportServiceWsdlUrl": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "BugReportServiceWsdlUrl", "wlst_path": "WP001", "value": {"default": "None" }, "wlst_type": "string", "get_method": "${LSA:GET}", "restart_required": "true" } ],

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

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,21 @@
397397
"wlst_type": "ServerDebug",
398398
"default_name_value": "${NO_NAME_0:%SERVERTEMPLATE%}",
399399
"version": "[12.1.2,)",
400-
"folders": {},
400+
"folders": {
401+
"DebugScope": {
402+
"wlst_type": "DebugScope${:s}",
403+
"child_folders_type": "multiple",
404+
"folders": {},
405+
"attributes": {
406+
"Enabled": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "Enabled", "wlst_path": "WP001", "value": {"default": "false" }, "wlst_type": "boolean"} ],
407+
"Notes": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "Notes", "wlst_path": "WP001", "value": {"default": "None" }, "wlst_type": "string" } ]
408+
},
409+
"wlst_attributes_path": "WP001",
410+
"wlst_paths": {
411+
"WP001": "/ServerTemplate${:s}/%SERVERTEMPLATE%/ServerDebug/%SERVERDEBUG%/DebugScope${:s}/%DEBUGSCOPE%"
412+
}
413+
}
414+
},
401415
"attributes": {
402416
"ApplicationContainer": [ {"version": "[12.1.2,)", "wlst_mode": "both", "wlst_name": "ApplicationContainer", "wlst_path": "WP001", "value": {"default": "false"}, "wlst_type": "boolean"} ],
403417
"BugReportServiceWsdlUrl": [ {"version": "[12.1.2,)", "wlst_mode": "both", "wlst_name": "BugReportServiceWsdlUrl", "wlst_path": "WP001", "value": {"default": "None" }, "wlst_type": "string", "get_method": "${LSA:GET}", "restart_required": "true" } ],

0 commit comments

Comments
 (0)