baldimir opened a new issue, #986: URL: https://github.com/apache/incubator-kie-issues/issues/986
When having constraints like this, ``` " $p: Person() \n" + " String(this == \"someString\" + $p)\n" ``` the build ends with `Failed to coerce : InvalidExpressionErrorResult: Arithmetic operation requires compatible types. Found class java.lang.String and class org.drools.model.codegen.execmodel.domain.Person` and `Unable to Analyse Expression this == "someString" + $p` This works without using executable model. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
