Michael Wohlfart [http://community.jboss.org/people/mwohlf] created the 
discussion

"Re: JBPM4.4 application deployment/startup issue in Tomcat"

To view the discussion, visit: http://community.jboss.org/message/569070#569070

--------------------------------------------------------------
Hi Felix,

you don't need to deploy the process definition on each restart of your 
application as long as it doesn't change, deploying the process definition once 
is perfectly enough. The Process definition is persisted in the database and 
will be there after the restart so your workflow will work fine by using the 
already persisted version in the database.  You can check if a precess 
definition is there by using
int count = 
repositoryService.createProcessDefinitionQuery().processDefinitionName(processDefinitionName).list().size();
      
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/569070#569070]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to