Maciej Swiderski [
https://community.jboss.org/people/swiderski.maciej] created the
discussion
"Re: No Persistence provider for EntityManager named org.jbpm.task"
To view the discussion, visit:
https://community.jboss.org/message/785241#785241
--------------------------------------------------------------
you should have these mapping files defined for JPA2 in your persistence.xml file:
<mapping-file>META-INF/JBPMorm-JPA2.xml</mapping-file>
<mapping-file>META-INF/ProcessInstanceInfoMapping-JPA2.xml</mapping-file>
you can take a look at one included in jbpm-gwt-console-server.war as it uses JPA2 by
default since jbpm 5.4.
HTH
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/785241#785241]
Start a new discussion in jBPM at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]