]
Edson Tirelli reopened JBRULES-1149:
------------------------------------
Reopening. Problem still persists.
Parser is only saving last CE for prefixed AND/OR
--------------------------------------------------
Key: JBRULES-1149
URL:
http://jira.jboss.com/jira/browse/JBRULES-1149
Project: JBoss Rules
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Drl Parser/Builder
Affects Versions: 4.0.0.GA
Reporter: Edson Tirelli
Assigned To: Edson Tirelli
Fix For: 4.0.1
Reported by user:
Hi,
I have a problem with this execution :
rule "Your First Rule"
when
(or
not Venue()
(and v:Venue()
l:ListeSousVenue()
p:Param()))
then
System.out.println("OK - 1");
end
rule "Your Second Rule"
when
(or
not Venue()
(and p:Param()
l:ListeSousVenue()
v:Venue()))
then
System.out.println("OK - 2");
end
In my WM, I have a Param and a ListeSousVenue but no Venue
But after execution, I have just this result :
"OK - 1"
Why the second rule doesn't execute ?
Thanks,
Vdelbart
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: