Adam Bach [http://community.jboss.org/people/heathcliff] created the discussion

"Re: How to add Listory logger"

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

--------------------------------------------------------------
modify CommandDelegate.java

private StatefulKnowledgeSession getSession() {
        if (ksession == null) {
            ksession = newStatefulKnowledgeSession();
            new JPAWorkingMemoryDbLogger(ksession);//this is new line!!!
        }
        return ksession;
    }


Is this enough to make history logging working?
--------------------------------------------------------------

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

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
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to