[rules-users] Drools Debugging

Veera veera.se at gmail.com
Thu Feb 9 01:24:47 EST 2012


Hi All,

I have one doubt that is : When i compiling a sample HelloWorld Drools
program it is printing output like :
Hello World
Goodbye cruel world

and i added a simple rule like :  
 rule "test"
    when
        eval(true)
    then
        System.out.println( "Hello!!!" );
end 

When i compile the output is :
Hello!!!
Hello World
Goodbye cruel world

But when i debug it is showing output like:
Hello World
Goodbye cruel world
Hello!!!

Can anybody help me how to get the same output when i debug also...

Regards,
Veera


--
View this message in context: http://drools.46999.n3.nabble.com/Drools-Debugging-tp3728574p3728574.html
Sent from the Drools: User forum mailing list archive at Nabble.com.



More information about the rules-users mailing list