Skip to content

Commit ea6bc0d

Browse files
Merge pull request #319 from oracle/issue-311-discover-saf-imported
Issue 311 discover saf imported
2 parents 11ad52c + 548089b commit ea6bc0d

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

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

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"copyright": "Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved.",
2+
"copyright": "Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved.",
33
"license": "The Universal Permissive License (UPL), Version 1.0",
44
"wlst_type": "JMSSystemResource${:s}",
55
"child_folders_type": "multiple",
@@ -414,14 +414,16 @@
414414
"folders": {
415415
"MessageLoggingParams": {
416416
"wlst_type": "MessageLoggingParams",
417+
"child_folders_type": "single_unpredictable",
418+
"default_name_value": "${NO_NAME_0:%SAFQUEUE%}",
417419
"folders": {},
418420
"attributes": {
419421
"MessageLoggingEnabled": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "MessageLoggingEnabled", "wlst_path": "WP001", "value": {"default": "None"}, "wlst_type": "boolean"} ],
420422
"MessageLoggingFormat": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "MessageLoggingFormat", "wlst_path": "WP001", "value": {"default": "None"}, "wlst_type": "string" } ]
421423
},
422424
"wlst_attributes_path": "WP001",
423425
"wlst_paths": {
424-
"WP001": "/JMSSystemResource${:s}/%JMSSYSTEMRESOURCE%/${Jms:JMS}Resource/${NO_NAME_0:%JMSSYSTEMRESOURCE%}/SAFImportedDestinations/%SAFIMPORTEDDESTINATION%/SAFQueue${:s}/%SAFQUEUE%/MessageLoggingParams/${NO_NAME_0:%SAFQUEUE%}"
426+
"WP001": "/JMSSystemResource${:s}/%JMSSYSTEMRESOURCE%/${Jms:JMS}Resource/${NO_NAME_0:%JMSSYSTEMRESOURCE%}/SAFImportedDestinations/%SAFIMPORTEDDESTINATION%/SAFQueue${:s}/%SAFQUEUE%/MessageLoggingParams/%MESSAGELOGGINGPARAMS%"
425427
}
426428
}
427429
},
@@ -448,14 +450,16 @@
448450
"folders": {
449451
"MessageLoggingParams": {
450452
"wlst_type": "MessageLoggingParams",
453+
"child_folders_type": "single_unpredictable",
454+
"default_name_value": "${NO_NAME_0:%SAFTOPIC%}",
451455
"folders": {},
452456
"attributes": {
453457
"MessageLoggingEnabled": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "MessageLoggingEnabled", "wlst_path": "WP001", "value": {"default": "None"}, "wlst_type": "boolean"} ],
454458
"MessageLoggingFormat": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "MessageLoggingFormat", "wlst_path": "WP001", "value": {"default": "None"}, "wlst_type": "string" } ]
455459
},
456460
"wlst_attributes_path": "WP001",
457461
"wlst_paths": {
458-
"WP001": "/JMSSystemResource${:s}/%JMSSYSTEMRESOURCE%/${Jms:JMS}Resource/${NO_NAME_0:%JMSSYSTEMRESOURCE%}/SAFImportedDestinations/%SAFIMPORTEDDESTINATION%/SAFTopic${:s}/%SAFTOPIC%/MessageLoggingParams/${NO_NAME_0:%SAFTOPIC%}"
462+
"WP001": "/JMSSystemResource${:s}/%JMSSYSTEMRESOURCE%/${Jms:JMS}Resource/${NO_NAME_0:%JMSSYSTEMRESOURCE%}/SAFImportedDestinations/%SAFIMPORTEDDESTINATION%/SAFTopic${:s}/%SAFTOPIC%/MessageLoggingParams/%MESSAGELOGGINGPARAMS%"
459463
}
460464
}
461465
},

0 commit comments

Comments
 (0)