Issue #450 has been updated by Clément OUDOT.

Category set to Core

Hi David,

could you join the patch you have done?
----------------------------------------
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

Reply via email to