In the simplest case, just add the drl files as classpath resources.
For example:
src/main/resources/org/domain/myRules.drl
get copied to
target/classes/org/domain/myRules.drl
get copied to
target/myWar.war!WEB-INF/classes/org/domain/myRules.drl
Op 21-08-12 12:12, RulesUsers schreef:
> Hi
Hi all,
We are using rules in our java based project that connects to jboss for jms.
To implement rules, we include drools specific jar files in the code itself.
When this code is executed, rules also get executed and our purpose is
served.
Rules file is written manually and is called from within
Hi,
We have a rule deployment directory where we can deploy the
rules.Currently we have written a new rule and deploying to the same to the
deployment directory.
what i observed is when i deploy the rule for the first time and passing
the corresponding data to fire the rule, the rule is not gett