Issue #341 has been updated by Sébastien Bahloul.
Thanks one more time. This might also be the case for the other get* methods. You only patch the String method because this is your usage or do you agree that it can extended to other get* methods (int would return -1, boolean false, ...) ? Regards ---------------------------------------- Bug #341: NPE in getStringValueAttribute http://tools.lsc-project.org/issues/341 Author: Stéphane Bond Status: New Priority: Normal Assigned to: Category: Target version: 2.0.x branch Problem in version: If a column from the datasource contains a null value, we always got a NPE because some methods like "AbstractSimpleJndiService.get" call LscDatasets.getStringValueAttribute on each attribute name. Even if the column is not used in the mapping, we got the NPE. So we add this patch to avoid the issue. -- 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

