For issue # 2 it seems that in order for gwt-console to display the current state of the guvnor package after build, the StatefulKnowledgeSession object ksession in org.drools.integration.console.DroolsFlowCommandDelegate will have to be reinitialised i.e. from method getSession(), but this never happens whether pressing the refresh button or logging out and back in as different user etc the ksession is never null and calling getSession() never calls ksession = newStatefulKnowledgeSession(); .
So the question is how to achieve this without touching the code, is there some configuration that would force that after refresh or log out/in of a user in order to display the latest state of guvnor? If not and the code is changed to always initialize the session within method getSession() , would there be a considerable impact in performance ? I appreciate any help, thank you for your time. -- View this message in context: http://drools-java-rules-engine.46999.n3.nabble.com/drools-gwt-console-problems-tp1883084p1920158.html Sent from the Drools - User mailing list archive at Nabble.com. _______________________________________________ rules-users mailing list [email protected] https://lists.jboss.org/mailman/listinfo/rules-users
