[
https://issues.jboss.org/browse/JBRULES-3045?page=com.atlassian.jira.plug...
]
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