Project

General

Profile

Bug #2500

Updated by Vincent MEMBRÉ almost 12 years ago

when commiting a new report, we make a log before commit, and after commiting, in each of them we process the ldap tree correspondig to the report 

 So ldap tree must be computed 3 times (one before commit, one to commit and one after)  

 but is appeared that ldap tree is computed 5 times ! especially 3 times before commit 

 we are using a reference. If we use a value instead we should resolve that 

 Plus we create a debug log even if we don't want to log it. we should add a property in logback.xml to fix that

Back