-
Bug
-
Resolution: Cannot Reproduce
-
Major
-
None
-
7.12.0.Final, 7.17.0.Final
-
None
-
None
-
-
NEW
-
NEW
If using the executable model (building with -DgenerateModel=YES) compilation errors occur for types defined in Java being used in DRL of the same maven model.
When attempting to import a Java class defined under the same pom.xml module as the current rules file 'CompilationProblemErrorResult: cannot find symbol' errors are observed. Even when the import is not needed (Java type defined in same package as DRL rules), if the type is used in a type declaration the 'cannot find symbol' error is still observed.
Errors are of the form:
[ERROR] Unable to build KieBaseModel:all CompilationProblemErrorResult: cannot find symbol symbol: class MyFact location: package olijohns CompilationProblemErrorResult: cannot find symbol symbol: class MyFact