IntegratingJBPMIntoAppFusePartDeux |
|
Your trail: |
Difference between
version 41
and
version 35:
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. |
Back to IntegratingJBPMIntoAppFusePartDeux,
or to the Page History.
|