[jboss-jira] [JBoss JIRA] Updated: (JBRULES-1171) Nested accessors in "from" clause are not supported in depth more then 2
Mark Proctor (JIRA)
jira-events at lists.jboss.org
Wed Sep 5 22:00:35 EDT 2007
[ http://jira.jboss.com/jira/browse/JBRULES-1171?page=all ]
Mark Proctor updated JBRULES-1171:
----------------------------------
Fix Version/s: 4.0.2
> 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: Mark Proctor
> 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
More information about the jboss-jira
mailing list