Skip to content

Commit a205a5b

Browse files
authored
corrected default for GlobalTransactionProtocol to OnePhaseCommit (#719)
1 parent 33e29f8 commit a205a5b

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"DataSourceList": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "DataSourceList", "wlst_path": "WP001", "value": {"default": "None" }, "wlst_type": "delimited_string" } ],
6969
"ConnectionPoolFailoverCallbackHandler": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "ConnectionPoolFailoverCallbackHandler", "wlst_path": "WP001", "value": {"default": "None" }, "wlst_type": "string" } ],
7070
"FailoverRequestIfBusy": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "FailoverRequestIfBusy", "wlst_path": "WP001", "value": {"default": "${None:false}" }, "wlst_type": "boolean", "get_method": "LSA"} ],
71-
"GlobalTransactionsProtocol": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "GlobalTransactionsProtocol", "wlst_path": "WP001", "value": {"default": "${None:OnePhaseCommit}"}, "wlst_type": "string" } ],
71+
"GlobalTransactionsProtocol": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "GlobalTransactionsProtocol", "wlst_path": "WP001", "value": {"default": "OnePhaseCommit" }, "wlst_type": "string" } ],
7272
"KeepConnAfterGlobalTx": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "KeepConnAfterGlobalTx", "wlst_path": "WP001", "value": {"default": "${None:false}" }, "wlst_type": "boolean", "get_method": "LSA"} ],
7373
"KeepConnAfterLocalTx": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "KeepConnAfterLocalTx", "wlst_path": "WP001", "value": {"default": "${None:true}" }, "wlst_type": "boolean", "get_method": "LSA"} ],
7474
"RowPrefetch": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "RowPrefetch", "wlst_path": "WP001", "value": {"default": "${None:false}" }, "wlst_type": "boolean", "get_method": "LSA"} ],

0 commit comments

Comments
 (0)