[jboss-user] [jBPM] - Re: How to continue process in a web application

Demian Calcaprina do-not-reply at jboss.com
Fri Jul 22 12:23:33 EDT 2011


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/test/java/com/test/BaseHumanTaskTest.java https://github.com/calcacuervo/JBPM5-Samples/blob/master/human-tasks/src/test/java/com/test/BaseHumanTaskTest.java)

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&containerType=14&container=2034]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20110722/94c56fec/attachment-0001.html 


More information about the jboss-user mailing list