Look at 'Chapter 5.4 Web application' of the user guide 
 http://docs.jboss.com/jbpm/v3.2/userguide/html/deployment.html#webapplication

the web app starts the JobExecutor Ronald is referring to.

I'm wondering about this:
jbpmConfiguration.createSchema();
  | ProcessDefinition 
processDefinition=ProcessDefinition.parseXmlResource("demandeAccesVerifUserAlerteRH/processdefinition.xml");

You said you have your db schema already set up and have also deployed your 
process. Why are you calling createSchema() in your action again and why are 
you trying to get the processdefinition from the xml file instead of from the 
db?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4064879#4064879

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4064879
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to