Demian Calcaprina [http://community.jboss.org/people/calca] created the 
discussion

"Re: Configuring Persistence"

To view the discussion, visit: http://community.jboss.org/message/615902#615902

--------------------------------------------------------------
Hi,

Do you have these,
    <class>org.jbpm.process.audit.ProcessInstanceLog</class>
    <class>org.jbpm.process.audit.NodeInstanceLog</class>
    <class>org.jbpm.process.audit.VariableInstanceLog</class>

in your persistence.xml?

Are you registering the db logger?
JPAWorkingMemoryDbLogger logger = new JPAWorkingMemoryDbLogger(ksession);

You can check the user guide,
http://docs.jboss.org/jbpm/v5.1/userguide/ch07.html#d0e2836

Hope it helps,

Demian
--------------------------------------------------------------

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

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to