Skip to content

Commit c6bb9c2

Browse files
Issue#583 distrib queue error dest online (#602)
* Fix java.lang.Boolean issues for ActiveDirectoryAuthenticator * Fix ErrorDestination alias for online discovery
1 parent da8913b commit c6bb9c2

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/JMSSystemResource.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -763,7 +763,7 @@
763763
"wlst_type": "DeliveryFailureParams",
764764
"folders": {},
765765
"attributes": {
766-
"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"} ],
766+
"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"} ],
767767
"ExpirationLoggingPolicy": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "ExpirationLoggingPolicy", "wlst_path": "WP001", "value": {"default": "None" }, "wlst_type": "string" } ],
768768
"ExpirationPolicy": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "ExpirationPolicy", "wlst_path": "WP001", "value": {"default": "${None:Discard}" }, "wlst_type": "string" } ],
769769
"RedeliveryLimit": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "RedeliveryLimit", "wlst_path": "WP001", "value": {"default": -1 }, "wlst_type": "integer" } ]

0 commit comments

Comments
 (0)