Skip to content

Commit d6c03df

Browse files
authored
Merge pull request #332 from oracle/issue-328-mail-session-properties-online-get
Issue #328 - Use get method for mail session properties with WLST online
2 parents 6b7d871 + 3e44933 commit d6c03df

File tree

1 file changed

+2
-2
lines changed
  • core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 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": "MailSession${:s}",
55
"child_folders_type": "multiple",
@@ -9,7 +9,7 @@
99
"JNDIName": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "JNDIName", "wlst_path": "WP001", "value": {"default": "None"}, "wlst_type": "string" } ],
1010
"Notes": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "Notes", "wlst_path": "WP001", "value": {"default": "None"}, "wlst_type": "string" } ],
1111
"SessionPasswordEncrypted": [ {"version": "[12.1.3,)", "wlst_mode": "both", "wlst_name": "SessionPasswordEncrypted", "wlst_path": "WP001", "value": {"default": "None"}, "wlst_type": "password", "get_method": "GET"} ],
12-
"Properties": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "Properties", "wlst_path": "WP001", "value": {"default": "None"}, "wlst_type": "properties", "wlst_read_type": "delimited_string[semicolon]", "get_method": "LSA" } ],
12+
"Properties": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "Properties", "wlst_path": "WP001", "value": {"default": "None"}, "wlst_type": "properties", "wlst_read_type": "delimited_string[semicolon]", "get_method": "${LSA:GET}" } ],
1313
"Target": [ {"version": "[10,)", "wlst_mode": "offline", "wlst_name": "Target", "wlst_path": "WP001", "value": {"default": "None" }, "wlst_type": "delimited_string" },
1414
{"version": "[10,)", "wlst_mode": "online", "wlst_name": "Targets", "wlst_path": "WP002", "value": {"default": "None" }, "wlst_type": "jarray", "get_method": "GET", "preferred_model_type": "delimited_string", "set_method": "MBEAN.set_target_mbeans", "set_mbean_type": "weblogic.management.configuration.TargetMBean"} ],
1515
"SessionUsername": [ {"version": "[12.1.3,)", "wlst_mode": "both", "wlst_name": "SessionUsername", "wlst_path": "WP001", "value": {"default": "None"}, "wlst_type": "credential" } ]

0 commit comments

Comments
 (0)