Skip to content

Commit fb2f1ad

Browse files
committed
Issue #132 - Change ConfigurationProperty to multiple; fixed typos in ServerTemplate alias
1 parent df3712b commit fb2f1ad

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
}
4747
},
4848
"ConfigurationProperty" : {
49+
"child_folders_type": "multiple",
4950
"version" : "[12.2.1,)",
5051
"folders" : {},
5152
"attributes" : {

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
}
4848
},
4949
"ConfigurationProperty" : {
50+
"child_folders_type": "multiple",
5051
"version" : "[12.2.1,)",
5152
"folders" : {},
5253
"attributes" : {
@@ -59,7 +60,7 @@
5960
"wlst_type" : "ConfigurationPropert${y:ies}",
6061
"wlst_attributes_path": "WP001",
6162
"wlst_paths": {
62-
"WP001": "/Server${:s}/%SERVER%/ConfigurationPropert${y:ies}/%PROPERTY_NAME%"
63+
"WP001": "/ServerTemplate${:s}/%SERVERTEMPLATE%/ConfigurationPropert${y:ies}/%PROPERTY_NAME%"
6364
}
6465
},
6566
"DataSource": {
@@ -342,7 +343,7 @@
342343
},
343344
"wlst_attributes_path": "WP001",
344345
"wlst_paths": {
345-
"WP001": "/ServerTemplate${:s}/%SERVERTEMPLATE%/OverloadProtection/${NO_NAME_0:%SERVERTEMPLATE%}/ServerFailureTrigger/${NO_NAME_0:%SERVER%}"
346+
"WP001": "/ServerTemplate${:s}/%SERVERTEMPLATE%/OverloadProtection/${NO_NAME_0:%SERVERTEMPLATE%}/ServerFailureTrigger/${NO_NAME_0:%SERVERTEMPLATE%}"
346347
}
347348
}
348349
},
@@ -1062,7 +1063,7 @@
10621063
"wlst_attributes_path": "WP001",
10631064
"wlst_paths": {
10641065
"WP001": "/ServerTemplate${:s}/%SERVERTEMPLATE%/TransactionLogJDBCStore/${NO_NAME_0:%SERVERTEMPLATE%}",
1065-
"WP003": "/ServerTemplate${:s}/%SERVERTEMPLATE%/DataSource/${NO_NAME_0:%SERVERTEMPLATE%}/Targets"
1066+
"WP002": "/ServerTemplate${:s}/%SERVERTEMPLATE%/DataSource/${NO_NAME_0:%SERVERTEMPLATE%}/Targets"
10661067
}
10671068
},
10681069
"WebServer": {
@@ -1201,7 +1202,7 @@
12011202
},
12021203
"wlst_attributes_path": "WP001",
12031204
"wlst_paths": {
1204-
"WP001": "/ServerTemplate${:s}/%SERVERTEMPLATE%/WebService/${NO_NAME_0:%SERVERTEMPLATE%}/WebServicePersistence/${NO_NAME_0:%SERVERTEMPLATE%}%"
1205+
"WP001": "/ServerTemplate${:s}/%SERVERTEMPLATE%/WebService/${NO_NAME_0:%SERVERTEMPLATE%}/WebServicePersistence/${NO_NAME_0:%SERVERTEMPLATE%}"
12051206
}
12061207
},
12071208
"WebServiceBuffering": {

0 commit comments

Comments
 (0)