[rules-users] fireUntilHalt() is halt forever

Rana ven12344 at yahoo.com
Wed Aug 15 12:49:52 EDT 2012


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.html
Sent from the Drools: User forum mailing list archive at Nabble.com.


More information about the rules-users mailing list