Hi just tried a simple example in which I loop and then I change the rule but
I did not see my changes taking place. Please advice.
while(true) {
Thread.sleep(100);
Message message = new Message();
message.setMessage("Hello World");
message.setStatus(Message.HELLO);
kSession.insert(message);
kSession.fireAllRules();
}
// I change hello world rule while this loop is running but did not see my
changes getting pick up.
--
View this message in context:
http://drools.46999.n3.nabble.com/Drools-6-support-for-changeset-tp402713...
Sent from the Drools: User forum mailing list archive at
Nabble.com.