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. This issue occurs in BPMS 6.4.1 release(6.5.0.Final-redhat-5) only.
- clones
-
RHBPMS-4629 StringIndexOutOfBoundsException if we have multiple rules in different package.
- Closed