Skip to content

Commit 2aba223

Browse files
author
Johnny
committed
fix merge error
1 parent c407614 commit 2aba223

File tree

1 file changed

+0
-39
lines changed

1 file changed

+0
-39
lines changed

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

Lines changed: 0 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -871,7 +871,6 @@ def __configure_fmw_infra_database(self):
871871
svc_table_ds_name = self.wls_helper.get_jrf_service_table_datasource_name()
872872
if token_name is not None:
873873
location.add_name_token(token_name, svc_table_ds_name)
874-
<<<<<<< HEAD
875874

876875
location.append_location(JDBC_RESOURCE)
877876
location.append_location(JDBC_DRIVER_PARAMS)
@@ -895,36 +894,11 @@ def __configure_fmw_infra_database(self):
895894
location.append_location(JDBC_DRIVER_PARAMS_PROPERTIES)
896895
token_name = self.alias_helper.get_name_token(location)
897896

898-
=======
899-
900-
location.append_location(JDBC_RESOURCE)
901-
location.append_location(JDBC_DRIVER_PARAMS)
902-
wlst_path = self.alias_helper.get_wlst_attributes_path(location)
903-
self.wlst_helper.cd(wlst_path)
904-
905-
svc_table_driver_name = self.wls_helper.get_stb_data_source_jdbc_driver_name()
906-
wlst_name, wlst_value = \
907-
self.alias_helper.get_wlst_attribute_name_and_value(location, DRIVER_NAME, svc_table_driver_name)
908-
self.wlst_helper.set_if_needed(wlst_name, wlst_value, JDBC_DRIVER_PARAMS, svc_table_ds_name)
909-
910-
wlst_name, wlst_value = \
911-
self.alias_helper.get_wlst_attribute_name_and_value(location, URL, fmw_database)
912-
self.wlst_helper.set_if_needed(wlst_name, wlst_value, JDBC_DRIVER_PARAMS, svc_table_ds_name)
913-
914-
wlst_name, wlst_value = \
915-
self.alias_helper.get_wlst_attribute_name_and_value(location, PASSWORD_ENCRYPTED,
916-
rcu_schema_pwd, masked=True)
917-
self.wlst_helper.set_if_needed(wlst_name, wlst_value, JDBC_DRIVER_PARAMS, svc_table_ds_name, masked=True)
918-
919-
location.append_location(JDBC_DRIVER_PARAMS_PROPERTIES)
920-
token_name = self.alias_helper.get_name_token(location)
921-
>>>>>>> origin/atptest
922897
if token_name is not None:
923898
location.add_name_token(token_name, DRIVER_PARAMS_USER_PROPERTY)
924899

925900
stb_user = self.wls_helper.get_stb_user_name(rcu_prefix)
926901
self.logger.fine('WLSDPLY-12222', stb_user, class_name=self.__class_name, method_name=_method_name)
927-
<<<<<<< HEAD
928902
wlst_path = self.alias_helper.get_wlst_attributes_path(location)
929903
self.wlst_helper.cd(wlst_path)
930904
wlst_name, wlst_value = \
@@ -936,19 +910,6 @@ def __configure_fmw_infra_database(self):
936910
if self.wls_helper.is_database_defaults_supported():
937911
self.wlst_helper.get_database_defaults()
938912

939-
=======
940-
941-
wlst_path = self.alias_helper.get_wlst_attributes_path(location)
942-
self.wlst_helper.cd(wlst_path)
943-
wlst_name, wlst_value = \
944-
self.alias_helper.get_wlst_attribute_name_and_value(location, DRIVER_PARAMS_PROPERTY_VALUE, stb_user)
945-
self.wlst_helper.set_if_needed(wlst_name, wlst_value,
946-
JDBC_DRIVER_PARAMS_PROPERTIES, DRIVER_PARAMS_USER_PROPERTY)
947-
948-
self.logger.info('WLSDPLY-12223', class_name=self.__class_name, method_name=_method_name)
949-
self.wlst_helper.get_database_defaults()
950-
>>>>>>> origin/atptest
951-
952913
self.logger.exiting(class_name=self.__class_name, method_name=_method_name)
953914
return
954915

0 commit comments

Comments
 (0)