Skip to content

Commit 904c66b

Browse files
authored
Merge pull request #53 from oracle/issue#52-default-value-method-not-found
Issue#52 - Corrected name of method to get_model_attribute_default_va…
2 parents 71ad30e + 561438e commit 904c66b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/python/wlsdeploy/tool/create/domain_creator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1123,7 +1123,7 @@ def __set_default_identity_aserter_attributes(self, base_location, model_name, m
11231123
location.append_location(model_subtype)
11241124

11251125
wlst_attribute_path = self.alias_helper.get_wlst_attributes_path(location)
1126-
default_value = self.alias_helper.get_wlst_attribute_default_value(location, ACTIVE_TYPE)
1126+
default_value = self.alias_helper.get_model_attribute_default_value(location, ACTIVE_TYPE)
11271127
wlst_name = self.alias_helper.get_wlst_attribute_name(location, ACTIVE_TYPE)
11281128
self.wlst_helper.cd(wlst_attribute_path)
11291129
self.wlst_helper.set(wlst_name, default_value)

0 commit comments

Comments
 (0)