@@ -716,12 +716,10 @@ def __configure_fmw_infra_database(self):
716
716
717
717
location = LocationContext ()
718
718
location .append_location (JDBC_SYSTEM_RESOURCE )
719
- token_name = self .alias_helper .get_name_token (location )
720
719
721
720
folder_path = self .alias_helper .get_wlst_list_path (location )
722
721
self .wlst_helper .cd (folder_path )
723
722
ds_names = self .wlst_helper .lsc ()
724
- print ds_names
725
723
726
724
for ds_name in ds_names :
727
725
location = LocationContext ()
@@ -745,7 +743,6 @@ def __configure_fmw_infra_database(self):
745
743
746
744
self .wlst_helper .set_if_needed (wlst_name , wlst_value , JDBC_DRIVER_PARAMS , ds_name , masked = True )
747
745
748
-
749
746
location .append_location (JDBC_DRIVER_PARAMS_PROPERTIES )
750
747
token_name = self .alias_helper .get_name_token (location )
751
748
if token_name is not None :
@@ -756,7 +753,8 @@ def __configure_fmw_infra_database(self):
756
753
orig_user = self .wlst_helper .get ('Value' )
757
754
stb_user = orig_user .replace ('DEV' , rcu_prefix )
758
755
wlst_name , wlst_value = \
759
- self .alias_helper .get_wlst_attribute_name_and_value (location , DRIVER_PARAMS_PROPERTY_VALUE , stb_user )
756
+ self .alias_helper .get_wlst_attribute_name_and_value (location , DRIVER_PARAMS_PROPERTY_VALUE ,
757
+ stb_user )
760
758
self .wlst_helper .set_if_needed (wlst_name , wlst_value ,
761
759
JDBC_DRIVER_PARAMS_PROPERTIES , DRIVER_PARAMS_USER_PROPERTY )
762
760
@@ -793,9 +791,6 @@ def __configure_fmw_infra_database(self):
793
791
794
792
rcu_prefix = self .model_context .get_rcu_prefix ()
795
793
rcu_schema_pwd = self .model_context .get_rcu_schema_pass ()
796
-
797
-
798
-
799
794
fmw_database = self .wls_helper .get_jdbc_url_from_rcu_connect_string (rcu_database )
800
795
self .logger .fine ('WLSDPLY-12221' , fmw_database , class_name = self .__class_name , method_name = _method_name )
801
796
0 commit comments