At line 1 changed 1 line. |
__Part I:__ [Integrating jBPM into AppFuse] - Integrating jBPM Support (via Spring-Modules) into AppFuse.\\ |
__Part I:__ [Integrating jBPM into AppFuse] - Integrate jBPM Support (via Spring-Modules) into AppFuse.\\ |
At line 3 changed 1 line. |
__Part III:__ [Integrating jBPM into AppFuse Part Trois] - Enhancing defintions to support tasks, users, schedule and injecting spring beans into actions.\\ |
__Part III:__ [Integrating jBPM into AppFuse Part Trois] - Enhance defintions to support tasks, users, schedule and injecting spring beans into actions (Under Construction).\\ |
At line 22 changed 1 line. |
Before we dive into creating process definitions lets create some packages where we will save our process defintions and actions. |
Before creating process definitions lets create a package where we will save our process defintions. |
At line 24 changed 4 lines. |
Create the following packages:\\ |
{{org.appfuse.jbpm.process}} - will contain process defintions\\ |
{{org.appfuse.jbpm.action}} - will contain jbpm actions\\ |
{{org.appfuse.jbpm.ant}} - will contain ant tasks (such as loading identities, cleaning schema, etc)\\ |
Create the following package:\\ |
{{org.appfuse.jbpm.process}}\\ |
At line 141 changed 1 line. |
Create {{{CustomLocalJbpmConfigurationFactoryBean.java}}} in {{{org/appfuse/jbpm/config}}} and copy code from [CustomLocalJbpmConfigurationFactoryBean.java] into it. |
Create the following package:\\ |
{{ org.appfuse.jbpm.config }} |
\\ |
\\ |
Create {{ CustomLocalJbpmConfigurationFactoryBean.java }} in above package and copy code from [CustomLocalJbpmConfigurationFactoryBean.java] into it.\\ |
Voila! When you restart the server the process defintion wont be redeployed. |