Tibor Zimanyi created DROOLS-4458:
-------------------------------------
Summary: String to Boolean coercion doesn't work in executable model
Key: DROOLS-4458
URL:
https://issues.jboss.org/browse/DROOLS-4458
Project: Drools
Issue Type: Bug
Components: executable model
Affects Versions: 7.25.0.Final
Reporter: Tibor Zimanyi
Assignee: Tibor Zimanyi
When having constraint like this:
Person(booleanAttribute == "true")
a build using executable model ends with an exception [1]. This is because the constraint
parser doesn't coerce "true" to a boolean true.
[1]
https://gist.github.com/baldimir/e0f1aa27d194b750148f779370d13560
--
This message was sent by Atlassian Jira
(v7.12.1#712002)