Issue #450 has been updated by Raphaël Ouazana. Target version changed from trunk to 2.1
---------------------------------------- Bug #450: problem getting fetchedAttributes for ldapSourceService tag in trunk http://tools.lsc-project.org/issues/450 Author: David Coutadeur Status: Closed Priority: Normal Assigned to: Raphaël Ouazana Category: Core Target version: 2.1 Problem in version: Maybe this is a regression. The problem is in : src/main/java/org/lsc/jndi/AbstractSimpleJndiService.java in the trunk : beanToFill.datasets().put(attr.getID(), SetUtils.attributeToSet(attr)); in 2.0 branch : beanToFill.setDataset(attr.getID(), SetUtils.attributeToSet(attr)); Which seems to do the same thing as a previous correction I proposed: LscDatasets lds = beanToFill.datasets(); lds.put(attr.getID(),SetUtils.attributeToSet(attr)); beanToFill.setDatasets(lds); -- 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

