[rules-users] using forall with from

Garrett Conaty garrett at conaty.net
Sat Mar 14 12:20:32 EDT 2009


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



-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2419 bytes
Desc: not available
Url : http://lists.jboss.org/pipermail/rules-users/attachments/20090314/23c7351b/attachment.bin 


More information about the rules-users mailing list