Hi Sebastien,

I maybe found the source of this DEBUG log:

see in the ScriptingEvaluator.java, line 57:
        - if the for cycle performs entire cycle without breaking on js or 
groovy it sets loaded to false, but after succesfull load into cache it is not 
set back to true.
        - it is not an issue in functionality - only the debug log is logged 
erroneously.

Best regards

Tomas

--

Tomáš Lukl
ARTiiS GROUP a.s.
602 00 BRNO
Běhounská 2/22-24
T: +420 736184076
E: [email protected] <mailto:[email protected]>
W: www.artiisgroup.cz <http://www.artiisgroup.cz/>




> 18. 7. 2016 v 9:23, Sébastien Bahloul <[email protected]>:
> 
> Hi Tomáš,
> 
> Which jdk are you using ?
> 
> Regards
> 
> Le 15 juil. 2016 20:36, "Tomáš Lukl" <[email protected] 
> <mailto:[email protected]>> a écrit :
> Hi to all,
> 
> Ii am trying to use a js in a condition element but LSC logs this:
> 
> Unsupported scripting engine: Oracle Nashorn.
> 
> The condition is written like this:
> 
> 
> <conditions>
>                 <create>gr:
>                                         [       “….",
>                                                 “….",
>                                                 “…."
>                                         
> ].indexOf(srcBean.getDatasetFirstValueById("distinguishedName")) &gt; -1
>                 </create>
>                 <update>true</update>
>                 <delete>true</delete>
>                 <changeId>false</changeId>
>         </conditions>
> 
> 
> I have tried CDATA element even write it as a groovy script. Nothing works 
> for me.
> 
> What is the right syntax for this?
> 
> Best regards
> 
> Tomas
> 
> 
> 
> _______________________________________________________________
> Ldap Synchronization Connector (LSC) - http://lsc-project.org 
> <http://lsc-project.org/>
> 
> lsc-users mailing list
> [email protected] <mailto:[email protected]>
> http://lists.lsc-project.org/listinfo/lsc-users 
> <http://lists.lsc-project.org/listinfo/lsc-users>
_______________________________________________________________
Ldap Synchronization Connector (LSC) - http://lsc-project.org

lsc-users mailing list
[email protected]
http://lists.lsc-project.org/listinfo/lsc-users

Reply via email to