Yes I have that, but no luck. But again this should be dynamic so I am
guessing I should write if-else stmts to focus on?
ksession.getAgenda().getAgendaGroup( "AndroGel" ).setFocus();
* Logging is also not working in the rule file.
Logger logger = Logger.getRootLogger();
ksession.setGlobal("log", logger);
workingMemory = ksession;
workingMemory.insert(logger);
workingMemory.insert(drug);
workingMemory.insert(address);
workingMemory.insert(program);
( (StatefulKnowledgeSession) workingMemory).fireAllRules();
When it was working, I included a retract in my rule and flushed all the
facts from the memory and since then it is not working.
Thanks.
--
View this message in context:
http://drools.46999.n3.nabble.com/modify-and-update-is-not-working-in-the...
Sent from the Drools: User forum mailing list archive at
Nabble.com.