Hi, I hope can get some help to what I believe should be an elementary problem. I've created an entity bean that has been deployed(finally!) successfully. But when I try to access it "CabinRemote cab_1 = home.create(new Integer(1));", I get an exception thrown "java.rmi.AccessException: [EJB:010160]Security Violation: User: '<anonymous>' has insufficient permission to access EJB: type=<ejb>, application=cabin, module=cabin, ejb=CabinEJB, method=create, methodInterface=Home, signature={java.lang.Integer}." Pls help as I'm not sure what I'm doing wrong. I'm not sure where this security violation is occuring, at EJB level or Server level...