@@ -401,7 +401,7 @@ def _create_subfolders(self, location, model_nodes):
401
401
if self .alias_helper .requires_artificial_type_subfolder_handling (sub_location ):
402
402
self .logger .finest ('WLSDPLY-12116' , key , str (sub_location ), subfolder_nodes ,
403
403
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 )
405
405
elif len (subfolder_nodes ) != 0 :
406
406
if self .alias_helper .supports_multiple_mbean_instances (sub_location ):
407
407
self .logger .finest ('WLSDPLY-12109' , key , str (sub_location ), subfolder_nodes ,
@@ -497,9 +497,9 @@ def _delete_existing_providers(self, location):
497
497
self .wlst_helper .cd (create_path )
498
498
for existing_folder_name in existing_folder_names :
499
499
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 )
500
502
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 )
503
503
except BundleAwareException , bae :
504
504
ex = exception_helper .create_exception (self ._exception_type , 'WLSDPLY-12134' , existing_folder_name ,
505
505
self .wls_helper .get_weblogic_version (),
0 commit comments