In seam 1.2.1 in RuleBase.java there is the following code:

packageDescr = new DrlParser().parse(drlReader);

It never checks to see if the parser had any errors and therefore does not log 
them. Even worse, DrlParser is not a local variable to even have a look at 
using a debugger, and the Drools code from JBoss doesn't have line numbers 
enabled for debugging.

Unless I am missing something, it doesn't look like there is any way to get 
error messages from the rules engine for compiler rules. Is that true?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4057056#4057056

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4057056
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to