[rules-users] Getting rule's body to application.

tom ska tiberium.linux at gmail.com
Tue Aug 31 05:27:10 EDT 2010


Hello,
what I want to do, is to get rule's body(rule's code written in DRL). For
example: I have a ConsequenceException, and I can get rule's name, and
package this way:
.
.
.
catch (ConsequenceException e) {
        e.getRule().getName();
        e.getRule().getPackageName();
}

But for me it is not enough. I want to see rule's code. haw can I get it?

Thanks,
tom.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/rules-users/attachments/20100831/adcbc5c8/attachment.html 


More information about the rules-users mailing list