Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fixed for RK, apply same change to non-selectTemplate path
  • Loading branch information
ddsharpe committed Apr 15, 2021
commit 3284a5ee024f01ab36c24dbad1e6744f47857447
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,7 @@ def __extend_domain(self, domain_home):

resources_dict = self.model.get_model_resources()
jdbc_names = self.topology_helper.create_placeholder_jdbc_resources(resources_dict)
self.__create_mbeans_used_by_topology_mbeans(topology_folder_list)
self.__create_machines_clusters_and_servers(delete_now=False)
self.__configure_fmw_infra_database()

Expand Down