Scheduled Actions (Talk)

cancel
Showing results for 
Search instead for 
Did you mean: 

Scheduled Actions (Talk)

robert_hanson
Member II
0 0 1,513

The examples shown all refer to a bean templateActionModelFactory but do not define it. The docs here show that the only known implementing class of TemplateActionModelFactory interface is FreeMarkerWithLuceneExtensionsModelFactory and the example scheduled-action-services-context.xml.sample defines the bean as such:

   <bean id="templateActionModelFactory" class="org.alfresco.repo.action.scheduled.FreeMarkerWithLuceneExtensionsModelFactory">
       <property name="serviceRegistry">
           <ref bean="ServiceRegistry"/>
       </property>
   </bean>

- I have rolled this into the main page now. --Marsbard