Skip to content

Commit f77b68f

Browse files
authored
Issue #294 - Fixed directory problems for Cluster / DatabaseLessLeasi… (#369)
* Issue #294 - Fixed directory problems for Cluster / DatabaseLessLeasingBasis * Updated copyright
1 parent 7bdb177 commit f77b68f

File tree

1 file changed

+4
-3
lines changed
  • core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"copyright": "Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved.",
2+
"copyright": "Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved.",
33
"license": "The Universal Permissive License (UPL), Version 1.0",
44
"wlst_type": "Cluster${:s}",
55
"child_folders_type": "multiple",
@@ -53,7 +53,8 @@
5353
"DatabaseLessLeasingBasis" : {
5454
"wlst_type": "DatabaseLessLeasingBasis",
5555
"version": "[10.3.6,)",
56-
"child_folders_type": "single",
56+
"child_folders_type": "single_unpredictable",
57+
"default_name_value": "${NO_NAME_0:%CLUSTER%}",
5758
"folders": {},
5859
"attributes" : {
5960
"FenceTimeout": [ {"version": "[10.3.6,)", "wlst_mode": "both", "wlst_name": "FenceTimeout", "wlst_path": "WP001", "value": {"default": 5 }, "wlst_type": "integer", "get_method": "${LSA:GET}" } ],
@@ -66,7 +67,7 @@
6667
},
6768
"wlst_attributes_path": "WP001",
6869
"wlst_paths": {
69-
"WP001": "/Cluster${:s}/%CLUSTER%/DatabaseLessLeasingBasis/${NO_NAME_0:%CLUSTER%}"
70+
"WP001": "/Cluster${:s}/%CLUSTER%/${(DatabaseLessLeasingBasis):DatabaseLessLeasingBasis}/%DATABASELESSLEASINGBASIS%"
7071
}
7172
},
7273
"JTACluster" : {

0 commit comments

Comments
 (0)