[
https://issues.jboss.org/browse/DROOLS-3802?page=com.atlassian.jira.plugi...
]
Hiroko Miura updated DROOLS-3802:
---------------------------------
Description:
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}
was:
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}
Build error with executable-model, nested property with double-bytes
property name
----------------------------------------------------------------------------------
Key: DROOLS-3802
URL:
https://issues.jboss.org/browse/DROOLS-3802
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
Priority: Major
Labels: support
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)