@@ -871,7 +871,6 @@ def __configure_fmw_infra_database(self):
871
871
svc_table_ds_name = self .wls_helper .get_jrf_service_table_datasource_name ()
872
872
if token_name is not None :
873
873
location .add_name_token (token_name , svc_table_ds_name )
874
- < << << << HEAD
875
874
876
875
location .append_location (JDBC_RESOURCE )
877
876
location .append_location (JDBC_DRIVER_PARAMS )
@@ -895,36 +894,11 @@ def __configure_fmw_infra_database(self):
895
894
location .append_location (JDBC_DRIVER_PARAMS_PROPERTIES )
896
895
token_name = self .alias_helper .get_name_token (location )
897
896
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
922
897
if token_name is not None :
923
898
location .add_name_token (token_name , DRIVER_PARAMS_USER_PROPERTY )
924
899
925
900
stb_user = self .wls_helper .get_stb_user_name (rcu_prefix )
926
901
self .logger .fine ('WLSDPLY-12222' , stb_user , class_name = self .__class_name , method_name = _method_name )
927
- < << << << HEAD
928
902
wlst_path = self .alias_helper .get_wlst_attributes_path (location )
929
903
self .wlst_helper .cd (wlst_path )
930
904
wlst_name , wlst_value = \
@@ -936,19 +910,6 @@ def __configure_fmw_infra_database(self):
936
910
if self .wls_helper .is_database_defaults_supported ():
937
911
self .wlst_helper .get_database_defaults ()
938
912
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
-
952
913
self .logger .exiting (class_name = self .__class_name , method_name = _method_name )
953
914
return
954
915
0 commit comments