Skip to content

Commit 94d7b95

Browse files
committed
Issue #354 - Improve check for JRF domain type
1 parent 2d9aed7 commit 94d7b95

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
@@ -409,7 +409,7 @@ def __extend_domain(self, domain_home):
409409
server_groups_to_target = self._domain_typedef.get_server_groups_to_target()
410410
self.target_helper.target_server_groups_to_servers(server_groups_to_target)
411411
self.wlst_helper.update_domain()
412-
elif self._domain_typedef.domain_type_has_jrf_resources():
412+
elif self._domain_typedef.is_jrf_domain_type():
413413
# Update the domain to apply the extension templates.
414414
self.wlst_helper.update_domain()
415415
self.target_helper.target_jrf_groups_to_clusters_servers(domain_home)

0 commit comments

Comments
 (0)