Hi Clement, This is also an undocumented feature : the default ldapsourceservice can be used in a asynchronous way, but it won't be able to wait for directory updates. It will pull the updates on a regular basis through this filter.
Regards, -- Sebastien BAHLOUL IAM / Security specialist Ldap Synchronization Connector : http://lsc-project.org Blog : http://sbahloul.wordpress.com/ Le 17 avril 2012 14:26, Clément OUDOT <[email protected]> a écrit : > Le 17 avril 2012 14:11, Sébastien Bahloul > <[email protected]> a écrit : > > Hi Clement, > > > > Forget the xjc command : it won't include the required extension to > manage > > the default values ! Use the mvn package command : it will generate the > > required java class. > > I updated the XSD file and launched the mvn package, but it does not > touch any java file in the source. > > But by brwosing the source, I found where to change the VERSION2 into > VERSION_2 : > * src/main/resources/schemas/lsc-core-2.0.xsd > * src/main/java/org/lsc/configuration/LdapVersionType.java > > Is this ok? > > > > > Regarding the undocumented features : > > > > filterAsync specifies the timestamp based filtering expression , > defaulting > > to "modifytimestamp>={0}" > > Sorry, I still do not understand how it can be used. Could you give me > an example? > > > dateFormat is the Java SimpleDateFormat expression to convert the date > into > > a LDAP compatible string , default to "yyyyMMddHHmmss'Z'" > > interval is the number of seconds between to explicit search request > based > > on the modify timestamp. > > Perfect. > > Clément. >
_______________________________________________________________ Ldap Synchronization Connector (LSC) - http://lsc-project.org lsc-dev mailing list [email protected] http://lists.lsc-project.org/listinfo/lsc-dev

