Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 17d85d8

Browse files
authoredJun 23, 2021
Fix alias definition for discovery of persist store in jms server (#928)
1 parent 582ae35 commit 17d85d8

File tree

1 file changed

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

1 file changed

+1
-1
lines changed
 

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
"PagingMaxWindowBufferSize": [ {"version": "[10.3.4,)", "wlst_mode": "both", "wlst_name": "PagingMaxWindowBufferSize", "wlst_path": "WP001", "value": {"default": -1 }, "wlst_type": "integer", "restart_required": "true" } ],
9898
"PagingMessageCompressionEnabled": [ {"version": "[12.1.2,)", "wlst_mode": "both", "wlst_name": "PagingMessageCompressionEnabled", "wlst_path": "WP001", "value": {"default": "false" }, "wlst_type": "boolean" } ],
9999
"PagingMinWindowBufferSize": [ {"version": "[10.3.4,)", "wlst_mode": "both", "wlst_name": "PagingMinWindowBufferSize", "wlst_path": "WP001", "value": {"default": -1 }, "wlst_type": "integer", "restart_required": "true" } ],
100-
"PersistentStore": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "PersistentStore", "wlst_path": "WP001", "value": {"default": "None" }, "wlst_type": "jarray", "get_method": "GET", "preferred_model_type": "delimited_string", "set_method": "MBEAN.set_persistent_store_mbean", "set_mbean_type": "weblogic.management.configuration.PersistentStoreMBean", "restart_required": "true" } ],
100+
"PersistentStore": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "PersistentStore", "wlst_path": "WP001", "value": {"default": "None" }, "wlst_type": "string", "get_method": "${LSA:GET}", "set_method": "MBEAN.set_persistent_store_mbean", "set_mbean_type": "weblogic.management.configuration.PersistentStoreMBean", "restart_required": "true" } ],
101101
"ProductionPausedAtStartup": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "ProductionPausedAtStartup", "wlst_path": "WP001", "value": {"default": "default" }, "wlst_type": "string", "restart_required": "true" } ],
102102
"StoreEnabled": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "StoreEnabled", "wlst_path": "WP001", "value": {"default": "true" }, "wlst_type": "boolean", "restart_required": "true" } ],
103103
"StoreMessageCompressionEnabled": [ {"version": "[12.1.2,)", "wlst_mode": "both", "wlst_name": "StoreMessageCompressionEnabled", "wlst_path": "WP001", "value": {"default": "false" }, "wlst_type": "boolean" } ],

0 commit comments

Comments
 (0)
Please sign in to comment.