We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bb2906 commit e24e232Copy full SHA for e24e232
core/src/main/python/wlsdeploy/tool/util/target_helper.py
@@ -85,7 +85,7 @@ def target_jrf_groups_to_clusters_servers(self):
85
for ms_name in server_names:
86
self.logger.info('WLSDPLY-12233', 'Managed Server', ms_name, class_name=self.__class_name,
87
method_name=_method_name)
88
- self.wlst_helper.apply_jrf(ms_name, self.model_context)
+ self.wlst_helper.apply_jrf(ms_name, self.model_context.get_domain_home())
89
90
self.logger.exiting(class_name=self.__class_name, method_name=_method_name)
91
return
0 commit comments