Maciej Swiderski [http://community.jboss.org/people/swiderski.maciej] created 
the discussion

"Re: Log tables not persisted"

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

--------------------------------------------------------------
Have you added event listener that will be responsible for persisting the 
history log on the session?

Here comes the extract from documentation
StatefulKnowledgeSession ksession = ...;
 
JPAWorkingMemoryDbLogger logger = new JPAWorkingMemoryDbLogger(ksession);
 
// invoke methods one your session here
 
logger.dispose();

HTH
--------------------------------------------------------------

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

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
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to