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#4191370

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4191370
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to