<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Garrett Conaty wrote:
<blockquote cite="mid:6D133DE1-D5DC-4F3D-984B-59D8E255F1AC@conaty.net"
type="cite">I've got an odd parse case that I'm hoping the parser
wizards could confirm is the same as the bug JBRULES-1611:
<br>
<br>
This works
<br>
<br>
not (exists (Event(eval
(eventDate.after(CalendarUtil.getDateDaysPast(30)))) from
$room.events))
<br>
<br>
<br>
but this doesn't
<br>
<br>
forall( Event(eval
(eventDate.before(CalendarUtil.getDateDaysPast(30)))) from $room.events
)
<br>
<br>
It's like doing math proofs all over again. Technically I think I've
got to fix the logic because !< is >-= rather than >.
<br>
</blockquote>
I believe there is already a JIIRA for saying that 'from' doesn't work
with 'forall'<br>
<blockquote cite="mid:6D133DE1-D5DC-4F3D-984B-59D8E255F1AC@conaty.net"
type="cite"><br>
Thanks,
<br>
Garrett
<br>
<br>
<br>
<br>
<pre wrap="">
<hr size="4" width="90%">
_______________________________________________
rules-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a>
<a class="moz-txt-link-freetext" href="https://lists.jboss.org/mailman/listinfo/rules-users">https://lists.jboss.org/mailman/listinfo/rules-users</a>
</pre>
</blockquote>
<br>
</body>
</html>