IntegratingJBPMIntoAppFusePartDeux |
|
Your trail: |
Difference between
version 24
and
version 23:
At line 109 changed 2 lines. |
|
|
\\ |
\\ |
At line 112 changed 1 line. |
|
\\ |
At line 114 changed 2 lines. |
|
|
\\ |
\\ |
At line 117 changed 1 line. |
|
\\ |
At line 119 changed 2 lines. |
|
|
\\ |
\\ |
At line 122 changed 1 line. |
|
\\ |
At line 124 changed 2 lines. |
|
|
\\ |
\\ |
At line 127 changed 1 line. |
|
\\ |
At line 132 changed 2 lines. |
|
|
\\ |
\\ |
At line 136 changed 1 line. |
;:%%(color: blue)''For production usage it is not ideal to redeploy process definitions on startup. Once you have played around with your process defintion and are quite certain you are going to stick with it. You can apply the following patch to have the JbpmConfiguration not deploy a process definition every time you restart, rather have it redeployed only if the processdefinition.xml on the file system is out of sync with the database version''%% |
;:%%(color: blue)''For production usage it is not ideal to redeploy process definitions on every startup. Once you have played around with your process defintions and are quite certain they will not change. You can apply the following patch to have the JbpmConfiguration not deploy a process definition every time you restart, rather have it redeployed only if the processdefinition.xml on the file system is out of sync with the database version''%% |
\\ |
Modify the jbpmConfig bean to reflect the new overwritten {{ CustomJbpmConfigurationFactoryBean }}.\\ |
{{{ |
<!-- jBPM Configuration --> |
<bean id="jbpmConfig" class="org.appfuse.jbpm.config.CustomJbpmConfigurationFactoryBean"> |
.... |
.... |
}}} |
\\ |
Create {{{CustomJbpmConfigurationFactoryBean.java}}} in {{{org/appfuse/jbpm/config}}} and copy all [this code|CustomJbpmConfigurationFactoryBean.java] into it. |
Back to IntegratingJBPMIntoAppFusePartDeux,
or to the Page History.
|