At the moment no, we could expose a handler/even that allows the user to
add additional behaviour. For now your best way of doing this is to
augment the PackageBuilder with AOP.
Mark
Jared Davis wrote:
Hi,
What is the best way to detect duplicate rule names in drl files? In my
application a d
Hi,
What is the best way to detect duplicate rule names in drl files? In my
application a duplicate rule name is an error.
There are multiple drl files loaded into one package. If the rule name is
duplicated across the files only the last rule is used. This behavior is clearly
documented.
The