Issue #514 has been reported by David Coutadeur.
----------------------------------------
Bug #514: sequences factory with NextValue
http://tools.lsc-project.org/issues/514
Author: David Coutadeur
Status: New
Priority: Normal
Assigned to:
Category: Core
Target version: 2.0.1
Problem in version:
I cannot use any more the Sequence Factory in the new release (2.0) :
javax.script.ScriptException:
sun.org.mozilla.javascript.internal.EvaluatorException: Can't find method
org.lsc.utils.SequencesFactory.getInstance(org.lsc.jndi.JndiServices).
(<Unknown source>#5) in <Unknown source> at line number 5
with my lsc.xml
<dataset>
<name>uidNumber</name>
<createValues>
<string>
<![CDATA[
SequencesFactory.getInstance(ldap.getJndiServices()).
getNextValue("cn=NextFreeUnixId,dc=suffix,dc=com",
"uidNumber")
]]>
</string>
</createValues>
</dataset>
it is a simple openldap ldapSourceService, and an openldap destination service.
--
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