06-28-2006 11:57 AM
06-29-2006 07:20 AM
06-29-2006 08:31 AM
I will update the examples to use this soon.
07-31-2006 04:59 AM
07-31-2006 09:44 AM
<bean id="ldapGroupTrigger" class="org.alfresco.util.CronTriggerBean">
<property name="jobDetail">
<bean id="ldapGroupJobDetail" 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="ldapGroupImport"/>
</entry>
</map>
</property>
</bean>
</property>
<property name="scheduler">
<ref bean="schedulerFactory" />
</property>
<property name="cronExpression">
<value>0 40 6 * * ?</value> <!– daily at 06:40 –>
</property>
</bean>More information about the cronExpression can be found here in the forum.
07-31-2006 09:57 AM
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.