Raible's Wiki

Raible Designs
Wiki Home
News
Recent Changes

AppFuse

Homepage
  - Korean
  - Chinese
  - Italian
  - Japanese

QuickStart Guide
  - Chinese
  - French
  - German
  - Italian
  - Korean
  - Portuguese
  - Spanish
  - Japanese

User Guide
  - Korean
  - Chinese

Tutorials
  - Chinese
  - German
  - Italian
  - Korean
  - Portuguese
  - Spanish

FAQ
  - Korean

Latest Downloads

Other Applications

Struts Resume
Security Example
Struts Menu

Set your name in
UserPreferences


Referenced by
AmeerAhmed
IntegratingJBPMIntoA...
IntegratingJBPMIntoA...




JSPWiki v2.2.33

[RSS]


Hide Menu

IntegratingJBPMIntoAppFusePartDeux


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.