@@ -401,7 +401,7 @@ def _create_subfolders(self, location, model_nodes):
401401 if self .alias_helper .requires_artificial_type_subfolder_handling (sub_location ):
402402 self .logger .finest ('WLSDPLY-12116' , key , str (sub_location ), subfolder_nodes ,
403403 class_name = self .__class_name , method_name = _method_name )
404- self ._create_security_provider_mbeans (key , subfolder_nodes , location )
404+ self ._create_security_provider_mbeans (key , subfolder_nodes , location , True )
405405 elif len (subfolder_nodes ) != 0 :
406406 if self .alias_helper .supports_multiple_mbean_instances (sub_location ):
407407 self .logger .finest ('WLSDPLY-12109' , key , str (sub_location ), subfolder_nodes ,
@@ -497,9 +497,9 @@ def _delete_existing_providers(self, location):
497497 self .wlst_helper .cd (create_path )
498498 for existing_folder_name in existing_folder_names :
499499 try :
500+ self .logger .info ('WLSDPLY-12135' , existing_folder_name , wlst_base_provider_type , create_path ,
501+ class_name = self .__class_name , method_name = _method_name )
500502 self .wlst_helper .delete (existing_folder_name , wlst_base_provider_type )
501- self .logger .finer ('WLSDPLY-12135' , existing_folder_name , wlst_base_provider_type , create_path ,
502- class_name = self .__class_name , method_name = _method_name )
503503 except BundleAwareException , bae :
504504 ex = exception_helper .create_exception (self ._exception_type , 'WLSDPLY-12134' , existing_folder_name ,
505505 self .wls_helper .get_weblogic_version (),
0 commit comments