[
http://jira.jboss.com/jira/browse/JBRULES-1171?page=all ]
Edson Tirelli reassigned JBRULES-1171:
--------------------------------------
Assignee: Edson Tirelli (was: Mark Proctor)
Nested accessors in "from" clause are not supported in
depth more then 2
------------------------------------------------------------------------
Key: JBRULES-1171
URL:
http://jira.jboss.com/jira/browse/JBRULES-1171
Project: JBoss Rules
Issue Type: Bug
Security Level: Public(Everyone can see)
Affects Versions: 4.0.1
Environment: Wintel XP SP2
Reporter: Sergey Manukyan
Assigned To: Edson Tirelli
Fix For: 4.0.2
f.e. this rule FAILS during compilation (3 level nested accessors
"$event.after.businessStatus"):
when
$event : ChangedEvent()
BusinessStatus() from $event.after.businessStatus
this rule works OK:
when
$event : ChangedEvent($after_bs : after)
BusinessStatus() from $after_bs.businessStatus
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira