Issue #341 has been updated by Stéphane Bond.
Others get methods are ok because they just cast "null" as a list or a Integer object. getStringValueAttribute throw a NPE because it calls "value.toString()". ---------------------------------------- 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

