This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: Are RMI Stubs in JNDI Thread-safe?starksm64 Dec 16, 2006 8:55 AM (in response to micho)Stateless beans = yes, stateful beans = no. 
- 
        2. Re: Are RMI Stubs in JNDI Thread-safe?micho Dec 16, 2006 10:27 AM (in response to micho)For stateful beans, is there an other pattern, than getting the initial context and looking up the manager in every call of the servelet? InitialContext ctx = new InitialContext(); mm = (MandantenManager) ctx.lookup("BBCS/MandantenManagerBean/remote")
 
    