Fixed the jbpm.cfg.xml files to correctly use jbpm_engine rather than test_jbpm_engine.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@15748 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
N Smith
2009-08-14 11:49:04 +00:00
parent 1dfbefe4d5
commit f3f4b2b043
2 changed files with 2 additions and 2 deletions

View File

@@ -50,7 +50,7 @@
class="org.alfresco.repo.workflow.jbpm.WorkflowTaskInstanceFactory"
singleton="true">
<field name="jbpmEngineName">
<string value="test_jbpm_engine" />
<string value="jbpm_engine" />
</field>
</bean>
<bean name="jbpm.variable.resolver" class="org.jbpm.jpdl.el.impl.JbpmVariableResolver"