Hi my rule file is halt for ever. Can anybody tell me why. I debugged and saw
that it is going into this method in DefaultAgenda.class
public void fireUntilHalt(final AgendaFilter agendaFilter) {
synchronized ( this.halt ) {
if( !this.halt.get() ) this.halt.wait(); //it is
halt here and waiting.
}
this is my rule file.
http://drools.46999.n3.nabble.com/file/n4019146/rule_file.txt rule_file.txt
Please help me out.
Thanks.
--
View this message in context:
http://drools.46999.n3.nabble.com/fireUntilHalt-is-halt-forever-tp4019146...
Sent from the Drools: User forum mailing list archive at
Nabble.com.