[jboss-user] [jBPM] - Re: Log tables not persisted

Maciej Swiderski do-not-reply at jboss.com
Thu Oct 20 07:02:18 EDT 2011


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]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20111020/c30245cc/attachment.html 


More information about the jboss-user mailing list