Skip to content

Commit 7bdb177

Browse files
authored
Issue #309 - Corrected alias entry for Domain/ArchiveConfigurationCount (#368)
1 parent ecad084 commit 7bdb177

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
"AdministrationPortEnabled": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "AdministrationPortEnabled", "wlst_path": "WP001", "value": {"default": "false" }, "wlst_type": "boolean" } ],
1212
"AdministrationProtocol": [ {"version": "[10,12.1.2)", "wlst_mode": "both", "wlst_name": "AdministrationProtocol", "wlst_path": "WP001", "value": {"default": "${None:t3s}" }, "wlst_type": "string", "restart_required": "true" } ,
1313
{"version": "[12.1.2,)", "wlst_mode": "both", "wlst_name": "AdministrationProtocol", "wlst_path": "WP001", "value": {"default": "t3s" }, "wlst_type": "string", "restart_required": "true" } ],
14-
"ArchiveConfigurationCount": [ {"version": "[10,12.2.1.3)", "wlst_mode": "online", "wlst_name": "ArchiveConfigurationCount", "wlst_path": "WP001", "value": {"default": 0 }, "wlst_type": "integer" },
15-
{"version": "[12.2.1.3,)", "wlst_mode": "both", "wlst_name": "ArchiveConfigurationCount", "wlst_path": "WP001", "value": {"default": 0 }, "wlst_type": "integer" } ],
14+
"ArchiveConfigurationCount": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "ArchiveConfigurationCount", "wlst_path": "WP001", "value": {"default": 0 }, "wlst_type": "integer" } ],
1615
"AutoDeployForSubmodulesEnabled": [ {"version": "[10.3.4,)", "wlst_mode": "both", "wlst_name": "AutoDeployForSubmodulesEnabled", "wlst_path": "WP001", "value": {"default": "true" }, "wlst_type": "boolean", "get_method": "${LSA:GET}" } ],
1716
"BatchJobsDataSourceJndiName": [ {"version": "[12.2.1,)", "wlst_mode": "both", "wlst_name": "BatchJobsDataSourceJndiName", "wlst_path": "WP001", "value": {"default": "None" }, "wlst_type": "string" } ],
1817
"BatchJobsExecutorServiceName": [ {"version": "[12.2.1,)", "wlst_mode": "both", "wlst_name": "BatchJobsExecutorServiceName", "wlst_path": "WP001", "value": {"default": "None" }, "wlst_type": "string" } ],

core/src/main/resources/oracle/weblogic/deploy/messages/wlsdeploy_rb.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1345,4 +1345,4 @@ WLSDPLY-20026={0} failed to find a model file in archive {1}, and {2} argument n
13451345
WLSDPLY-21000={0} Messages:
13461346
WLSDPLY-21001= {0} total : {1}
13471347
WLSDPLY-21002= Total: {0}
1348-
WLSDPLY-21003=Issue Log for {0} version {1} running weblogic version {2} {3} mode:
1348+
WLSDPLY-21003=Issue Log for {0} version {1} running WebLogic version {2} {3} mode:

0 commit comments

Comments
 (0)