09-02-2011 03:08 AM
09-02-2011 03:10 AM
<bean id="demoDataGenerator" class="org.activiti.explorer.demo.DemoDataGenerator">
<property name="processEngine" ref="processEngine" />
</bean>
09-20-2011 05:15 AM
You're using activiti 5.7 I presume? There is a spring-bean that initializes all users/group (and some demo-data): org.activiti.explorer.demo.DemoDataGenerator, defined in applicationCOntext.xml of explorer webapp's WEB-INF
<bean id="demoDataGenerator" class="org.activiti.explorer.demo.DemoDataGenerator">
<property name="processEngine" ref="processEngine" />
</bean>
01-21-2012 01:38 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.