[rules-users] Setting variables in a stateless session

2012-04-26 Thread bardelman
hi folks, this is a simple question , i just want to understand how is it possible that a stateless session have a setGlobal() method as it does not maintain a state. What's the point ?! i also have some confusion between a request scope and a stateless session scope i think it s the same.. --

Re: [rules-users] Setting variables in a stateless session

2012-04-26 Thread Wolfgang Laun
On 26/04/2012, bardelman feki.ahmed@gmail.com wrote: hi folks, this is a simple question , i just want to understand how is it possible that a stateless session have a setGlobal() method as it does not maintain a state. What's the point ?! You don't keep state in globals with a stateful

Re: [rules-users] Setting variables in a stateless session

2012-04-26 Thread Welsh, Armand
Message- From: rules-users-boun...@lists.jboss.org [mailto:rules-users-boun...@lists.jboss.org] On Behalf Of bardelman Sent: Thursday, April 26, 2012 2:06 AM To: rules-users@lists.jboss.org Subject: [rules-users] Setting variables in a stateless session hi folks, this is a simple question , i