> 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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to