throw new EJBException("checkSecurityAssociation",
new SecurityException("Role mapping manager has not been set"));
}
// Get the method permissions
InvocationType iface = mi.getType();
Set methodRoles = container.getMethodPermissions(mi.getMethod(), iface);
if (methodRoles == null)
{
String method = mi.getMethod().getName();
String msg = "No method permissions assigned to method=" + method