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