IntegratingJBPMIntoAppFusePartDeux |
|
Your trail: |
Difference between
version 17
and
version 16:
At line 51 changed 1 line. |
We are now ready to start designing! |
We are now ready to start designing!\\ |
At line 53 added 1 line. |
Before we really begin we have to reference the definition in the hibernate context:\\ |
At line 55 added 13 lines. |
{{{ |
<!-- jBPM Configuration --> |
<bean id="jbpmConfig" class="org.springmodules.workflow.jbpm31.LocalJbpmConfigurationFactoryBean"> |
<!-- pass in existing sessionFactory --> |
<property name="sessionFactory" ref="jbpmSessionFactory"/> |
<property name="configuration" value="org/appfuse/jbpm/jbpm.cfg.xml"/> |
<property name="processDefinitions"> |
<list> |
<ref local="testProcess"/> |
</list> |
</property> |
<property name="createSchema" value="false"/> |
</bean> |
At line 69 added 4 lines. |
<bean id="testProcess" class="org.springmodules.workflow.jbpm31.definition.ProcessDefinitionFactoryBean"> |
<property name="definitionLocation" value="org/appfuse/jbpm/process/test/processdefinition.xml"/> |
</bean> |
}}} |
At line 75 added 2 lines. |
|
|
Back to IntegratingJBPMIntoAppFusePartDeux,
or to the Page History.
|