Skip to content

Commit e24e232

Browse files
Bug found in call to applyJRF for 11g (#950)
1 parent 6bb2906 commit e24e232

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/python/wlsdeploy/tool/util/target_helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def target_jrf_groups_to_clusters_servers(self):
8585
for ms_name in server_names:
8686
self.logger.info('WLSDPLY-12233', 'Managed Server', ms_name, class_name=self.__class_name,
8787
method_name=_method_name)
88-
self.wlst_helper.apply_jrf(ms_name, self.model_context)
88+
self.wlst_helper.apply_jrf(ms_name, self.model_context.get_domain_home())
8989

9090
self.logger.exiting(class_name=self.__class_name, method_name=_method_name)
9191
return

0 commit comments

Comments
 (0)