posted 15 years ago
I am trying to use Drools 5.0 for validation rules in my app.
I have simple rules like input field length check, format check etc.
All is fine if a single instance is using the rules.
If I start multiple threads, all using the same rules file, I get weird exceptions like 'unused declarations' etc.
How to solve it?