Re: [rules-users] How to write rules that can skip checking some constraint (i.e. "or" inside the rule)

2009-01-16 Thread Greg Barton
There is an 'or' in 4. http://downloads.jboss.com/drools/docs/4.0.7.19894.GA/html_single/index.html#d0e3739 --- On Fri, 1/16/09, Maxim Veksler wrote: > From: Maxim Veksler > Subject: [rules-users] How to write rules that can skip checking some > constraint (i.e. "o

[rules-users] How to write rules that can skip checking some constraint (i.e. "or" inside the rule)

2009-01-16 Thread Maxim Veksler
Hello List, I'm trying to express a list of channels the subscriber is allowed to access, this splits into 2 possible flows : 1. Subscriber has X>0 in $enabledChannels, allow passing only for these channels. 2. Subscriber has "null" in the $enabledChannels - In that case continue because this chec