[jboss-user] [JBoss Seam] - Re: Seam security with drools logging not working

andrew.rw.robinson do-not-reply at jboss.com
Fri Jun 22 19:14:54 EDT 2007


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



More information about the jboss-user mailing list