This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: Newbie Questionadrian.brock Apr 17, 2002 8:06 AM (in response to seanodonnell)You only need the security manager if the classes 
 are not available in the client.
 For configuring a security manager look at the javadocs
 for RMISecurityManger.
 Regards,
 Adrian
- 
        2. Re: Newbie Questionseanodonnell Apr 17, 2002 8:11 AM (in response to seanodonnell)Thanks Adrian, which classes exactly? the client is in the same package as the bean, so it should have access to everything.... 
 
    