[jboss-user] [JBoss jBPM] - Re: Lots of versions of the same process
ClayM
do-not-reply at jboss.com
Fri Nov 21 12:50:57 EST 2008
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
More information about the jboss-user
mailing list