Author: ainze
Date: 2009-03-10 15:30:40 -0400 (Tue, 10 Mar 2009)
New Revision: 4223
Modified:
jbpm4/branches/ainze/modules/spring/src/test/resources/org/jbpm/spring/test/applicationContext.xml
Log:
added some more comments
Modified:
jbpm4/branches/ainze/modules/spring/src/test/resources/org/jbpm/spring/test/applicationContext.xml
===================================================================
---
jbpm4/branches/ainze/modules/spring/src/test/resources/org/jbpm/spring/test/applicationContext.xml 2009-03-10
19:25:36 UTC (rev 4222)
+++
jbpm4/branches/ainze/modules/spring/src/test/resources/org/jbpm/spring/test/applicationContext.xml 2009-03-10
19:30:40 UTC (rev 4223)
@@ -39,6 +39,7 @@
<property name="transactionManager" ref="transactionManager"
/>
</bean>
+ <!-- Start the jobExecutor -->
<bean id="jobExecutor"
class="org.jbpm.pvm.internal.jobexecutor.JobExecutor"
init-method="start" destroy-method="stop">
<property name="commandExecutor" ref="commandService" />
</bean>
Show replies by date