08-17-2007 05:30 AM
08-17-2007 06:27 AM
08-20-2007 01:46 AM
08-20-2007 06:22 AM
<bean id="ldapPeopleTrigger" class="org.alfresco.util.CronTriggerBean">
<property name="jobDetail">
<bean id="ldapPeopleJobDetail" class="org.springframework.scheduling.quartz.JobDetailBean">
<property name="jobClass">
<value>org.alfresco.repo.importer.ImporterJob</value>
</property>
<property name="jobDataAsMap">
<map>
<entry key="bean">
<ref bean="ldapPeopleImport"/>
</entry>
</map>
</property>
</bean>
</property>
<property name="scheduler">
<ref bean="schedulerFactory" />
</property>
<property name="cronExpression">
<value>0 30 10 * * ?</value>
</property>
</bean>The cronExpression defines a fixed time, it's also possible to run it every x minutes but we choose this approach. You probably need the same part for the group syncing…
08-20-2007 08:57 PM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.