S V S G Krishna Murthy K [
https://community.jboss.org/people/murthy516] created the
discussion
"Re: Instance Log errors"
To view the discussion, visit:
https://community.jboss.org/message/715520#715520
--------------------------------------------------------------
Hi,
I think u've not added event listener that will be responsible for persisting the
history log on the session..
*StatefulKnowledgeSession ksession = ...;
JPAWorkingMemoryDbLogger logger = new JPAWorkingMemoryDbLogger(ksession);
// invoke methods one your session here
logger.dispose();//Refer documentation for this code.*
*Check it out Once*
*Cheers!!*
*Krishna
*
*
*
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/715520#715520]
Start a new discussion in jBPM at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]