Skip to content

Commit 75e8f50

Browse files
fix 834 and 826 (#864)
1 parent eb5616c commit 75e8f50

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -510,8 +510,8 @@
510510
"ExactlyOnceLoadBalancingPolicy": [ {"version": "[12.2.1.4,)", "wlst_mode": "both", "wlst_name": "ExactlyOnceLoadBalancingPolicy", "wlst_path": "WP001", "value": {"default": "${None:Per-Member}" }, "wlst_type": "string", "restart_required": "true"} ],
511511
"JNDIPrefix": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "JNDIPrefix", "wlst_path": "WP001", "value": {"default": "None" }, "wlst_type": "string" } ],
512512
"Notes": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "Notes", "wlst_path": "WP001", "value": {"default": "None" }, "wlst_type": "string" } ],
513-
"SAFErrorHandling": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "SAFErrorHandling", "wlst_path": "WP001", "value": {"default": "None" }, "wlst_type": "string", "get_method": "LSA", "set_method": "MBEAN.set_saf_error_handling_mbean", "set_mbean_type": "weblogic.j2ee.descriptor.wl.SAFErrorHandlingBean", "restart_required": "true" } ],
514-
"SAFRemoteContext": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "SAFRemoteContext", "wlst_path": "WP001", "value": {"default": "None" }, "wlst_type": "string", "get_method": "LSA", "set_method": "MBEAN.set_saf_remote_context_mbean", "set_mbean_type": "weblogic.j2ee.descriptor.wl.SAFRemoteContextBean"} ],
513+
"SAFErrorHandling": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "SAFErrorHandling", "wlst_path": "WP001", "value": {"default": "None" }, "wlst_type": "string", "get_method": "${LSA:GET}", "set_method": "MBEAN.set_saf_error_handling_mbean", "set_mbean_type": "weblogic.j2ee.descriptor.wl.SAFErrorHandlingBean", "restart_required": "true" } ],
514+
"SAFRemoteContext": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "SAFRemoteContext", "wlst_path": "WP001", "value": {"default": "None" }, "wlst_type": "string", "get_method": "${LSA:GET}", "set_method": "MBEAN.set_saf_remote_context_mbean", "set_mbean_type": "weblogic.j2ee.descriptor.wl.SAFRemoteContextBean"} ],
515515
"SubDeploymentName": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "SubDeploymentName", "wlst_path": "WP001", "value": {"default": "None" }, "wlst_type": "string", "restart_required": "true" } ],
516516
"TimeToLiveDefault": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "TimeToLiveDefault", "wlst_path": "WP001", "value": {"default": "${0:3600000}" }, "wlst_type": "long" } ],
517517
"UnitOfOrderRouting": [ {"version": "[10,12.2.1.2)", "wlst_mode": "both", "wlst_name": "UnitOfOrderRouting", "wlst_path": "WP001", "value": {"default": "Hash" }, "wlst_type": "string", "get_method": "LSA", "restart_required": "true" } ,

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1113,7 +1113,7 @@
11131113
"ConnectionCachingPolicy": [ {"version": "[12.2.1.1,)", "wlst_mode": "both", "wlst_name": "ConnectionCachingPolicy", "wlst_path": "WP001", "value": {"default": "${None:DEFAULT}" },"wlst_type": "string","restart_required": "true" } ],
11141114
"ConnectionPool": [ {"version": "[12.1.2,12.2.1)", "wlst_mode": "offline", "wlst_name": "ConnectionPool", "wlst_path": "WP001", "value": {"default": "None" }, "wlst_type": "string" } ],
11151115
"CreateTableDDLFile": [ {"version": "[12.1.2,)", "wlst_mode": "both", "wlst_name": "CreateTableDDLFile", "wlst_path": "WP001", "value": {"default": "None" }, "wlst_type": "string", "restart_required": "true" } ],
1116-
"DataSource": [ {"version": "[12.1.2,)", "wlst_mode": "both", "wlst_name": "DataSource", "wlst_path": "WP001", "value": {"default": "None" }, "wlst_type": "string", "set_method": "${:MBEAN.set_data_source_mbean}", "set_mbean_type": "${:weblogic.management.configuration.JDBCSystemResourceMBean}", "restart_required": "true" } ],
1116+
"DataSource": [ {"version": "[12.1.2,)", "wlst_mode": "both", "wlst_name": "DataSource", "wlst_path": "WP001", "value": {"default": "None" }, "wlst_type": "string", "get_method": "${LSA:GET}", "set_method": "${:MBEAN.set_data_source_mbean}", "set_mbean_type": "${:weblogic.management.configuration.JDBCSystemResourceMBean}", "restart_required": "true" } ],
11171117
"DeletesPerBatchMaximum": [ {"version": "[12.1.2,)", "wlst_mode": "both", "wlst_name": "DeletesPerBatchMaximum", "wlst_path": "WP001", "value": {"default": 20 }, "wlst_type": "integer", "restart_required": "true" } ],
11181118
"DeletesPerStatementMaximum": [ {"version": "[12.1.2,)", "wlst_mode": "both", "wlst_name": "DeletesPerStatementMaximum", "wlst_path": "WP001", "value": {"default": 20 }, "wlst_type": "integer", "restart_required": "true" } ],
11191119
"DeploymentOrder": [ {"version": "[12.1.2,)", "wlst_mode": "both", "wlst_name": "DeploymentOrder", "wlst_path": "WP001", "value": {"default": 1000 }, "wlst_type": "integer" } ],

0 commit comments

Comments
 (0)