Here's my definitions
<bean id="jbpmConfiguration"
|
class="org.springmodules.workflow.jbpm31.LocalJbpmConfigurationFactoryBean">
| <property name="sessionFactory" ref="mmSessionFactory" />
| <property name="configuration"
value="classpath:/jbpm.cfg.xml" />
| <property name="processDefinitionsResources">
| <list>
| <value>classpath:/foo/bar/migration/processdefinition.xml</value>
| </list>
| </property>
|
| </bean>
|
| <bean id="jbpmTemplate"
class="org.springmodules.workflow.jbpm31.JbpmTemplate">
| <constructor-arg index="0" ref="jbpmConfiguration" />
| </bean>
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4191370#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...