Skip to content

Commit 0cbc9c1

Browse files
committed
Corrected read-only attribute for DynamicallyCreated attribute
1 parent f89f306 commit 0cbc9c1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
"folders" : {},
4242
"attributes" : {
4343
"CoherenceWebFederatedStorageEnabled": [ {"version": "[12.2.1.2,)", "wlst_mode": "both", "wlst_name": "CoherenceWebFederatedStorageEnabled", "wlst_path": "WP001", "value": {"default": "false" }, "wlst_type": "boolean" } ],
44-
"CoherenceWebLocalStorageEnabled": [ {"version": "[12.1.2,)", "wlst_mode": "both", "wlst_name": "CoherenceWebLocalStorageEnabled", "wlst_path": "WP001", "value": {"default": "false" }, "wlst_type": "boolean", "access": "RO" } ],
45-
"DynamicallyCreated": [ {"version": "[12.1.2,)", "wlst_mode": "both", "wlst_name": "DynamicallyCreated", "wlst_path": "WP001", "value": {"default": "false" }, "wlst_type": "boolean" } ],
44+
"CoherenceWebLocalStorageEnabled": [ {"version": "[12.1.2,)", "wlst_mode": "both", "wlst_name": "CoherenceWebLocalStorageEnabled", "wlst_path": "WP001", "value": {"default": "false" }, "wlst_type": "boolean" } ],
45+
"DynamicallyCreated": [ {"version": "[12.1.2,)", "wlst_mode": "both", "wlst_name": "DynamicallyCreated", "wlst_path": "WP001", "value": {"default": "false" }, "wlst_type": "boolean", "access": "RO" } ],
4646
"LocalStorageEnabled": [ {"version": "[12.1.2,)", "wlst_mode": "both", "wlst_name": "LocalStorageEnabled", "wlst_path": "WP001", "value": {"default": "true" }, "wlst_type": "boolean" } ]
4747
},
4848
"wlst_attributes_path": "WP001",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"attributes": {
2525
"DeploymentOrder": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "DeploymentOrder", "wlst_path": "WP001", "value": {"default": 100 }, "wlst_type": "integer" } ],
26-
"DynamicallyCreated": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "DynamicallyCreated", "wlst_path": "WP001", "value": {"default": "false"}, "wlst_type": "boolean" } ],
26+
"DynamicallyCreated": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "DynamicallyCreated", "wlst_path": "WP001", "value": {"default": "false"}, "wlst_type": "boolean", "access": "RO" } ],
2727
"InitialContextFactory": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "InitialContextFactory", "wlst_path": "WP001", "value": {"default": "None" }, "wlst_type": "string" } ],
2828
"Notes": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "Notes", "wlst_path": "WP001", "value": {"default": "None" }, "wlst_type": "string" } ],
2929
"PasswordEncrypted": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "Password${Encrypted:}", "wlst_path": "WP001", "value": {"default": "None" }, "wlst_type": "password", "get_method": "GET" } ],

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"attributes": {
99
"CompatibilityMBeanServerEnabled": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "CompatibilityMBeanServerEnabled", "wlst_path": "WP001", "value": {"default": "true" }, "wlst_type": "boolean"} ],
1010
"DomainMBeanServerEnabled": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "DomainMBeanServerEnabled", "wlst_path": "WP001", "value": {"default": "true" }, "wlst_type": "boolean"} ],
11-
"DynamicallyCreated": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "DynamicallyCreated", "wlst_path": "WP001", "value": {"default": 0 }, "wlst_type": "integer"} ],
11+
"DynamicallyCreated": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "DynamicallyCreated", "wlst_path": "WP001", "value": {"default": 0 }, "wlst_type": "integer", "access": "RO"} ],
1212
"EditMBeanServerEnabled": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "EditMBeanServerEnabled", "wlst_path": "WP001", "value": {"default": "true" }, "wlst_type": "boolean"} ],
1313
"InvocationTimeoutSeconds": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "InvocationTimeoutSeconds", "wlst_path": "WP001", "value": {"default": 0 }, "wlst_type": "integer"} ],
1414
"ManagedServerNotificationsEnabled": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "ManagedServerNotificationsEnabled", "wlst_path": "WP001", "value": {"default": "true" }, "wlst_type": "boolean"} ],

0 commit comments

Comments
 (0)