JBoss Community

Re: Jbpm5.3.0.Final persistence session information

created by Pedro Gonçalves in jBPM Development - View the full discussion

About log information you should do this:

 

 

<drools:ksession

(....)

 

<bean id="jbpmLogger" class="org.jbpm.process.audit.JPAWorkingMemoryDbLogger">

    <constructor-arg ref="ksession"/>

</bean>

 

(...)

 

Now every interaction with the ksession should be logged in the *Log tables

 

HTH

Reply to this message by going to Community

Start a new discussion in jBPM Development at Community