Issue #754 has been reported by Raphaël Ouazana. ---------------------------------------- Bug #754: Confusion between fromSource and fromSameService http://tools.lsc-project.org/issues/754
Author: Raphaël Ouazana Status: Assigned Priority: Normal Assigned to: Raphaël Ouazana Category: Core Target version: 2.2 Problem in version: Some service have a method getBean with a fromSource parameter, other with a fromSameService parameter. The method are called by AbstractSynchronize without knowing if it is a fromSameService or a fromSource boolean argument. This should be cleaned to have a common meaning (if possible replacing boolean by an enumeration to clarify things). Example of misunderstanding: #539. It fixes for db sync but don't match for ldap sync which assumes fromSameService and not fromSource. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://tools.lsc-project.org/my/account
_______________________________________________________________ Ldap Synchronization Connector (LSC) - http://lsc-project.org lsc-dev mailing list [email protected] http://lists.lsc-project.org/listinfo/lsc-dev

