JBoss Community

Re: Instance Log errors

created by S V S G Krishna Murthy K in jBPM - View the full discussion

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

Start a new discussion in jBPM at Community