Re: [rules-users] Best way to detect duplicate rule names?

2007-11-20 Thread Mark Proctor
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

[rules-users] Best way to detect duplicate rule names?

2007-11-20 Thread Jared Davis
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