[jboss-jira] [JBoss JIRA] Created: (JBRULES-1171) Nested accessors in "from" clause are not supported in depth more then 2

Sergey Manukyan (JIRA) jira-events at lists.jboss.org
Wed Sep 5 13:42:11 EDT 2007


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


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