mariofusco opened a new issue, #1079:
URL: https://github.com/apache/incubator-kie-issues/issues/1079
When a query name contains an underscore the generation of the executable
model fails with the following error
```
java.lang.NullPointerException: Cannot invoke "java.util.List.size()"
because "queryParams" is null
at
org.drools.model.codegen.execmodel.generator.visitor.pattern.Query.buildPattern(Query.java:73)
at
org.drools.model.codegen.execmodel.generator.visitor.ModelGeneratorVisitor.visit(ModelGeneratorVisitor.java:132)
```
--
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]