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]

_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to