Issue #450 has been updated by David Coutadeur. File patch-on-lsc-r1700.diff added
patch joined. However it should not be very usefull because the code in 2.0 branch do the same thing. So the first thing to search and understand is why this part of the code has evolved... ---------------------------------------- Bug #450: problem getting fetchedAttributes for ldapSourceService tag in trunk http://tools.lsc-project.org/issues/450 Author: David Coutadeur Status: New Priority: Normal Assigned to: Category: Core Target version: trunk 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

