[jboss-user] [jBPM] - Re: JBPM Console Process List Error (No Persistence provider for EntityManager named org.jbpm.persistence.jpa)

Timothy Charman do-not-reply at jboss.com
Mon Jul 9 03:53:17 EDT 2012


Timothy Charman [https://community.jboss.org/people/tcharman] created the discussion

"Re: JBPM Console Process List Error (No Persistence provider for EntityManager named org.jbpm.persistence.jpa)"

To view the discussion, visit: https://community.jboss.org/message/746854#746854

--------------------------------------------------------------
Hi Adrian

We are currently using 5.4.x snapshot version of console server due to a bug that wasn't fixed in the 5.3 human task service.  The trick with the Hibernate errors was to turn on trace level debug in standalone.xml by adding an entry to the logging module:
            <logger category="org.jboss.as.jpa">
                <level name="TRACE"/>
            </logger>
The log then usually contains enough information.  We found that the persistence provider was definitely being read, as it was being used to create the database (and there were logs to that effect) but not found on first DML use.

Tim
--------------------------------------------------------------

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

Start a new discussion in jBPM at Community
[https://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/20120709/b9ed2dce/attachment.html 


More information about the jboss-user mailing list