@@ -710,12 +710,10 @@ def __configure_fmw_infra_database(self):
710
710
711
711
location = LocationContext ()
712
712
location .append_location (JDBC_SYSTEM_RESOURCE )
713
- token_name = self .alias_helper .get_name_token (location )
714
713
715
714
folder_path = self .alias_helper .get_wlst_list_path (location )
716
715
self .wlst_helper .cd (folder_path )
717
716
ds_names = self .wlst_helper .lsc ()
718
- print ds_names
719
717
720
718
for ds_name in ds_names :
721
719
location = LocationContext ()
@@ -739,7 +737,6 @@ def __configure_fmw_infra_database(self):
739
737
740
738
self .wlst_helper .set_if_needed (wlst_name , wlst_value , JDBC_DRIVER_PARAMS , ds_name , masked = True )
741
739
742
-
743
740
location .append_location (JDBC_DRIVER_PARAMS_PROPERTIES )
744
741
token_name = self .alias_helper .get_name_token (location )
745
742
if token_name is not None :
@@ -750,7 +747,8 @@ def __configure_fmw_infra_database(self):
750
747
orig_user = self .wlst_helper .get ('Value' )
751
748
stb_user = orig_user .replace ('DEV' , rcu_prefix )
752
749
wlst_name , wlst_value = \
753
- self .alias_helper .get_wlst_attribute_name_and_value (location , DRIVER_PARAMS_PROPERTY_VALUE , stb_user )
750
+ self .alias_helper .get_wlst_attribute_name_and_value (location , DRIVER_PARAMS_PROPERTY_VALUE ,
751
+ stb_user )
754
752
self .wlst_helper .set_if_needed (wlst_name , wlst_value ,
755
753
JDBC_DRIVER_PARAMS_PROPERTIES , DRIVER_PARAMS_USER_PROPERTY )
756
754
@@ -787,7 +785,6 @@ def __configure_fmw_infra_database(self):
787
785
788
786
rcu_prefix = self .model_context .get_rcu_prefix ()
789
787
rcu_schema_pwd = self .model_context .get_rcu_schema_pass ()
790
-
791
788
fmw_database = self .wls_helper .get_jdbc_url_from_rcu_connect_string (rcu_database )
792
789
self .logger .fine ('WLSDPLY-12221' , fmw_database , class_name = self .__class_name , method_name = _method_name )
793
790
0 commit comments