Demian Calcaprina [
http://community.jboss.org/people/calca] created the discussion
"Re: How to continue process in a web application"
To view the discussion, visit:
http://community.jboss.org/message/617083#617083
--------------------------------------------------------------
Try with
EntityManagerFactory emf = Persistence
.createEntityManagerFactory(*"org.jbpm.persistence.jpa"*);
"org.jbpm.task" should be used to construct your task service, not to create the
session (for example,
https://github.com/calcacuervo/JBPM5-Samples/blob/master/human-tasks/src/...
https://github.com/calcacuervo/JBPM5-Samples/blob/master/human-tasks/src/...)
Demian
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/617083#617083]
Start a new discussion in jBPM at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]