Hiroko Miura created DROOLS-3803:
------------------------------------
Summary: Build error with executable-model, nested property with double-bytes
property name
Key: DROOLS-3803
URL:
https://issues.jboss.org/browse/DROOLS-3803
Project: Drools
Issue Type: Bug
Components: executable model
Affects Versions: 7.18.0.Final
Environment: 7.18.0.Final
7.18.0.Final-redhat-00002 (RHDM7.3.0)
7.14.0.Final-redhat-00004 (RHDM7.1.2)
Reporter: Hiroko Miura
Assignee: Luca Molteni
Attachments: NestedPropertyTest.zip
Build of Executable Model fails with the following conditions in LHS:
* multi-bytes property name (or started with capital letter)
* accessing the property by the name without using getter.
* accessing nested property by `.`
e.g.
{noformat}
when
$fact : Fact( 住所.zipCode == "1000001")
...
{noformat}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)