RE: [rules-users] Initialize Global

2007-10-30 Thread java_user_
LHS of the rule. > > This should provide the condition you request and prevent the rule from > firing after the global has been initialised. > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of java_user_ > Sent: 30 October 20

Re: [rules-users] Initialize Global

2007-10-30 Thread java_user_
Hi Kris, I am using a JSR94 stateful session. My design is to initialize the global list once and reuse it within the same session. The init-global rule is being executed each execution because there is no conditional statement. Can I disable the rule for future executions? Thanks Kris V

Re: [rules-users] Initialize Global

2007-10-29 Thread java_user_
Thanks. That initialized my global but the rule still runs every execution. Can I disable the rule after the first execution? I would like to use (if (objectList==null)). My list is not immutable. Can I make a similar rule for the LHS? Kris Verlaenen wrote: > > You can create a rule tha