On 28/08/2020 15:16, Matjaz Premerl wrote:
> var bytes = srcBean.getDatasetFirstBinaryValueById("objectGUID");
> var hex = new
> java.lang.String(org.apache.commons.codec.binary.Hex.encodeHex(bytes));
Could you try this instead of these two lines ?
var hex = new
java.lang.String(org.apache.commons.codec.binary.Hex.encodeHex(srcBean.getDatasetFirstBinaryValueById("objectGUID")));
--
Soisik Froger | Software Architect
[email protected]
Worteks | https://www.worteks.com
_______________________________________________________________
Ldap Synchronization Connector (LSC) - http://lsc-project.org
lsc-users mailing list
[email protected]
https://lists.lsc-project.org/cgi-bin/mailman/listinfo/lsc-users