I've got an odd parse case that I'm hoping the parser wizards could confirm is the same as the bug JBRULES-1611:

This works

not (exists (Event(eval (eventDate.after(CalendarUtil.getDateDaysPast(30)))) from $room.events))


but this doesn't

forall( Event(eval (eventDate.before(CalendarUtil.getDateDaysPast(30)))) from $room.events )

It's like doing math proofs all over again. Technically I think I've got to fix the logic because !< is >-= rather than >.

Thanks,
Garrett



Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
rules-users mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/rules-users

Reply via email to