If we have multiple rules(drl files) those belong to different packages, then it fails with below exception when we try to build project or kbase.
~~~
java.lang.StringIndexOutOfBoundsException: String index out of range: -1
at java.lang.String.substring(String.java:1911)
at org.drools.core.rule.constraint.MvelConstraint.getLeftInExpression (MvelConstraint.java:570)
~~~
Exception with complete stacktrace attached.
- is cloned by
-
RHBPMS-4630 [GSS](6.4.z) StringIndexOutOfBoundsException if we have multiple rules in different package.
- Closed