diff --git a/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/JMSSystemResource.json b/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/JMSSystemResource.json index b8831ff08e..77d9a80156 100644 --- a/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/JMSSystemResource.json +++ b/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/JMSSystemResource.json @@ -763,7 +763,7 @@ "wlst_type": "DeliveryFailureParams", "folders": {}, "attributes": { - "ErrorDestination": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "ErrorDestination", "wlst_path": "WP001", "value": {"default": "None" }, "wlst_type": "string", "get_method": "LSA", "set_method": "MBEAN.set_jms_error_destination_mbean", "set_mbean_type": "weblogic.j2ee.descriptor.wl.DestinationBean"} ], + "ErrorDestination": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "ErrorDestination", "wlst_path": "WP001", "value": {"default": "None" }, "wlst_type": "string", "get_method": "${LSA:GET}", "set_method": "MBEAN.set_jms_error_destination_mbean", "set_mbean_type": "weblogic.j2ee.descriptor.wl.DestinationBean"} ], "ExpirationLoggingPolicy": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "ExpirationLoggingPolicy", "wlst_path": "WP001", "value": {"default": "None" }, "wlst_type": "string" } ], "ExpirationPolicy": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "ExpirationPolicy", "wlst_path": "WP001", "value": {"default": "${None:Discard}" }, "wlst_type": "string" } ], "RedeliveryLimit": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "RedeliveryLimit", "wlst_path": "WP001", "value": {"default": -1 }, "wlst_type": "integer" } ]