[jboss-jira] [JBoss JIRA] Commented: (JBRULES-3045) ESE due to syntax errors inside exists and not CE

Edson Tirelli (JIRA) jira-events at lists.jboss.org
Sun May 22 09:50:00 EDT 2011


    [ https://issues.jboss.org/browse/JBRULES-3045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12603557#comment-12603557 ] 

Edson Tirelli commented on JBRULES-3045:
----------------------------------------

Patch applied, thanks! Although, I think I need to remove the stack from the parser and use method parameters instead. The stack makes the parser code very fragile and susceptible to bugs.

> ESE due to syntax errors inside exists and not CE
> -------------------------------------------------
>
>                 Key: JBRULES-3045
>                 URL: https://issues.jboss.org/browse/JBRULES-3045
>             Project: Drools
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: drools-compiler (expert)
>    Affects Versions: 5.2.0.M2
>            Reporter: Wolfgang Laun
>            Assignee: Mark Proctor
>             Fix For: 5.2.0.CR1
>
>
> Any syntax error inside an exists CE, e.g.:
> rule x
> when
>     exists ( Fact1( field > 0 )
>              Fact2( field == 1 ))
> then ... end
> Same for not

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list