Issue #444 has been updated by Sébastien Bahloul.
It should be done with the first part of your patch only : the procedure is to
call the getNextId method followed by getBean. So the corresponding piece of
code is in the getBean:
if(getAttrs() != null) {
entryCursor = connection.search(id,
searchString, SearchScope.OBJECT, getAttrs().toArray(new
String[getAttrs().size()]));
} else {
entryCursor = connection.search(id, searchString,
SearchScope.OBJECT);
}
----------------------------------------
Bug #444: Fetched attributes are ignored by asyncLdapSourceService
http://tools.lsc-project.org/issues/444
Author: Clément OUDOT
Status: Assigned
Priority: Normal
Assigned to: Sébastien Bahloul
Category: Core
Target version: 2.0
Problem in version: 2.0rc2
The service asyncLdapSourceService do not use the configured <fetchedAttribute/>
--
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