This content has been marked as final. 
    
Show                 1 reply
    
- 
        1. Re: Principal used to invoke ejbRemove of MDBadrian.brock Oct 30, 2003 10:18 AM (in response to mlipp)ejbRemove for an MDB is invoked by the server, it does not 
 have an associated security context.
 You will have to establish one with a jaas login using
 the client-login context for example.
 ejbRemove on a StatelessSessionBean is fruitless. The
 container will ignore it.
 Regards,
 Adrian
