This content has been marked as final. 
    
Show                 1 reply
    
- 
        1. Re: instance variables and a SLSB returning to JBoss instancwaynebaylor Aug 30, 2007 11:23 PM (in response to asookazian)if the slsb is added back to the pool its fields are probably unchanged. the spec just says that you shouldn't depend on a slsb's fields being consistent over multiple client calls (since the client is not guaranteed to have the same slsb execute each request). 
 if you need to store a value across multiple client requests, then you want a stateful session bean.
 
    