Skip to content

Commit 87cc871

Browse files
committed
adding offline support for Coherence SecuredMode attribute
1 parent ee0708a commit 87cc871

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@
180180
],
181181
"MulticastListenAddress": [ {"version": "[12.1.2,)", "wlst_mode": "both", "wlst_name": "MulticastListenAddress", "wlst_path": "WP001", "default_value": null, "wlst_type": "string" } ],
182182
"MulticastListenPort": [ {"version": "[12.1.2,)", "wlst_mode": "both", "wlst_name": "MulticastListenPort", "wlst_path": "WP001", "default_value": "${__NULL__:33387}", "wlst_type": "integer", "get_method": "LSA"} ],
183-
"SecuredProduction": [ {"version": "[14.1.2,)", "wlst_mode": "online", "wlst_name": "SecuredProduction", "wlst_path": "WP001", "default_value": "${__NULL__:false}", "wlst_type": "boolean", "get_method": "LSA"} ],
183+
"SecuredProduction": [ {"version": "[14.1.2,)", "wlst_mode": "both", "wlst_name": "SecuredProduction", "wlst_path": "WP001", "default_value": "${__NULL__:false}", "wlst_type": "boolean", "get_method": "LSA"} ],
184184
"SecurityFrameworkEnabled": [ {"version": "[12.1.2,)", "wlst_mode": "both", "wlst_name": "SecurityFrameworkEnabled", "wlst_path": "WP001", "default_value": "${__NULL__:false}", "wlst_type": "boolean", "get_method": "LSA"} ],
185185
"TimeToLive": [ {"version": "[12.1.2,)", "wlst_mode": "both", "wlst_name": "TimeToLive", "wlst_path": "WP001", "default_value": "${__NULL__:4}", "wlst_type": "integer", "get_method": "LSA"} ],
186186
"Transport": [

0 commit comments

Comments
 (0)