[jboss-user] [JBoss Seam] - Re: Why is core:process-definitions considered a development
avbentem
do-not-reply at jboss.com
Fri Jun 22 16:53:06 EDT 2007
> The following will reload [..] the application is started
Better, I guess:
We need to install jBPM:
|
| <core:jbpm />
|
| [BEWARE: is it indeed enough to just include an empty <core:jbpm> node?]
|
| We also need to tell jBPM where to find the business process definitions.
| The following will add a new version of the process definition in the jBPM
| database tables each time the application server is started. This may be
| very useful during development, but for production environments refer to
| the jBPM documentation to only add a new version when the definitions
| are known to have actually changed.
|
| <core:jbpm>
| <core:process-definitions>
| <value>todo.jpdl.xml</value>
| </core:process-definitions>
| </core:jbpm>
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4057017#4057017
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4057017
More information about the jboss-user
mailing list